1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"Commands:": "Kommandos:",
|
3 |
|
|
"Options:": "Optionen:",
|
4 |
|
|
"Examples:": "Beispiele:",
|
5 |
|
|
"boolean": "boolean",
|
6 |
|
|
"count": "Zähler",
|
7 |
|
|
"string": "string",
|
8 |
|
|
"number": "Zahl",
|
9 |
|
|
"array": "array",
|
10 |
|
|
"required": "erforderlich",
|
11 |
|
|
"default:": "Standard:",
|
12 |
|
|
"choices:": "Möglichkeiten:",
|
13 |
|
|
"aliases:": "Aliase:",
|
14 |
|
|
"generated-value": "Generierter-Wert",
|
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",
|
17 |
|
|
"Missing argument value: %s": {
|
18 |
|
|
"one": "Fehlender Argumentwert: %s",
|
19 |
|
|
"other": "Fehlende Argumentwerte: %s"
|
20 |
|
|
},
|
21 |
|
|
"Missing required argument: %s": {
|
22 |
|
|
"one": "Fehlendes Argument: %s",
|
23 |
|
|
"other": "Fehlende Argumente: %s"
|
24 |
|
|
},
|
25 |
|
|
"Unknown argument: %s": {
|
26 |
|
|
"one": "Unbekanntes Argument: %s",
|
27 |
|
|
"other": "Unbekannte Argumente: %s"
|
28 |
|
|
},
|
29 |
|
|
"Invalid values:": "Unzulässige Werte:",
|
30 |
|
|
"Argument: %s, Given: %s, Choices: %s": "Argument: %s, Gegeben: %s, Möglichkeiten: %s",
|
31 |
|
|
"Argument check failed: %s": "Argumente-Check fehlgeschlagen: %s",
|
32 |
|
|
"Implications failed:": "Implikationen fehlgeschlagen:",
|
33 |
|
|
"Not enough arguments following: %s": "Nicht genügend Argumente nach: %s",
|
34 |
|
|
"Invalid JSON config file: %s": "Fehlerhafte JSON-Config Datei: %s",
|
35 |
|
|
"Path to JSON config file": "Pfad zur JSON-Config Datei",
|
36 |
|
|
"Show help": "Hilfe anzeigen",
|
37 |
|
|
"Show version number": "Version anzeigen",
|
38 |
|
|
"Did you mean %s?": "Meintest du %s?"
|
39 |
|
|
}
|