[6a3a178] | 1 | {
|
---|
| 2 | "Commands:": "Komutlar:",
|
---|
| 3 | "Options:": "Seçenekler:",
|
---|
| 4 | "Examples:": "Örnekler:",
|
---|
| 5 | "boolean": "boolean",
|
---|
| 6 | "count": "sayı",
|
---|
| 7 | "string": "string",
|
---|
| 8 | "number": "numara",
|
---|
| 9 | "array": "array",
|
---|
| 10 | "required": "zorunlu",
|
---|
| 11 | "default": "varsayılan",
|
---|
| 12 | "default:": "varsayılan:",
|
---|
| 13 | "choices:": "seçimler:",
|
---|
| 14 | "aliases:": "takma adlar:",
|
---|
| 15 | "generated-value": "oluşturulan-değer",
|
---|
| 16 | "Not enough non-option arguments: got %s, need at least %s": {
|
---|
| 17 | "one": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli",
|
---|
| 18 | "other": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli"
|
---|
| 19 | },
|
---|
| 20 | "Too many non-option arguments: got %s, maximum of %s": {
|
---|
| 21 | "one": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s",
|
---|
| 22 | "other": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s"
|
---|
| 23 | },
|
---|
| 24 | "Missing argument value: %s": {
|
---|
| 25 | "one": "Eksik argüman değeri: %s",
|
---|
| 26 | "other": "Eksik argüman değerleri: %s"
|
---|
| 27 | },
|
---|
| 28 | "Missing required argument: %s": {
|
---|
| 29 | "one": "Eksik zorunlu argüman: %s",
|
---|
| 30 | "other": "Eksik zorunlu argümanlar: %s"
|
---|
| 31 | },
|
---|
| 32 | "Unknown argument: %s": {
|
---|
| 33 | "one": "Bilinmeyen argüman: %s",
|
---|
| 34 | "other": "Bilinmeyen argümanlar: %s"
|
---|
| 35 | },
|
---|
| 36 | "Invalid values:": "Geçersiz değerler:",
|
---|
| 37 | "Argument: %s, Given: %s, Choices: %s": "Argüman: %s, Verilen: %s, Seçimler: %s",
|
---|
| 38 | "Argument check failed: %s": "Argüman kontrolü başarısız oldu: %s",
|
---|
| 39 | "Implications failed:": "Sonuçlar başarısız oldu:",
|
---|
| 40 | "Not enough arguments following: %s": "%s için yeterli argüman bulunamadı",
|
---|
| 41 | "Invalid JSON config file: %s": "Geçersiz JSON yapılandırma dosyası: %s",
|
---|
| 42 | "Path to JSON config file": "JSON yapılandırma dosya konumu",
|
---|
| 43 | "Show help": "Yardım detaylarını göster",
|
---|
| 44 | "Show version number": "Versiyon detaylarını göster",
|
---|
| 45 | "Did you mean %s?": "Bunu mu demek istediniz: %s?",
|
---|
| 46 | "Positionals:": "Sıralılar:",
|
---|
| 47 | "command": "komut"
|
---|
| 48 | }
|
---|