Changeset e29cc2e for trip-planner-front/node_modules/yargs/locales
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/yargs/locales
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/yargs/locales/be.json
r59329aa re29cc2e 9 9 "array": "масіў", 10 10 "required": "неабходна", 11 "default": "па змаўчанні",12 11 "default:": "па змаўчанні:", 13 12 "choices:": "магчымасці:", 14 13 "aliases:": "аліасы:", 15 14 "generated-value": "згенераванае значэнне", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Недастаткова неапцыйных аргументаў: ёсць %s, трэба як мінімум %s", 18 "other": "Недастаткова неапцыйных аргументаў: ёсць %s, трэба як мінімум %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Занадта шмат неапцыйных аргументаў: ёсць %s, максімум дапушчальна %s", 22 "other": "Занадта шмат неапцыйных аргументаў: ёсць %s, максімум дапушчальна %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Недастаткова неапцыйных аргументаў: ёсць %s, трэба як мінімум %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Занадта шмат неапцыйных аргументаў: ёсць %s, максімум дапушчальна %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Не хапае значэння аргументу: %s", -
trip-planner-front/node_modules/yargs/locales/de.json
r59329aa re29cc2e 9 9 "array": "array", 10 10 "required": "erforderlich", 11 "default": "Standard",12 11 "default:": "Standard:", 13 12 "choices:": "Möglichkeiten:", 14 13 "aliases:": "Aliase:", 15 14 "generated-value": "Generierter-Wert", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Nicht genügend Argumente ohne Optionen: %s vorhanden, mindestens %s benötigt", 18 "other": "Nicht genügend Argumente ohne Optionen: %s vorhanden, mindestens %s benötigt" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Zu viele Argumente ohne Optionen: %s vorhanden, maximal %s erlaubt", 22 "other": "Zu viele Argumente ohne Optionen: %s vorhanden, maximal %s erlaubt" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Nicht genügend Argumente ohne Optionen: %s vorhanden, mindestens %s benötigt", 16 "Too many non-option arguments: got %s, maximum of %s": "Zu viele Argumente ohne Optionen: %s vorhanden, maximal %s erlaubt", 24 17 "Missing argument value: %s": { 25 18 "one": "Fehlender Argumentwert: %s", -
trip-planner-front/node_modules/yargs/locales/en.json
r59329aa re29cc2e 9 9 "array": "array", 10 10 "required": "required", 11 "default": "default",12 11 "default:": "default:", 13 12 "choices:": "choices:", 14 13 "aliases:": "aliases:", 15 14 "generated-value": "generated-value", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Not enough non-option arguments: got %s, need at least %s", 18 "other": "Not enough non-option arguments: got %s, need at least %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Too many non-option arguments: got %s, maximum of %s", 22 "other": "Too many non-option arguments: got %s, maximum of %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Missing argument value: %s", … … 46 39 "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive", 47 40 "Positionals:": "Positionals:", 48 "command": "command", 49 "deprecated": "deprecated", 50 "deprecated: %s": "deprecated: %s" 41 "command": "command" 51 42 } -
trip-planner-front/node_modules/yargs/locales/es.json
r59329aa re29cc2e 9 9 "array": "tabla", 10 10 "required": "requerido", 11 "default": "defecto",12 11 "default:": "defecto:", 13 12 "choices:": "selección:", 14 13 "aliases:": "alias:", 15 14 "generated-value": "valor-generado", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Hacen falta argumentos no-opcionales: Número recibido %s, necesita por lo menos %s", 18 "other": "Hacen falta argumentos no-opcionales: Número recibido %s, necesita por lo menos %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Demasiados argumentos no-opcionales: Número recibido %s, máximo es %s", 22 "other": "Demasiados argumentos no-opcionales: Número recibido %s, máximo es %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Hacen falta argumentos no-opcionales: Número recibido %s, necesita por lo menos %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Demasiados argumentos no-opcionales: Número recibido %s, máximo es %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Falta argumento: %s", -
trip-planner-front/node_modules/yargs/locales/fr.json
r59329aa re29cc2e 1 1 { 2 "Commands:": "Commandes 3 "Options:": "Options 4 "Examples:": "Exemples 2 "Commands:": "Commandes:", 3 "Options:": "Options:", 4 "Examples:": "Exemples:", 5 5 "boolean": "booléen", 6 "count": "compt eur",7 "string": "cha îne de caractères",6 "count": "comptage", 7 "string": "chaine de caractère", 8 8 "number": "nombre", 9 9 "array": "tableau", 10 10 "required": "requis", 11 "default": "défaut", 12 "default:": "défaut :", 13 "choices:": "choix :", 14 "aliases:": "alias :", 11 "default:": "défaut:", 12 "choices:": "choix:", 15 13 "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 }, 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", 24 16 "Missing argument value: %s": { 25 "one": "Argument manquant 26 "other": "Arguments manquants 17 "one": "Argument manquant: %s", 18 "other": "Arguments manquants: %s" 27 19 }, 28 20 "Missing required argument: %s": { 29 "one": "Argument requis manquant 30 "other": "Arguments requis manquants 21 "one": "Argument requis manquant: %s", 22 "other": "Arguments requis manquants: %s" 31 23 }, 32 24 "Unknown argument: %s": { 33 "one": "Argument inconnu 34 "other": "Arguments inconnus 25 "one": "Argument inconnu: %s", 26 "other": "Arguments inconnus: %s" 35 27 }, 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", 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", 46 34 "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" 35 "Show help": "Affiche de l'aide", 36 "Show version number": "Affiche le numéro de version" 53 37 } -
trip-planner-front/node_modules/yargs/locales/hi.json
r59329aa re29cc2e 9 9 "array": "सरणी", 10 10 "required": "आवश्यक", 11 "default": "डिफॉल्ट",12 11 "default:": "डिफॉल्ट:", 13 12 "choices:": "विकल्प:", 14 13 "aliases:": "उपनाम:", 15 14 "generated-value": "उत्पन्न-मूल्य", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "पर्याप्त गैर-विकल्प तर्क प्राप्त नहीं: %s प्राप्त, कम से कम %s की आवश्यकता है", 18 "other": "पर्याप्त गैर-विकल्प तर्क प्राप्त नहीं: %s प्राप्त, कम से कम %s की आवश्यकता है" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "बहुत सारे गैर-विकल्प तर्क: %s प्राप्त, अधिकतम %s मान्य", 22 "other": "बहुत सारे गैर-विकल्प तर्क: %s प्राप्त, अधिकतम %s मान्य" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "पर्याप्त गैर-विकल्प तर्क प्राप्त नहीं: %s प्राप्त, कम से कम %s की आवश्यकता है", 16 "Too many non-option arguments: got %s, maximum of %s": "बहुत सारे गैर-विकल्प तर्क: %s प्राप्त, अधिकतम %s मान्य", 24 17 "Missing argument value: %s": { 25 18 "one": "कुछ तर्को के मूल्य गुम हैं: %s", -
trip-planner-front/node_modules/yargs/locales/hu.json
r59329aa re29cc2e 9 9 "array": "tömb", 10 10 "required": "kötelező", 11 "default": "alapértelmezett",12 11 "default:": "alapértelmezett:", 13 12 "choices:": "lehetőségek:", 14 13 "aliases:": "aliaszok:", 15 14 "generated-value": "generált-érték", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Nincs elég nem opcionális argumentum: %s van, legalább %s kell", 18 "other": "Nincs elég nem opcionális argumentum: %s van, legalább %s kell" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Túl sok nem opciánlis argumentum van: %s van, maximum %s lehet", 22 "other": "Túl sok nem opciánlis argumentum van: %s van, maximum %s lehet" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Nincs elég nem opcionális argumentum: %s van, legalább %s kell", 16 "Too many non-option arguments: got %s, maximum of %s": "Túl sok nem opciánlis argumentum van: %s van, maximum %s lehet", 24 17 "Missing argument value: %s": { 25 18 "one": "Hiányzó argumentum érték: %s", -
trip-planner-front/node_modules/yargs/locales/id.json
r59329aa re29cc2e 10 10 "array": "larik", 11 11 "required": "diperlukan", 12 "default": "bawaan",13 12 "default:": "bawaan:", 14 13 "aliases:": "istilah lain:", 15 14 "choices:": "pilihan:", 16 15 "generated-value": "nilai-yang-dihasilkan", 17 "Not enough non-option arguments: got %s, need at least %s": { 18 "one": "Argumen wajib kurang: hanya %s, minimal %s", 19 "other": "Argumen wajib kurang: hanya %s, minimal %s" 20 }, 21 "Too many non-option arguments: got %s, maximum of %s": { 22 "one": "Terlalu banyak argumen wajib: ada %s, maksimal %s", 23 "other": "Terlalu banyak argumen wajib: ada %s, maksimal %s" 24 }, 16 "Not enough non-option arguments: got %s, need at least %s": "Argumen wajib kurang: hanya %s, minimal %s", 17 "Too many non-option arguments: got %s, maximum of %s": "Terlalu banyak argumen wajib: ada %s, maksimal %s", 25 18 "Missing argument value: %s": { 26 19 "one": "Kurang argumen: %s", -
trip-planner-front/node_modules/yargs/locales/it.json
r59329aa re29cc2e 9 9 "array": "vettore", 10 10 "required": "richiesto", 11 "default": "predefinito",12 11 "default:": "predefinito:", 13 12 "choices:": "scelte:", 14 13 "aliases:": "alias:", 15 14 "generated-value": "valore generato", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s", 18 "other": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s", 22 "other": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Numero insufficiente di argomenti non opzione: inseriti %s, richiesti almeno %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Troppi argomenti non opzione: inseriti %s, massimo possibile %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Argomento mancante: %s", -
trip-planner-front/node_modules/yargs/locales/ja.json
r59329aa re29cc2e 9 9 "array": "配列", 10 10 "required": "必須", 11 "default": "デフォルト",12 11 "default:": "デフォルト:", 13 12 "choices:": "選択してください:", 14 13 "aliases:": "エイリアス:", 15 14 "generated-value": "生成された値", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "オプションではない引数が %s 個では不足しています。少なくとも %s 個の引数が必要です:", 18 "other": "オプションではない引数が %s 個では不足しています。少なくとも %s 個の引数が必要です:" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:", 22 "other": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "オプションではない引数が %s 個では不足しています。少なくとも %s 個の引数が必要です:", 16 "Too many non-option arguments: got %s, maximum of %s": "オプションではない引数が %s 個では多すぎます。最大で %s 個までです:", 24 17 "Missing argument value: %s": { 25 "one": "引数 の値が見つかりません: %s",26 "other": "引数 の値が見つかりません: %s"18 "one": "引数が見つかりません: %s", 19 "other": "引数が見つかりません: %s" 27 20 }, 28 21 "Missing required argument: %s": { … … 35 28 }, 36 29 "Invalid values:": "不正な値です:", 37 "Argument: %s, Given: %s, Choices: %s": "引数は %s です。 与えられた値: %s,選択してください: %s",30 "Argument: %s, Given: %s, Choices: %s": "引数は %s です。指定できるのは %s つです。選択してください: %s", 38 31 "Argument check failed: %s": "引数のチェックに失敗しました: %s", 39 32 "Implications failed:": "オプションの組み合わせで不正が生じました:", … … 46 39 "Arguments %s and %s are mutually exclusive" : "引数 %s と %s は同時に指定できません", 47 40 "Positionals:": "位置:", 48 "command": "コマンド", 49 "deprecated": "非推奨", 50 "deprecated: %s": "非推奨: %s" 41 "command": "コマンド" 51 42 } -
trip-planner-front/node_modules/yargs/locales/ko.json
r59329aa re29cc2e 9 9 "array": "배열", 10 10 "required": "필수", 11 "default": "기본",12 11 "default:": "기본:", 13 12 "choices:": "선택:", 14 13 "aliases:": "별칭:", 15 14 "generated-value": "생성된 값", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "옵션이 아닌 인자가 충분치 않습니다: %s개를 받았지만, 적어도 %s개는 필요합니다", 18 "other": "옵션이 아닌 인자가 충분치 않습니다: %s개를 받았지만, 적어도 %s개는 필요합니다" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "옵션이 아닌 인자가 너무 많습니다: %s개를 받았지만, %s개 이하여야 합니다", 22 "other": "옵션이 아닌 인자가 너무 많습니다: %s개를 받았지만, %s개 이하여야 합니다" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "옵션이 아닌 인자가 충분치 않습니다: %s개를 받았지만, 적어도 %s개는 필요합니다", 16 "Too many non-option arguments: got %s, maximum of %s": "옵션이 아닌 인자가 너무 많습니다: %s개를 받았지만, %s개 이하여야 합니다", 24 17 "Missing argument value: %s": { 25 18 "one": "인자값을 받지 못했습니다: %s", -
trip-planner-front/node_modules/yargs/locales/nb.json
r59329aa re29cc2e 9 9 "array": "matrise", 10 10 "required": "obligatorisk", 11 "default": "standard",12 11 "default:": "standard:", 13 12 "choices:": "valg:", 14 13 "generated-value": "generert-verdi", 15 "Not enough non-option arguments: got %s, need at least %s": { 16 "one": "Ikke nok ikke-alternativ argumenter: fikk %s, trenger minst %s", 17 "other": "Ikke nok ikke-alternativ argumenter: fikk %s, trenger minst %s" 18 }, 19 "Too many non-option arguments: got %s, maximum of %s": { 20 "one": "For mange ikke-alternativ argumenter: fikk %s, maksimum %s", 21 "other": "For mange ikke-alternativ argumenter: fikk %s, maksimum %s" 22 }, 14 "Not enough non-option arguments: got %s, need at least %s": "Ikke nok ikke-alternativ argumenter: fikk %s, trenger minst %s", 15 "Too many non-option arguments: got %s, maximum of %s": "For mange ikke-alternativ argumenter: fikk %s, maksimum %s", 23 16 "Missing argument value: %s": { 24 17 "one": "Mangler argument verdi: %s", -
trip-planner-front/node_modules/yargs/locales/nl.json
r59329aa re29cc2e 9 9 "array": "lijst", 10 10 "required": "verplicht", 11 "default": "standaard",12 11 "default:": "standaard:", 13 12 "choices:": "keuzes:", 14 13 "aliases:": "aliassen:", 15 14 "generated-value": "gegenereerde waarde", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Niet genoeg niet-optie-argumenten: %s gekregen, minstens %s nodig", 18 "other": "Niet genoeg niet-optie-argumenten: %s gekregen, minstens %s nodig" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Te veel niet-optie-argumenten: %s gekregen, maximum is %s", 22 "other": "Te veel niet-optie-argumenten: %s gekregen, maximum is %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Niet genoeg niet-optie-argumenten: %s gekregen, minstens %s nodig", 16 "Too many non-option arguments: got %s, maximum of %s": "Te veel niet-optie-argumenten: %s gekregen, maximum is %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Missende argumentwaarde: %s", -
trip-planner-front/node_modules/yargs/locales/nn.json
r59329aa re29cc2e 9 9 "array": "matrise", 10 10 "required": "obligatorisk", 11 "default": "standard",12 11 "default:": "standard:", 13 12 "choices:": "val:", 14 13 "generated-value": "generert-verdi", 15 "Not enough non-option arguments: got %s, need at least %s": { 16 "one": "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s", 17 "other": "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s" 18 }, 19 "Too many non-option arguments: got %s, maximum of %s": { 20 "one": "For mange ikkje-alternativ argument: fekk %s, maksimum %s", 21 "other": "For mange ikkje-alternativ argument: fekk %s, maksimum %s" 22 }, 14 "Not enough non-option arguments: got %s, need at least %s": 15 "Ikkje nok ikkje-alternativ argument: fekk %s, treng minst %s", 16 "Too many non-option arguments: got %s, maximum of %s": 17 "For mange ikkje-alternativ argument: fekk %s, maksimum %s", 23 18 "Missing argument value: %s": { 24 19 "one": "Manglar argumentverdi: %s", -
trip-planner-front/node_modules/yargs/locales/pl.json
r59329aa re29cc2e 9 9 "array": "tablica", 10 10 "required": "wymagany", 11 "default": "domyślny",12 11 "default:": "domyślny:", 13 12 "choices:": "dostępne:", 14 13 "aliases:": "aliasy:", 15 14 "generated-value": "wygenerowana-wartość", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s", 18 "other": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s", 22 "other": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Brak wartości dla argumentu: %s", -
trip-planner-front/node_modules/yargs/locales/pt.json
r59329aa re29cc2e 9 9 "array": "arranjo", 10 10 "required": "requerido", 11 "default": "padrão",12 11 "default:": "padrão:", 13 12 "choices:": "escolhas:", 14 13 "generated-value": "valor-gerado", 15 "Not enough non-option arguments: got %s, need at least %s": { 16 "one": "Argumentos insuficientes não opcionais: Argumento %s, necessário pelo menos %s", 17 "other": "Argumentos insuficientes não opcionais: Argumento %s, necessário pelo menos %s" 18 }, 19 "Too many non-option arguments: got %s, maximum of %s": { 20 "one": "Excesso de argumentos não opcionais: recebido %s, máximo de %s", 21 "other": "Excesso de argumentos não opcionais: recebido %s, máximo de %s" 22 }, 14 "Not enough non-option arguments: got %s, need at least %s": "Argumentos insuficientes não opcionais: Argumento %s, necessário pelo menos %s", 15 "Too many non-option arguments: got %s, maximum of %s": "Excesso de argumentos não opcionais: recebido %s, máximo de %s", 23 16 "Missing argument value: %s": { 24 17 "one": "Falta valor de argumento: %s", -
trip-planner-front/node_modules/yargs/locales/pt_BR.json
r59329aa re29cc2e 13 13 "aliases:": "sinônimos:", 14 14 "generated-value": "valor-gerado", 15 "Not enough non-option arguments: got %s, need at least %s": { 16 "one": "Argumentos insuficientes: Argumento %s, necessário pelo menos %s", 17 "other": "Argumentos insuficientes: Argumento %s, necessário pelo menos %s" 18 }, 19 "Too many non-option arguments: got %s, maximum of %s": { 20 "one": "Excesso de argumentos: recebido %s, máximo de %s", 21 "other": "Excesso de argumentos: recebido %s, máximo de %s" 22 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Argumentos insuficientes: Argumento %s, necessário pelo menos %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Excesso de argumentos: recebido %s, máximo de %s", 23 17 "Missing argument value: %s": { 24 18 "one": "Falta valor de argumento: %s", -
trip-planner-front/node_modules/yargs/locales/ru.json
r59329aa re29cc2e 9 9 "array": "массив", 10 10 "required": "необходимо", 11 "default": "по умолчанию",12 11 "default:": "по умолчанию:", 13 12 "choices:": "возможности:", 14 13 "aliases:": "алиасы:", 15 14 "generated-value": "генерированное значение", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Недостаточно неопционных аргументов: есть %s, нужно как минимум %s", 18 "other": "Недостаточно неопционных аргументов: есть %s, нужно как минимум %s" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Слишком много неопционных аргументов: есть %s, максимум допустимо %s", 22 "other": "Слишком много неопционных аргументов: есть %s, максимум допустимо %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Недостаточно неопционных аргументов: есть %s, нужно как минимум %s", 16 "Too many non-option arguments: got %s, maximum of %s": "Слишком много неопционных аргументов: есть %s, максимум допустимо %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Не хватает значения аргумента: %s", -
trip-planner-front/node_modules/yargs/locales/th.json
r59329aa re29cc2e 9 9 "array": "อาเรย์", 10 10 "required": "จำเป็น", 11 "default": "ค่าเริ่มต้",12 11 "default:": "ค่าเริ่มต้น", 13 12 "choices:": "ตัวเลือก", 14 13 "aliases:": "เอเลียส", 15 14 "generated-value": "ค่าที่ถูกสร้างขึ้น", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "ใส่อาร์กิวเมนต์ไม่ครบตามจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการอย่างน้อย %s ค่า", 18 "other": "ใส่อาร์กิวเมนต์ไม่ครบตามจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการอย่างน้อย %s ค่า" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "ใส่อาร์กิวเมนต์เกินจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการมากที่สุด %s ค่า", 22 "other": "ใส่อาร์กิวเมนต์เกินจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการมากที่สุด %s ค่า" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "ใส่อาร์กิวเมนต์ไม่ครบตามจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการอย่างน้อย %s ค่า", 16 "Too many non-option arguments: got %s, maximum of %s": "ใส่อาร์กิวเมนต์เกินจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการมากที่สุด %s ค่า", 24 17 "Missing argument value: %s": { 25 18 "one": "ค่าอาร์กิวเมนต์ที่ขาดไป: %s", -
trip-planner-front/node_modules/yargs/locales/tr.json
r59329aa re29cc2e 9 9 "array": "array", 10 10 "required": "zorunlu", 11 "default": "varsayılan",12 11 "default:": "varsayılan:", 13 12 "choices:": "seçimler:", 14 13 "aliases:": "takma adlar:", 15 14 "generated-value": "oluşturulan-değer", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli", 18 "other": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s", 22 "other": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s" 23 }, 15 "Not enough non-option arguments: got %s, need at least %s": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli", 16 "Too many non-option arguments: got %s, maximum of %s": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s", 24 17 "Missing argument value: %s": { 25 18 "one": "Eksik argüman değeri: %s", -
trip-planner-front/node_modules/yargs/locales/zh_CN.json
r59329aa re29cc2e 9 9 "array": "数组", 10 10 "required": "必需", 11 "default": "默认值",12 11 "default:": "默认值:", 13 12 "choices:": "可选值:", 14 13 "generated-value": "生成的值", 15 "Not enough non-option arguments: got %s, need at least %s": { 16 "one": "缺少 non-option 参数:传入了 %s 个, 至少需要 %s 个", 17 "other": "缺少 non-option 参数:传入了 %s 个, 至少需要 %s 个" 18 }, 19 "Too many non-option arguments: got %s, maximum of %s": { 20 "one": "non-option 参数过多:传入了 %s 个, 最大允许 %s 个", 21 "other": "non-option 参数过多:传入了 %s 个, 最大允许 %s 个" 22 }, 14 "Not enough non-option arguments: got %s, need at least %s": "缺少 non-option 参数:传入了 %s 个, 至少需要 %s 个", 15 "Too many non-option arguments: got %s, maximum of %s": "non-option 参数过多:传入了 %s 个, 最大允许 %s 个", 23 16 "Missing argument value: %s": { 24 17 "one": "没有给此选项指定值:%s", -
trip-planner-front/node_modules/yargs/locales/zh_TW.json
r59329aa re29cc2e 1 1 { 2 "Commands:": "命令:", 3 "Options:": "選項:", 4 "Examples:": "範例:", 5 "boolean": "布林", 6 "count": "次數", 7 "string": "字串", 8 "number": "數字", 9 "array": "陣列", 10 "required": "必填", 11 "default": "預設值", 12 "default:": "預設值:", 13 "choices:": "可選值:", 14 "aliases:": "別名:", 15 "generated-value": "生成的值", 16 "Not enough non-option arguments: got %s, need at least %s": { 17 "one": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個", 18 "other": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個" 19 }, 20 "Too many non-option arguments: got %s, maximum of %s": { 21 "one": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個", 22 "other": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個" 23 }, 24 "Missing argument value: %s": { 25 "one": "此引數無指定值:%s", 26 "other": "這些引數無指定值:%s" 27 }, 28 "Missing required argument: %s": { 29 "one": "缺少必須的引數:%s", 30 "other": "缺少這些必須的引數:%s" 31 }, 32 "Unknown argument: %s": { 33 "one": "未知的引數:%s", 34 "other": "未知的引數:%s" 35 }, 36 "Invalid values:": "無效的選項值:", 37 "Argument: %s, Given: %s, Choices: %s": "引數名稱: %s, 傳入的值: %s, 可選的值:%s", 38 "Argument check failed: %s": "引數驗證失敗:%s", 39 "Implications failed:": "缺少依賴引數:", 40 "Not enough arguments following: %s": "沒有提供足夠的值給此引數:%s", 41 "Invalid JSON config file: %s": "無效的 JSON 設置文件:%s", 42 "Path to JSON config file": "JSON 設置文件的路徑", 43 "Show help": "顯示說明", 44 "Show version number": "顯示版本", 45 "Did you mean %s?": "您是指 %s 嗎?", 46 "Arguments %s and %s are mutually exclusive" : "引數 %s 和 %s 互斥", 47 "Positionals:": "位置:", 48 "command": "命令", 49 "deprecated": "已淘汰", 50 "deprecated: %s": "已淘汰:%s" 51 } 2 "Commands:": "命令:", 3 "Options:": "選項:", 4 "Examples:": "例:", 5 "boolean": "布林", 6 "count": "次數", 7 "string": "字串", 8 "number": "數字", 9 "array": "陣列", 10 "required": "必須", 11 "default:": "預設值:", 12 "choices:": "可選值:", 13 "aliases:": "別名:", 14 "generated-value": "生成的值", 15 "Not enough non-option arguments: got %s, need at least %s": "non-option 引數不足:只傳入了 %s 個, 至少要 %s 個", 16 "Too many non-option arguments: got %s, maximum of %s": "non-option 引數過多:傳入了 %s 個, 但最多 %s 個", 17 "Missing argument value: %s": { 18 "one": "此引數無指定值:%s", 19 "other": "這些引數無指定值:%s" 20 }, 21 "Missing required argument: %s": { 22 "one": "缺少必須的引數:%s", 23 "other": "缺少這些必須的引數:%s" 24 }, 25 "Unknown argument: %s": { 26 "one": "未知的引數:%s", 27 "other": "未知的這些引數:%s" 28 }, 29 "Invalid values:": "無效的選項值:", 30 "Argument: %s, Given: %s, Choices: %s": "引數名稱: %s, 傳入的值: %s, 可選的值:%s", 31 "Argument check failed: %s": "引數驗證失敗:%s", 32 "Implications failed:": "缺少依賴的選項:", 33 "Not enough arguments following: %s": "沒有提供足夠的值給此引數:%s", 34 "Invalid JSON config file: %s": "無效的 JSON 設置文件:%s", 35 "Path to JSON config file": "JSON 設置文件的路徑", 36 "Show help": "顯示說明", 37 "Show version number": "顯示版本", 38 "Did you mean %s?": "是指 %s?", 39 "Arguments %s and %s are mutually exclusive" : "引數 %s 和 %s 是互斥的" 40 }
Note:
See TracChangeset
for help on using the changeset viewer.