From 69acd07eeb9b43385573be1c9e002c9b1c553da3 Mon Sep 17 00:00:00 2001 From: Jonas Mohr <jonas.mohr-2@mni.thm.de> Date: Mon, 10 May 2021 19:22:41 +0200 Subject: [PATCH] wording --- src/assets/i18n/home/de.json | 5 ++++- src/assets/i18n/home/en.json | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/home/de.json b/src/assets/i18n/home/de.json index 6954bd506..d99bbab72 100644 --- a/src/assets/i18n/home/de.json +++ b/src/assets/i18n/home/de.json @@ -49,7 +49,10 @@ "topic-cloud-content": "Weiter zur Topic-Cloud mit den aktuellen Filtern?", "cancel": "Abbrechen", "continue": "Weiter", - "reset": "Zurücksetzen" + "reset": "Zurücksetzen", + "continue-with-all-questions" : "Weiter mit kompletter Fragenliste", + "continue-with-current-questions": "Weiter mit aktuellen Filtern", + "continue-with-all-questions-from-now": "Weiter mit allen Fragen ab jetzt" }, "header": { "abort": "Abbrechen", diff --git a/src/assets/i18n/home/en.json b/src/assets/i18n/home/en.json index 548ac1aa5..300636f4f 100644 --- a/src/assets/i18n/home/en.json +++ b/src/assets/i18n/home/en.json @@ -121,7 +121,11 @@ "topic-cloud-content": "Continue to the Topic Cloud with the current filters?", "cancel": "Cancel", "continue": "Continue", - "reset": "Reset" + "reset": "Reset", + "continue-with-all-questions" : "Continue with complete list of questions", + "continue-with-current-questions": "Continue with current filters", + "continue-with-all-questions-from-now": "Continue with all questions from now" + }, "imprint": { "cancel": "Close", -- GitLab