[6a3a178] | 1 |
|
---|
| 2 | {
|
---|
| 3 | "Commands:": "Perintah:",
|
---|
| 4 | "Options:": "Pilihan:",
|
---|
| 5 | "Examples:": "Contoh:",
|
---|
| 6 | "boolean": "boolean",
|
---|
| 7 | "count": "jumlah",
|
---|
| 8 | "number": "nomor",
|
---|
| 9 | "string": "string",
|
---|
| 10 | "array": "larik",
|
---|
| 11 | "required": "diperlukan",
|
---|
| 12 | "default:": "bawaan:",
|
---|
| 13 | "aliases:": "istilah lain:",
|
---|
| 14 | "choices:": "pilihan:",
|
---|
| 15 | "generated-value": "nilai-yang-dihasilkan",
|
---|
[e29cc2e] | 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",
|
---|
[6a3a178] | 18 | "Missing argument value: %s": {
|
---|
| 19 | "one": "Kurang argumen: %s",
|
---|
| 20 | "other": "Kurang argumen: %s"
|
---|
| 21 | },
|
---|
| 22 | "Missing required argument: %s": {
|
---|
| 23 | "one": "Kurang argumen wajib: %s",
|
---|
| 24 | "other": "Kurang argumen wajib: %s"
|
---|
| 25 | },
|
---|
| 26 | "Unknown argument: %s": {
|
---|
| 27 | "one": "Argumen tak diketahui: %s",
|
---|
| 28 | "other": "Argumen tak diketahui: %s"
|
---|
| 29 | },
|
---|
| 30 | "Invalid values:": "Nilai-nilai tidak valid:",
|
---|
| 31 | "Argument: %s, Given: %s, Choices: %s": "Argumen: %s, Diberikan: %s, Pilihan: %s",
|
---|
| 32 | "Argument check failed: %s": "Pemeriksaan argument gagal: %s",
|
---|
| 33 | "Implications failed:": "Implikasi gagal:",
|
---|
| 34 | "Not enough arguments following: %s": "Kurang argumen untuk: %s",
|
---|
| 35 | "Invalid JSON config file: %s": "Berkas konfigurasi JSON tidak valid: %s",
|
---|
| 36 | "Path to JSON config file": "Alamat berkas konfigurasi JSON",
|
---|
| 37 | "Show help": "Lihat bantuan",
|
---|
| 38 | "Show version number": "Lihat nomor versi",
|
---|
| 39 | "Did you mean %s?": "Maksud Anda: %s?",
|
---|
| 40 | "Arguments %s and %s are mutually exclusive" : "Argumen %s dan %s saling eksklusif",
|
---|
| 41 | "Positionals:": "Posisional-posisional:",
|
---|
| 42 | "command": "perintah"
|
---|
| 43 | }
|
---|