1 | {
|
---|
2 | "Commands:": "Komennot:",
|
---|
3 | "Options:": "Valinnat:",
|
---|
4 | "Examples:": "Esimerkkejä:",
|
---|
5 | "boolean": "totuusarvo",
|
---|
6 | "count": "lukumäärä",
|
---|
7 | "string": "merkkijono",
|
---|
8 | "number": "numero",
|
---|
9 | "array": "taulukko",
|
---|
10 | "required": "pakollinen",
|
---|
11 | "default": "oletusarvo",
|
---|
12 | "default:": "oletusarvo:",
|
---|
13 | "choices:": "vaihtoehdot:",
|
---|
14 | "aliases:": "aliakset:",
|
---|
15 | "generated-value": "generoitu-arvo",
|
---|
16 | "Not enough non-option arguments: got %s, need at least %s": {
|
---|
17 | "one": "Liian vähän argumentteja, jotka eivät ole valintoja: annettu %s, vaaditaan vähintään %s",
|
---|
18 | "other": "Liian vähän argumentteja, jotka eivät ole valintoja: annettu %s, vaaditaan vähintään %s"
|
---|
19 | },
|
---|
20 | "Too many non-option arguments: got %s, maximum of %s": {
|
---|
21 | "one": "Liikaa argumentteja, jotka eivät ole valintoja: annettu %s, sallitaan enintään %s",
|
---|
22 | "other": "Liikaa argumentteja, jotka eivät ole valintoja: annettu %s, sallitaan enintään %s"
|
---|
23 | },
|
---|
24 | "Missing argument value: %s": {
|
---|
25 | "one": "Argumentin arvo puuttuu: %s",
|
---|
26 | "other": "Argumentin arvot puuttuvat: %s"
|
---|
27 | },
|
---|
28 | "Missing required argument: %s": {
|
---|
29 | "one": "Pakollinen argumentti puuttuu: %s",
|
---|
30 | "other": "Pakollisia argumentteja puuttuu: %s"
|
---|
31 | },
|
---|
32 | "Unknown argument: %s": {
|
---|
33 | "one": "Tuntematon argumenttn: %s",
|
---|
34 | "other": "Tuntemattomia argumentteja: %s"
|
---|
35 | },
|
---|
36 | "Invalid values:": "Virheelliset arvot:",
|
---|
37 | "Argument: %s, Given: %s, Choices: %s": "Argumentti: %s, Annettu: %s, Vaihtoehdot: %s",
|
---|
38 | "Argument check failed: %s": "Argumentin tarkistus epäonnistui: %s",
|
---|
39 | "Implications failed:": "Riippuvia argumentteja puuttuu:",
|
---|
40 | "Not enough arguments following: %s": "Argumentin perässä ei ole tarpeeksi argumentteja: %s",
|
---|
41 | "Invalid JSON config file: %s": "Epävalidi JSON-asetustiedosto: %s",
|
---|
42 | "Path to JSON config file": "JSON-asetustiedoston polku",
|
---|
43 | "Show help": "Näytä ohje",
|
---|
44 | "Show version number": "Näytä versionumero",
|
---|
45 | "Did you mean %s?": "Tarkoititko %s?",
|
---|
46 | "Arguments %s and %s are mutually exclusive" : "Argumentit %s ja %s eivät ole yhteensopivat",
|
---|
47 | "Positionals:": "Sijaintiparametrit:",
|
---|
48 | "command": "komento"
|
---|
49 | }
|
---|