diff --git a/frontend/src/components/QandA.vue b/frontend/src/components/QandA.vue index 07ae982d..ce9b6419 100644 --- a/frontend/src/components/QandA.vue +++ b/frontend/src/components/QandA.vue @@ -1,6 +1,9 @@ diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index f8c77685..e81e520c 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -128,5 +128,6 @@ "answer-input-placeholder": "Antwort...", "answers-toggle-hide": "Antworten verstecken", "answers-toggle-show": "Antworten anzeigen", + "no-questions": "Keine Fragen", "no-discussion-tip": "Wählen Sie ein Lernobjekt aus, um dessen Fragen anzuzeigen" } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index a874c3a6..80a8d2c9 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -128,6 +128,7 @@ "answer-input-placeholder": "answer...", "answers-toggle-hide": "Hide answers", "answers-toggle-show": "Show answers", + "no-questions": "No questions asked yet", "no-discussion-tip": "Choose a learning object to view its questions" } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 5ab63b6b..156ffd36 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -128,5 +128,6 @@ "answer-input-placeholder": "réponse...", "answers-toggle-hide": "Masquer réponses", "answers-toggle-show": "Afficher réponse", + "no-questions": "Aucune question trouvée", "no-discussion-tip": "Sélectionnez un objet d'apprentissage pour afficher les questions qui s'y rapportent" } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index d5e2ecfb..731b4e71 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -128,5 +128,6 @@ "answer-input-placeholder": "antwoord...", "answers-toggle-hide": "Verberg antwoorden", "answers-toggle-show": "Toon antwoorden", + "no-questions": "Nog geen vragen gesteld", "no-discussion-tip": "Kies een leerobject om zijn vragen te bekijken" }