From 3347f9ca38fe3e76d442dd68ba0cbc256e228105 Mon Sep 17 00:00:00 2001 From: ege Date: Tue, 20 Oct 2020 01:40:51 +0000 Subject: [PATCH] Add Turkish language strings --- src/main/resources/assets/modupdater/lang/tr_tr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/assets/modupdater/lang/tr_tr.json diff --git a/src/main/resources/assets/modupdater/lang/tr_tr.json b/src/main/resources/assets/modupdater/lang/tr_tr.json new file mode 100644 index 0000000..2e7ef5d --- /dev/null +++ b/src/main/resources/assets/modupdater/lang/tr_tr.json @@ -0,0 +1,10 @@ +{ + "gui.modupdater.title": "Mevcut Mod Güncellemeleri", + "gui.modupdater.download": "İndir", + "gui.modupdater.refresh": "Yenile", + "gui.modupdater.loading": "Yükleniyor...", + "commands.modupdater.not_loaded": "Mod Güncellemeleri Yüklenirken Bir İşlem Yapılamadı", + "commands.modupdater.refresh_start": "Mod Güncellemeleri Yenileniyor", + "commands.modupdater.hover": "İndirmek için Tıkla", + "commands.modupdater.list_title": "Mevcut Mod Güncellemeleri:" +} \ No newline at end of file