From 0a7bd093d407a54e27715f2696ce200c74c816eb Mon Sep 17 00:00:00 2001 From: Marlon Date: Sun, 10 Jul 2022 20:26:12 +0000 Subject: [PATCH 1/2] :globe_with_meridians: Translated (English) Currently translated at 100.0% (117 of 117 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/en/ --- frontend/src/lib/i18n/locales/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index e0e82e6..8b78d37 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -105,9 +105,9 @@ "result": "Result", "result_plural": "Results", "count": "Count", - "range": "", - "multiple_choice": "", - "private": "" + "range": "Range", + "multiple_choice": "Multiple-Choice", + "private": "Private" }, "editor": { "time_in_seconds": "Time in seconds", @@ -161,7 +161,7 @@ "with_out_of": "with {{correct_questions}} out of {{total_question_count}}" }, "editor_page": { - "add_an_answer": "", - "right_click_to_delete": "" + "add_an_answer": "Add an answer", + "right_click_to_delete": "Right-click on an answer to delete it!" } } From b8938574c92f0be0974d5ef472a5f248da39f8de Mon Sep 17 00:00:00 2001 From: Marlon Date: Sun, 10 Jul 2022 20:27:56 +0000 Subject: [PATCH 2/2] :globe_with_meridians: Translated (German) Currently translated at 100.0% (117 of 117 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/de/ --- frontend/src/lib/i18n/locales/de.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/de.json b/frontend/src/lib/i18n/locales/de.json index f5b07dc..484badd 100644 --- a/frontend/src/lib/i18n/locales/de.json +++ b/frontend/src/lib/i18n/locales/de.json @@ -104,7 +104,10 @@ "correct": "Richtig", "count": "Anzahl", "result": "Ergebnis", - "result_plural": "Ergebnisse" + "result_plural": "Ergebnisse", + "range": "Zahlenbereich", + "multiple_choice": "Multiple-Choice", + "private": "Privat" }, "editor": { "time_in_seconds": "Zeit in Sekunden", @@ -163,5 +166,9 @@ "1st_place": "1. Platz", "2nd_place": "2. Platz", "with_out_of": "mit {{correct_questions}} von insgesamt {{total_question_count}}" + }, + "editor_page": { + "add_an_answer": "Antwort hinzufügen", + "right_click_to_delete": "Rechts-klicke eine Antwort, um diese zu löschen!" } }