[6a3a178] | 1 | {
|
---|
| 2 | "Commands:": "Buyruqlar:",
|
---|
| 3 | "Options:": "Imkoniyatlar:",
|
---|
| 4 | "Examples:": "Misollar:",
|
---|
| 5 | "boolean": "boolean",
|
---|
| 6 | "count": "sanoq",
|
---|
| 7 | "string": "satr",
|
---|
| 8 | "number": "raqam",
|
---|
| 9 | "array": "massiv",
|
---|
| 10 | "required": "majburiy",
|
---|
| 11 | "default": "boshlang'ich",
|
---|
| 12 | "default:": "boshlang'ich:",
|
---|
| 13 | "choices:": "tanlovlar:",
|
---|
| 14 | "aliases:": "taxalluslar:",
|
---|
| 15 | "generated-value": "yaratilgan-qiymat",
|
---|
| 16 | "Not enough non-option arguments: got %s, need at least %s": {
|
---|
| 17 | "one": "No-imkoniyat argumentlar yetarli emas: berilgan %s, minimum %s",
|
---|
| 18 | "other": "No-imkoniyat argumentlar yetarli emas: berilgan %s, minimum %s"
|
---|
| 19 | },
|
---|
| 20 | "Too many non-option arguments: got %s, maximum of %s": {
|
---|
| 21 | "one": "No-imkoniyat argumentlar juda ko'p: berilgan %s, maksimum %s",
|
---|
| 22 | "other": "No-imkoniyat argumentlar juda ko'p: got %s, maksimum %s"
|
---|
| 23 | },
|
---|
| 24 | "Missing argument value: %s": {
|
---|
| 25 | "one": "Argument qiymati berilmagan: %s",
|
---|
| 26 | "other": "Argument qiymatlari berilmagan: %s"
|
---|
| 27 | },
|
---|
| 28 | "Missing required argument: %s": {
|
---|
| 29 | "one": "Majburiy argument berilmagan: %s",
|
---|
| 30 | "other": "Majburiy argumentlar berilmagan: %s"
|
---|
| 31 | },
|
---|
| 32 | "Unknown argument: %s": {
|
---|
| 33 | "one": "Noma'lum argument berilmagan: %s",
|
---|
| 34 | "other": "Noma'lum argumentlar berilmagan: %s"
|
---|
| 35 | },
|
---|
| 36 | "Invalid values:": "Nosoz qiymatlar:",
|
---|
| 37 | "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Berilgan: %s, Tanlovlar: %s",
|
---|
| 38 | "Argument check failed: %s": "Muvaffaqiyatsiz argument tekshiruvi: %s",
|
---|
| 39 | "Implications failed:": "Bog'liq argumentlar berilmagan:",
|
---|
| 40 | "Not enough arguments following: %s": "Quyidagi argumentlar yetarli emas: %s",
|
---|
| 41 | "Invalid JSON config file: %s": "Nosoz JSON konfiguratsiya fayli: %s",
|
---|
| 42 | "Path to JSON config file": "JSON konfiguratsiya fayli joylashuvi",
|
---|
| 43 | "Show help": "Yordam ko'rsatish",
|
---|
| 44 | "Show version number": "Versiyani ko'rsatish",
|
---|
| 45 | "Did you mean %s?": "%s ni nazarda tutyapsizmi?",
|
---|
| 46 | "Arguments %s and %s are mutually exclusive" : "%s va %s argumentlari alohida",
|
---|
| 47 | "Positionals:": "Positsionallar:",
|
---|
| 48 | "command": "buyruq",
|
---|
| 49 | "deprecated": "eskirgan",
|
---|
| 50 | "deprecated: %s": "eskirgan: %s"
|
---|
| 51 | }
|
---|
| 52 | |
---|