feat: vertalingen

This commit is contained in:
laurejablonski 2025-03-28 17:59:53 +01:00
parent 28392a5cee
commit 5bb43829a3
5 changed files with 11 additions and 2 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -52,11 +52,11 @@
</div>
<div class="join">
<h1>{{ t("joinClass") }}</h1>
<p>{{ t("Enter the code the teacher has given you to join the class.") }}</p>
<p>{{ t("JoinClassExplanation") }}</p>
<v-text-field
label="CODE"
placeholder="Enter the code"
placeholder=""
variant="outlined"
max-width="300px"
></v-text-field>