github-pages-deploy-action/node_modules/yargs/locales/fr.json

54 lines
2.1 KiB
JSON
Raw Normal View History

2020-01-28 13:08:03 +08:00
{
2020-03-22 05:13:25 +08:00
"Commands:": "Commandes :",
"Options:": "Options :",
"Examples:": "Exemples :",
2020-01-28 13:08:03 +08:00
"boolean": "booléen",
2020-03-22 05:13:25 +08:00
"count": "compteur",
"string": "chaîne de caractères",
2020-01-28 13:08:03 +08:00
"number": "nombre",
"array": "tableau",
"required": "requis",
2020-03-22 05:13:25 +08:00
"default": "défaut",
"default:": "défaut :",
"choices:": "choix :",
"aliases:": "alias :",
2020-01-28 13:08:03 +08:00
"generated-value": "valeur générée",
2020-03-22 05:13:25 +08:00
"Not enough non-option arguments: got %s, need at least %s": {
"one": "Pas assez d'arguments (hors options) : reçu %s, besoin d'au moins %s",
"other": "Pas assez d'arguments (hors options) : reçus %s, besoin d'au moins %s"
},
"Too many non-option arguments: got %s, maximum of %s": {
"one": "Trop d'arguments (hors options) : reçu %s, maximum de %s",
"other": "Trop d'arguments (hors options) : reçus %s, maximum de %s"
},
2020-01-28 13:08:03 +08:00
"Missing argument value: %s": {
2020-03-22 05:13:25 +08:00
"one": "Argument manquant : %s",
"other": "Arguments manquants : %s"
2020-01-28 13:08:03 +08:00
},
"Missing required argument: %s": {
2020-03-22 05:13:25 +08:00
"one": "Argument requis manquant : %s",
"other": "Arguments requis manquants : %s"
2020-01-28 13:08:03 +08:00
},
"Unknown argument: %s": {
2020-03-22 05:13:25 +08:00
"one": "Argument inconnu : %s",
"other": "Arguments inconnus : %s"
},
"Unknown command: %s": {
"one": "Commande inconnue : %s",
"other": "Commandes inconnues : %s"
2020-01-28 13:08:03 +08:00
},
2020-03-22 05:13:25 +08:00
"Invalid values:": "Valeurs invalides :",
"Argument: %s, Given: %s, Choices: %s": "Argument : %s, donné : %s, choix : %s",
"Argument check failed: %s": "Echec de la vérification de l'argument : %s",
"Implications failed:": "Arguments dépendants manquants :",
"Not enough arguments following: %s": "Pas assez d'arguments après : %s",
"Invalid JSON config file: %s": "Fichier de configuration JSON invalide : %s",
2020-01-28 13:08:03 +08:00
"Path to JSON config file": "Chemin du fichier de configuration JSON",
2020-03-22 05:13:25 +08:00
"Show help": "Affiche l'aide",
2020-01-28 13:08:03 +08:00
"Show version number": "Affiche le numéro de version",
2020-03-22 05:13:25 +08:00
"Did you mean %s?": "Vouliez-vous dire %s ?",
"Arguments %s and %s are mutually exclusive" : "Les arguments %s et %s sont mutuellement exclusifs",
"Positionals:": "Arguments positionnels :",
"command": "commande"
2020-01-28 13:08:03 +08:00
}