source: trip-planner-front/node_modules/yargs/locales/nl.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "Commands:": "Commando's:",
3 "Options:": "Opties:",
4 "Examples:": "Voorbeelden:",
5 "boolean": "booleaans",
6 "count": "aantal",
7 "string": "string",
8 "number": "getal",
9 "array": "lijst",
10 "required": "verplicht",
11 "default:": "standaard:",
12 "choices:": "keuzes:",
13 "aliases:": "aliassen:",
14 "generated-value": "gegenereerde waarde",
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",
17 "Missing argument value: %s": {
18 "one": "Missende argumentwaarde: %s",
19 "other": "Missende argumentwaarden: %s"
20 },
21 "Missing required argument: %s": {
22 "one": "Missend verplicht argument: %s",
23 "other": "Missende verplichte argumenten: %s"
24 },
25 "Unknown argument: %s": {
26 "one": "Onbekend argument: %s",
27 "other": "Onbekende argumenten: %s"
28 },
29 "Invalid values:": "Ongeldige waarden:",
30 "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gegeven: %s, Keuzes: %s",
31 "Argument check failed: %s": "Argumentcontrole mislukt: %s",
32 "Implications failed:": "Ontbrekende afhankelijke argumenten:",
33 "Not enough arguments following: %s": "Niet genoeg argumenten na: %s",
34 "Invalid JSON config file: %s": "Ongeldig JSON-config-bestand: %s",
35 "Path to JSON config file": "Pad naar JSON-config-bestand",
36 "Show help": "Toon help",
37 "Show version number": "Toon versienummer",
38 "Did you mean %s?": "Bedoelde u misschien %s?",
39 "Arguments %s and %s are mutually exclusive": "Argumenten %s en %s kunnen niet tegelijk gebruikt worden",
40 "Positionals:": "Positie-afhankelijke argumenten",
41 "command": "commando"
42}
Note: See TracBrowser for help on using the repository browser.