Skip to content

Commit 46ce1bb

Browse files
Tocivenexdrew
authored andcommitted
feat(locales): Create nl.json (#687)
1 parent 164efb6 commit 46ce1bb

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

locales/nl.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"Commands:": "Opdrachten:",
3+
"Options:": "Opties:",
4+
"Examples:": "Voorbeelden:",
5+
"boolean": "boolean",
6+
"count": "aantal",
7+
"string": "text",
8+
"number": "nummer",
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 non-optie argumenten. Gekregen: %s, minstens nodig: %s",
16+
"Too many non-option arguments: got %s, maximum of %s": "Te veel non-optie argumenten. Gekregen: %s, maximum: %s",
17+
"Missing argument value: %s": {
18+
"one": "Missing argument value: %s",
19+
"other": "Missing argument values: %s"
20+
},
21+
"Missing required argument: %s": {
22+
"one": "Missend verplichte 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 waardes:",
30+
"Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gegeven: %s, Keuzes: %s",
31+
"Argument check failed: %s": "Argument check mislukt: %s",
32+
"Implications failed:": "Implicaties mislukt:",
33+
"Not enough arguments following: %s": "Niet genoeg argumenten na: %s",
34+
"Invalid JSON config file: %s": "Ongeldig JSON configuratiebestand: %s",
35+
"Path to JSON config file": "Pad naar JSON configuratiebestand",
36+
"Show help": "Toon help",
37+
"Show version number": "Toon versie nummer",
38+
"Did you mean %s?": "Bedoelde u misschien %s?"
39+
}

0 commit comments

Comments
 (0)