From 187a5202b9ebe802f12dff730aa86b6f0ed2f901 Mon Sep 17 00:00:00 2001 From: Ahmet Date: Mon, 11 Jul 2022 10:13:24 +0000 Subject: [PATCH] :globe_with_meridians: Translated (Turkish) Currently translated at 100.0% (117 of 117 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/tr/ --- frontend/src/lib/i18n/locales/tr.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/tr.json b/frontend/src/lib/i18n/locales/tr.json index be53599..709eaa9 100644 --- a/frontend/src/lib/i18n/locales/tr.json +++ b/frontend/src/lib/i18n/locales/tr.json @@ -83,7 +83,10 @@ "correct": "Doğru", "result": "Sonuç", "result_plural": "Sonuçlar", - "count": "Sayı" + "count": "Sayı", + "range": "Aralık", + "multiple_choice": "Çoktan Seçmeli", + "private": "Gizli" }, "register_page": { "create_account": "Hesap oluştur", @@ -156,5 +159,9 @@ "1st_place": "1. Sıra", "2nd_place": "2. Sıra", "3rd place": "3. Sıra" + }, + "editor_page": { + "add_an_answer": "Bir cevap ekle", + "right_click_to_delete": "Bir cevabı silmek için sağ tıkla!" } }