[6a3a178] | 1 | {
|
---|
| 2 | "Commands:": "Commandes :",
|
---|
| 3 | "Options:": "Options :",
|
---|
| 4 | "Examples:": "Exemples :",
|
---|
| 5 | "boolean": "booléen",
|
---|
| 6 | "count": "compteur",
|
---|
| 7 | "string": "chaîne de caractères",
|
---|
| 8 | "number": "nombre",
|
---|
| 9 | "array": "tableau",
|
---|
| 10 | "required": "requis",
|
---|
| 11 | "default": "défaut",
|
---|
| 12 | "default:": "défaut :",
|
---|
| 13 | "choices:": "choix :",
|
---|
| 14 | "aliases:": "alias :",
|
---|
| 15 | "generated-value": "valeur générée",
|
---|
| 16 | "Not enough non-option arguments: got %s, need at least %s": {
|
---|
| 17 | "one": "Pas assez d'arguments (hors options) : reçu %s, besoin d'au moins %s",
|
---|
| 18 | "other": "Pas assez d'arguments (hors options) : reçus %s, besoin d'au moins %s"
|
---|
| 19 | },
|
---|
| 20 | "Too many non-option arguments: got %s, maximum of %s": {
|
---|
| 21 | "one": "Trop d'arguments (hors options) : reçu %s, maximum de %s",
|
---|
| 22 | "other": "Trop d'arguments (hors options) : reçus %s, maximum de %s"
|
---|
| 23 | },
|
---|
| 24 | "Missing argument value: %s": {
|
---|
| 25 | "one": "Argument manquant : %s",
|
---|
| 26 | "other": "Arguments manquants : %s"
|
---|
| 27 | },
|
---|
| 28 | "Missing required argument: %s": {
|
---|
| 29 | "one": "Argument requis manquant : %s",
|
---|
| 30 | "other": "Arguments requis manquants : %s"
|
---|
| 31 | },
|
---|
| 32 | "Unknown argument: %s": {
|
---|
| 33 | "one": "Argument inconnu : %s",
|
---|
| 34 | "other": "Arguments inconnus : %s"
|
---|
| 35 | },
|
---|
| 36 | "Unknown command: %s": {
|
---|
| 37 | "one": "Commande inconnue : %s",
|
---|
| 38 | "other": "Commandes inconnues : %s"
|
---|
| 39 | },
|
---|
| 40 | "Invalid values:": "Valeurs invalides :",
|
---|
| 41 | "Argument: %s, Given: %s, Choices: %s": "Argument : %s, donné : %s, choix : %s",
|
---|
| 42 | "Argument check failed: %s": "Echec de la vérification de l'argument : %s",
|
---|
| 43 | "Implications failed:": "Arguments dépendants manquants :",
|
---|
| 44 | "Not enough arguments following: %s": "Pas assez d'arguments après : %s",
|
---|
| 45 | "Invalid JSON config file: %s": "Fichier de configuration JSON invalide : %s",
|
---|
| 46 | "Path to JSON config file": "Chemin du fichier de configuration JSON",
|
---|
| 47 | "Show help": "Affiche l'aide",
|
---|
| 48 | "Show version number": "Affiche le numéro de version",
|
---|
| 49 | "Did you mean %s?": "Vouliez-vous dire %s ?",
|
---|
| 50 | "Arguments %s and %s are mutually exclusive" : "Les arguments %s et %s sont mutuellement exclusifs",
|
---|
| 51 | "Positionals:": "Arguments positionnels :",
|
---|
| 52 | "command": "commande"
|
---|
| 53 | }
|
---|