From ac883a83d4574b58ceb0c9a8d9888d7fb91a8a79 Mon Sep 17 00:00:00 2001 From: Marlon Date: Tue, 30 Aug 2022 14:07:37 +0000 Subject: [PATCH] :globe_with_meridians: Translated (German) Currently translated at 100.0% (121 of 121 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/de/ --- frontend/src/lib/i18n/locales/de.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/de.json b/frontend/src/lib/i18n/locales/de.json index a941188..f63b256 100644 --- a/frontend/src/lib/i18n/locales/de.json +++ b/frontend/src/lib/i18n/locales/de.json @@ -108,7 +108,8 @@ "range": "Zahlenbereich", "multiple_choice": "Multiple-Choice", "private": "Privat", - "dashboard": "Dashboard" + "dashboard": "Dashboard", + "question_plural": "Fragen" }, "editor": { "time_in_seconds": "Zeit in Sekunden", @@ -172,5 +173,8 @@ "editor_page": { "add_an_answer": "Antwort hinzufügen", "right_click_to_delete": "Rechts-klicke eine Antwort, um diese zu löschen!" + }, + "dashboard": { + "search_for_own_quizzes": "Suche nach eigenen Quiz" } }