Translations

This commit is contained in:
southerntofu 2020-07-11 17:47:06 +02:00
parent 89f836cff2
commit 5fd01cce80
2 changed files with 64 additions and 0 deletions

32
en.json Normal file
View File

@ -0,0 +1,32 @@
{
"warning": "WARNING: ",
"error": "ERROR: ",
"debug": "DEBUG: ",
"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",
"pull_failed": "$i18n_task: PULL failed",
"loglevel_bad": "LOG level is $LOG which is not understood to be a loglevel (debug, info or error)",
"host_ignored": "$i18n_task: IGNORED for current host ($HOSTNAME)",
"process": "$i18n_task: PROCESS",
"to_branch": "$i18n_task: Using branch $i18n_branch",
"clone":"$i18n_task: CLONE $source",
"pull": "$i18n_task: PULL",
"run": "$i18n_task: RUN",
"force_flag": "Running task(s) regardless of updates (--force)",
"config": "Using config: $i18n_config",
"no_task": "No task was specified. Triggering all tasks",
"default_branch": "$i18n_task: Defaulting to branch master",
"checkout": "$i18n_task: Checking out branch $i18n_branch",
"already_cloned": "$i18n_task: Task source already downloaded, checking for updates",
"forcing": "$i18n_task: Forcing run despite no update found",
"no_update": "$i18n_task: No updates found",
"found_task": "Found task $i18n_task",
"found_url": "Found task $i18n_task from URL $i18n_source",
"skipped": "$i18n_task: SKIPPED for current host (task configured for $i18n_host",
"start_proc": "$i18n_task: Start processing"
}

32
fr.json Normal file
View File

@ -0,0 +1,32 @@
{
"warning": "ATTENTION: ",
"error": "ERREUR: ",
"debug": "DÉBOGAGE: ",
"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",
"loglevel_bad": "LOG est $LOG qui n'est pas un niveau de log valide (debug, info ou error)",
"host_ignored": "$i18n_task: IGNORÉE pour cette machine ($HOSTNAME)",
"process": "$i18n_task: TRAITEMENT",
"to_branch": "$i18n_task: Sélection de la branche $i18n_branch",
"clone":"$i18n_task: COPIE de $source",
"pull": "$i18n_task: MISE À JOUR",
"run": "$i18n_task: ÉXÉCUTION",
"force_flag": "Les tâches seront exécutées qu'importent les mises à jour (--force)",
"config": "Configuration: $i18n_config",
"no_task": "Aucune tache sélectionnée. Déclenchement de toutes les taches",
"default_branch": "$18n_task: Sans branche spécifiée, sélection de la branche master",
"checkout": "$i18n_task: Activation de la branche $i18n_branch",
"already_cloned": "$i18n_task: La source est déjà téléchargée, vérification des mises à jour",
"forcing": "$i18n_task: Exécution forcée malgré l'absence de mises à jour",
"no_update": "$i18n_task: Aucune mise à jour trouvée",
"found_task": "Tache trouvée $i18n_task",
"found_url": "Tache trouvée $i18n_task depuis l'URL $i18n_source",
"skipped": "$i18n_task: PASSÉE pour cette machine (tache configurée pour $i18n_host)",
"start_proc": "$i18n_task: Début du traitement"
}