Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tr_tr.json Turkish Localization #128

Open
wants to merge 1 commit into
base: 1.21.x
Choose a base branch
from
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
44 changes: 44 additions & 0 deletions src/main/resources/assets/etched/lang/tr_tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"block.etched.album_jukebox": "Albüm Müzik Kutusu",
"block.etched.etching_table": "Kazıma Masası",
"block.etched.radio": "Radyo",
"container.etched.album_jukebox": "Albüm Müzik Kutusu",
"container.etched.etching_table": "Kazıma Masası",
"container.etched.etching_table.url": "Müzik URL'si",
"container.etched.radio": "Radyo",
"container.etched.radio.url": "Radyo URL'si",
"entity.etched.jukebox_minecart": "Müzik Kutulu Vagon",
"entity.minecraft.villager.bard": "Ozan",
"entity.minecraft.villager.etched.bard": "Ozan",
"item.etched.album_cover": "Albüm Kapağı",
"item.etched.blank_music_disc": "Boş Müzik Diski",
"item.etched.boombox": "Taşınabilir Teyp",
"item.etched.boombox.paused": "Duraklatıldı",
"item.etched.boombox.pause": "Duraklatmak için %s + %s",
"item.etched.boombox.records": "Kayıtlar:",
"item.etched.complex_music_label": "Karmaşık Müzik Etiketi",
"item.etched.etched_music_disc": "Kazınmış Müzik Diski",
"item.etched.etched_music_disc.album": "(Albüm)",
"item.etched.jukebox_minecart": "Müzik Kutulu Vagon",
"item.etched.music_label": "Müzik Etiketi",
"item.etched.portal_radio": "Portal Radyo",
"record.etched.downloadFail": "%s indirilemedi",
"record.etched.downloadProgress": "İndiriliyor (%s MB / %s MB): %s",
"record.etched.loading": "Yükleniyor %s",
"record.etched.resolvingTracks": "Parçalar Çözülüyor...",
"screen.etched.album_jukebox.now_playing": "Şimdi Oynatılıyor",
"screen.etched.album_jukebox.previous": "En son",
"screen.etched.album_jukebox.next": "Sonraki",
"screen.etched.edit_music_label.author": "Yapımcı",
"screen.etched.edit_music_label.title": "Başlık",
"screen.etched.etching_table.error.cannot_create": "Disk Oluşturulamıyor",
"screen.etched.etching_table.error.cannot_create.missing_disc": "Boş Disk eksik",
"screen.etched.etching_table.error.cannot_create.missing_label": "Müzik Etiketi eksik",
"screen.etched.etching_table.error.invalid_url": "Geçersiz URL",
"sound_source.etched.bandcamp": "Bandcamp tarafından sağlandı",
"sound_source.etched.info": "%s - %s",
"sound_source.etched.radio": "Radyo İstasyonu",
"sound_source.etched.requesting": "%s talep ediliyor...",
"sound_source.etched.sound_cloud": "SoundCloud tarafından sağlandı",
"subtitles.etched.ui.etching_table.take_result": "Kazıma Masası kullanıldı"
}