diff --git a/frontend/src/lib/i18n/locales/de.json b/frontend/src/lib/i18n/locales/de.json index 7f99835..ddb5278 100644 --- a/frontend/src/lib/i18n/locales/de.json +++ b/frontend/src/lib/i18n/locales/de.json @@ -172,7 +172,8 @@ "export_results": "Ergebnisse exportieren", "show_next_question": "Zeige die nächste Frage", "start_by_showing_first_question": "Beginne damit, die erste Frage zu zeigen!", - "no_answers": "Keine Antworten!" + "no_answers": "Keine Antworten!", + "stop_time": "Zeit stoppen" }, "import_page": { "need_help": "Brauchst du Hilfe?", diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index b2cb423..ddb3f00 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -169,7 +169,8 @@ "export_results": "Export results", "show_next_question": "Show next question", "start_by_showing_first_question": "Start by showing the first question!", - "no_answers": "No answers!" + "no_answers": "No answers!", + "stop_time": "Stop time" }, "password_reset_page": { "reset_password": "Reset password"