1 |
3a515b92
|
cagy
|
{
|
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 |
|
|
"choices:": "seçimler:",
|
13 |
|
|
"aliases:": "takma adlar:",
|
14 |
|
|
"generated-value": "oluşturulan-değer",
|
15 |
|
|
"Not enough non-option arguments: got %s, need at least %s": "Seçenek dışı argümanlar yetersiz: %s bulundu, %s gerekli",
|
16 |
|
|
"Too many non-option arguments: got %s, maximum of %s": "Seçenek dışı argümanlar gereğinden fazla: %s bulundu, azami %s",
|
17 |
|
|
"Missing argument value: %s": {
|
18 |
|
|
"one": "Eksik argüman değeri: %s",
|
19 |
|
|
"other": "Eksik argüman değerleri: %s"
|
20 |
|
|
},
|
21 |
|
|
"Missing required argument: %s": {
|
22 |
|
|
"one": "Eksik zorunlu argüman: %s",
|
23 |
|
|
"other": "Eksik zorunlu argümanlar: %s"
|
24 |
|
|
},
|
25 |
|
|
"Unknown argument: %s": {
|
26 |
|
|
"one": "Bilinmeyen argüman: %s",
|
27 |
|
|
"other": "Bilinmeyen argümanlar: %s"
|
28 |
|
|
},
|
29 |
|
|
"Invalid values:": "Geçersiz değerler:",
|
30 |
|
|
"Argument: %s, Given: %s, Choices: %s": "Argüman: %s, Verilen: %s, Seçimler: %s",
|
31 |
|
|
"Argument check failed: %s": "Argüman kontrolü başarısız oldu: %s",
|
32 |
|
|
"Implications failed:": "Sonuçlar başarısız oldu:",
|
33 |
|
|
"Not enough arguments following: %s": "%s için yeterli argüman bulunamadı",
|
34 |
|
|
"Invalid JSON config file: %s": "Geçersiz JSON yapılandırma dosyası: %s",
|
35 |
|
|
"Path to JSON config file": "JSON yapılandırma dosya konumu",
|
36 |
|
|
"Show help": "Yardım detaylarını göster",
|
37 |
|
|
"Show version number": "Versiyon detaylarını göster",
|
38 |
|
|
"Did you mean %s?": "Bunu mu demek istediniz: %s?",
|
39 |
|
|
"Positionals:": "Sıralılar:",
|
40 |
|
|
"command": "komut"
|
41 |
|
|
}
|