source: trip-planner-front/node_modules/yargs/locales/fr.json@ 76712b2

Last change on this file since 76712b2 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "Commands:": "Commandes:",
3 "Options:": "Options:",
4 "Examples:": "Exemples:",
[6a3a178]5 "boolean": "booléen",
[e29cc2e]6 "count": "comptage",
7 "string": "chaine de caractère",
[6a3a178]8 "number": "nombre",
9 "array": "tableau",
10 "required": "requis",
[e29cc2e]11 "default:": "défaut:",
12 "choices:": "choix:",
[6a3a178]13 "generated-value": "valeur générée",
[e29cc2e]14 "Not enough non-option arguments: got %s, need at least %s": "Pas assez d'arguments non-option: reçu %s, besoin d'au moins %s",
15 "Too many non-option arguments: got %s, maximum of %s": "Trop d'arguments non-option: reçu %s, maximum %s",
[6a3a178]16 "Missing argument value: %s": {
[e29cc2e]17 "one": "Argument manquant: %s",
18 "other": "Arguments manquants: %s"
[6a3a178]19 },
20 "Missing required argument: %s": {
[e29cc2e]21 "one": "Argument requis manquant: %s",
22 "other": "Arguments requis manquants: %s"
[6a3a178]23 },
24 "Unknown argument: %s": {
[e29cc2e]25 "one": "Argument inconnu: %s",
26 "other": "Arguments inconnus: %s"
[6a3a178]27 },
[e29cc2e]28 "Invalid values:": "Valeurs invalides:",
29 "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Donné: %s, Choix: %s",
30 "Argument check failed: %s": "Echec de la vérification de l'argument: %s",
31 "Implications failed:": "Arguments dépendants manquants:",
32 "Not enough arguments following: %s": "Pas assez d'arguments suivant: %s",
33 "Invalid JSON config file: %s": "Fichier de configuration JSON invalide: %s",
[6a3a178]34 "Path to JSON config file": "Chemin du fichier de configuration JSON",
[e29cc2e]35 "Show help": "Affiche de l'aide",
36 "Show version number": "Affiche le numéro de version"
[6a3a178]37}
Note: See TracBrowser for help on using the repository browser.