diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 98627f47..fbdc652a 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -119,7 +119,7 @@ "enterUsername": "Geben Sie den Benutzernamen der Lehrkraft ein, die Sie einladen möchten", "username": "Nutzername", "invite": "einladen", - "assignmentIndicator": "AUFGABE" + "assignmentIndicator": "AUFGABE", "searchAllLearningPathsTitle": "Alle Lernpfade durchsuchen", "searchAllLearningPathsDescription": "Nicht gefunden, was Sie gesucht haben? Klicken Sie hier, um unsere gesamte Lernpfad-Datenbank zu durchsuchen." } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 710351c1..e4042d09 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -119,7 +119,7 @@ "enterUsername": "enter the username of the teacher you would like to invite", "username": "username", "invite": "invite", - "assignmentIndicator": "ASSIGNMENT" + "assignmentIndicator": "ASSIGNMENT", "searchAllLearningPathsTitle": "Search all learning paths", "searchAllLearningPathsDescription": "You didn't find what you were looking for? Click here to search our whole database of available learning paths." } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 4e64a347..b331a168 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -119,7 +119,7 @@ "enterUsername": "entrez le nom d'utilisateur de l'enseignant que vous souhaitez inviter", "username": "Nom d'utilisateur", "invite": "inviter", - "assignmentIndicator": "DEVOIR" + "assignmentIndicator": "DEVOIR", "searchAllLearningPathsTitle": "Rechercher tous les parcours d'apprentissage", "searchAllLearningPathsDescription": "Vous n'avez pas trouvé ce que vous cherchiez ? Cliquez ici pour rechercher dans toute notre base de données de parcours d'apprentissage disponibles." } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 57facc49..5aa17930 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -119,7 +119,7 @@ "enterUsername": "vul de gebruikersnaam van de leerkracht die je wilt uitnodigen in", "username": "gebruikersnaam", "invite": "uitnodigen", - "assignmentIndicator": "OPDRACHT" + "assignmentIndicator": "OPDRACHT", "searchAllLearningPathsTitle": "Alle leerpaden doorzoeken", "searchAllLearningPathsDescription": "Niet gevonden waar je naar op zoek was? Klik hier om onze volledige databank van beschikbare leerpaden te doorzoeken." }