Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions src/main/resources/assets/commandblockide/lang/tr_tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"arguments.editfunction.tag.unsupported": "Function etiketleri düzenlenemez",
"commands.editfunction.failed.modNotInstalled": "Command Block IDE modunun yüklü olması gerekmektedir.",
"commandBlockIDE.close": "Kapat",
"commandBlockIDE.save": "Kaydet",
"commandBlockIDE.error": "Beklenmeyen bir hata oluştu:",
"commandBlockIDE.errorWithContext": "Şu işlemi gerçekleştirirken beklenmeyen bir hata oluştu: %s",
"commandBlockIDE.type.redstone": "Girdi",
"commandBlockIDE.type.redstoneConditional": "Girdi, Koşullu",
"commandBlockIDE.type.auto": "Yineleyici",
"commandBlockIDE.type.autoConditional": "Yineleyici, Koşullu",
"commandBlockIDE.type.sequence": "Zincirleme",
"commandBlockIDE.type.sequenceConditional": "Zincirleme, Koşullu",
"commandBlockIDE.unloaded": "Yüklenmedi",
"commandBlockIDE.lastOutput.on": "Çıktı Takip Ediliyor",
"commandBlockIDE.lastOutput.off": "Çıktı Takip Edilmiyor",
"commandBlockIDE.lastOutput.none": "Çıktı yok",
"commandBlockIDE.narrator.editorIndex": "%s Numara",
"commandBlockIDE.saveFunction.success.file": "Function '%s' adlı dosyaya kaydedildi.",
"commandBlockIDE.saveFunction.failed.missingNamespace": "'%s' adlı function'u kaydederken bir hata oluştu: '%s' için kaynak yöneticisinin ad alanı bulunamadı.",
"commandBlockIDE.saveFunction.failed.noResourcePack": "'%s' adlı function'u kaydederken bir hata oluştu: Herhangi bir veri paketinde bulunamadı.",
"commandBlockIDE.saveFunction.failed.ioException": "'%s' adlı function'u kaydederken bir hata oluştu: Bir giriş/çıkış hatası oluştu.",
"commandBlockIDE.saveFunction.failed.zipNotSupported": "'%s' adlı function'u kaydederken bir hata oluştu: '.zip' formatındaki veri paketleri henüz desteklenmemektedir.",
"commandBlockIDE.saveFunction.failed.packClassNotSupported": "'%s' adlı function'u kaydederken bir hata oluştu: Kaynak sınıfı '%s' desteklenmemektedir.",
"commandBlockIDE.saveFunction.failed.invalidPath": "'%s' adlı function'u kaydederken bir hata oluştu: Geçersiz yol '%s': %s",
"commandBlockIDE.loadFunction.failed.missingNamespace": "'%s' adlı function'u yüklerken bir hata oluştu: '%s' için kaynak yöneticisinin ad alanı bulunamadı.",
"commandBlockIDE.loadFunction.failed.noResourcePack": "'%s' adlı function'u yüklerken bir hata oluştu: Herhangi bir veri paketinde bulunamadı.",
"commandBlockIDE.loadFunction.failed.ioException": "'%s' adlı function'u yüklerken bir hata oluştu: Bir giriş/çıkış hatası oluştu.",
"commandBlockIDE.loadFunction.failed.zipNotSupported": "'%s' adlı function'u yüklerken bir hata oluştu: '.zip' formatındaki datapackler henüz desteklenmemektedir.",
"commandBlockIDE.loadFunction.failed.packClassNotSupported": "'%s' adlı function'u yüklerken bir hata oluştu: Kaynak sınıfı '%s' desteklenmemektedir.",
"commandBlockIDE.loadFunction.failed.invalidPath": "'%s' adlı function'u yüklerken bir hata oluştu: Geçersiz yol '%s': %s"
}