Add translations for missing basedir

This commit is contained in:
southerntofu 2020-11-27 18:50:34 +01:00
parent 1fec331b99
commit 4dd2e49d07
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,8 @@
"error": "ERROR: ",
"debug": "DEBUG: ",
"missing_basedir": "Could not find task directory: $i18n_basedir",
"unknown_arg": "Unknown argument/task '$i18n_arg' (no such task or source)",
"clone_failed": "$i18n_task: CLONE failed for $i18n_source",
"checkout_failed": "$i18n_task: CHECKOUT failed on branch $i18n_branch",

View File

@ -3,8 +3,11 @@
"error": "ERREUR: ",
"debug": "DÉBOGAGE: ",
"missing_basedir": "Dossier de base non trouvé: $i18n_basedir",
"unknown_arg": "Argument/tache inconnue '$i18n_arg' (aucune tache ou source correspondante)",
"clone_failed": "$i18n_task: COPIE de $i18n_source échouée",
"checkout_failed": "$i18n_task: CHECKOUT échoué pour la branche $i18n_branch",
"pull_failed": "$i18n_task: MISE À JOUR échouée",