From 131e15ce96426daf321b071e7f20306ddcb35d57 Mon Sep 17 00:00:00 2001 From: Marlon Date: Sat, 25 Jun 2022 16:13:01 +0000 Subject: [PATCH 1/3] :globe_with_meridians: Translated (English) Currently translated at 100.0% (111 of 111 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/en/ --- frontend/src/lib/i18n/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 3580716..a8b5810 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -102,9 +102,9 @@ "browser": "Browser", "view": "View", "correct": "Correct", - "result": "", - "result_plural": "", - "count": "" + "result": "Result", + "result_plural": "Results", + "count": "Count" }, "editor": { "time_in_seconds": "Time in seconds", From a94057668581c482d08d6e6932cacc714c1f3313 Mon Sep 17 00:00:00 2001 From: Marlon Date: Sat, 25 Jun 2022 16:16:35 +0000 Subject: [PATCH 2/3] :globe_with_meridians: Translated (German) Currently translated at 100.0% (111 of 111 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/de/ --- frontend/src/lib/i18n/locales/de.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/locales/de.json b/frontend/src/lib/i18n/locales/de.json index 05f9b4f..cdc54e5 100644 --- a/frontend/src/lib/i18n/locales/de.json +++ b/frontend/src/lib/i18n/locales/de.json @@ -6,10 +6,17 @@ }, "features_description": { "1": "ClassQuiz ist eine Quiz-Platform, welche das erstellen und managen von Quizzes erlaubt.", - "2": "Das Hauptfeature ist die KAHOOT!-Importfunktion, mit der man Quizzes von KAHOOT! importieren kann." + "2": "Das Hauptfeature ist die KAHOOT!-Importfunktion, mit der man Quizzes von KAHOOT! importieren kann.", + "3": "Der einfach zu benutzende Editor ist ein Highlight, genau so wie die Export-Funktion um Quiz-Ergebnisse als Excel-Dateien herunterzuladen." }, "slogan": "Die open-source Quiz-Platform!", - "stats": "Es gibt jetzt schon {{user_count}} Benutzer und {{quiz_count}} Quizzes auf ClassQuiz." + "stats": "Es gibt jetzt schon {{user_count}} Benutzer und {{quiz_count}} Quizzes auf ClassQuiz.", + "see_what_true_and_false": "Sieh, was richtig oder falsch war", + "see_how_many_true_and_false": "Sieh, wie viele richtig oder falsch lagen", + "create_or_import": "Erstellen oder Importieren", + "see_all_quizzes": "Sieh all deine Quizze", + "students_site": "Seite der Schüler*innen", + "teachers_site": "Seite der Lehrer*innen" }, "overview_page": { "created_at": "Erstellt am", @@ -94,7 +101,10 @@ "screenshot_plural": "Bildschirmaufnahmen", "browser": "Browser", "view": "Angucken", - "correct": "Richtig" + "correct": "Richtig", + "count": "Anzahl", + "result": "Ergebnis", + "result_plural": "Ergebnisse" }, "editor": { "time_in_seconds": "Zeit in Sekunden", From 674298a655cb9189c3dc293915122443c5888436 Mon Sep 17 00:00:00 2001 From: Ahmet Date: Sun, 26 Jun 2022 23:40:17 +0000 Subject: [PATCH 3/3] :globe_with_meridians: Translated (Turkish) Currently translated at 87.3% (97 of 111 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 3d08b95..62a8a61 100644 --- a/frontend/src/lib/i18n/locales/tr.json +++ b/frontend/src/lib/i18n/locales/tr.json @@ -9,7 +9,11 @@ "description": "ClassQuiz, açık kaynak ve kullanması ücretsiz olan, öğrenciler için KAHOOT!'a benzer bir quiz uygulamasıdır", "title": "Ana Sayfa" }, - "stats": "ClassQuiz'de halihazırda {{user_count}} kullanıcı ve {{quiz_count}} quiz vardır." + "stats": "ClassQuiz'de halihazırda {{user_count}} kullanıcı ve {{quiz_count}} quiz vardır.", + "create_or_import": "Oluştur veya İçe Aktar", + "see_all_quizzes": "Tüm quizlerinizi görün", + "teachers_site": "Öğretmen sitesi", + "students_site": "Öğrenci sitesi" }, "login_page": { "already_have_account": "Bir hesabınız yok mu?", @@ -134,5 +138,8 @@ }, "search_page": { "at_least_3_characters": "En az 3 karakter gir..." + }, + "play_page": { + "with_out_of": "{{total_question_count}} üzerinden {{correct_questions}} ile" } }