From 5bb43829a3f846c41a1b10039ac9c19ffa930d55 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Fri, 28 Mar 2025 17:59:53 +0100 Subject: [PATCH] feat: vertalingen --- frontend/src/i18n/locale/de.json | 2 ++ frontend/src/i18n/locale/en.json | 3 +++ frontend/src/i18n/locale/fr.json | 2 ++ frontend/src/i18n/locale/nl.json | 2 ++ frontend/src/views/classes/UserClasses.vue | 4 ++-- 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 956e8b96..5864da43 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -17,6 +17,8 @@ "inclusive": "Inclusiv", "sociallyRelevant": "Gesellschaftlich relevant", "translate": "übersetzen", + "joinClass": "Klasse beitreten", + "JoinClassExplanation": "Geben Sie den Code ein, den Ihnen die Lehrkraft mitgeteilt hat, um der Klasse beizutreten.", "themes": "Themen", "choose-theme": "Wähle ein thema", "choose-age": "Alter auswählen", diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index cf7a19cb..0d8eacf0 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -17,6 +17,9 @@ "sociallyRelevant": "Socially relevant", "login": "log in", "translate": "translate", + "joinClass": "Join class", + "JoinClassExplanation": "Enter the code the teacher has given you to join the class.", + "enterCode": "Enter the code.", "themes": "Themes", "choose-theme": "Select a theme", "choose-age": "Select age", diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 0b4041a4..d49c20d0 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -17,6 +17,8 @@ "inclusive": "Inclusif", "sociallyRelevant": "Socialement pertinent", "translate": "traduire", + "joinClass": "Rejoindre une classe", + "JoinClassExplanation": "Entrez le code que l'enseignant vous a donné pour rejoindre la classe.", "themes": "Thèmes", "choose-theme": "Choisis un thème", "choose-age": "Choisis un âge", diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 9f944a5a..a4046a37 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -17,6 +17,8 @@ "sociallyRelevant": "Maatschappelijk relevant", "login": "log in", "translate": "vertalen", + "joinClass": "Word lid van een klas", + "JoinClassExplanation": "Voer de code in die je van de docent hebt gekregen om lid te worden van de klas.", "themes": "Lesthema's", "choose-theme": "Kies een thema", "choose-age": "Kies een leeftijd", diff --git a/frontend/src/views/classes/UserClasses.vue b/frontend/src/views/classes/UserClasses.vue index c374ec31..b2884ba8 100644 --- a/frontend/src/views/classes/UserClasses.vue +++ b/frontend/src/views/classes/UserClasses.vue @@ -52,11 +52,11 @@

{{ t("joinClass") }}

-

{{ t("Enter the code the teacher has given you to join the class.") }}

+

{{ t("JoinClassExplanation") }}