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", 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", 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" } }