From fcb8ad2e740ef302c88f9af60fa847a2e46bd134 Mon Sep 17 00:00:00 2001 From: Gerald Schmittinger Date: Fri, 18 Apr 2025 21:23:56 +0200 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20'View=20progress=20of=20group?= =?UTF-8?q?...'=20ge=C3=AFnternationaliseerd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/locale/de.json | 3 ++- frontend/src/i18n/locale/en.json | 3 +-- frontend/src/i18n/locale/fr.json | 3 ++- frontend/src/i18n/locale/nl.json | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index c6683ee5..95cd57d2 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -84,5 +84,6 @@ "submittedBy": "Eingereicht von", "timestamp": "Zeitpunkt", "loadSubmission": "Einladen", - "noSubmissionsYet": "Noch keine Lösungen eingereicht." + "noSubmissionsYet": "Noch keine Lösungen eingereicht.", + "viewAsGroup": "Fortschritt ansehen von Gruppe..." } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index f7a6d9bc..0ece7121 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -85,6 +85,5 @@ "timestamp": "Timestamp", "loadSubmission": "Load", "noSubmissionsYet": "No submissions yet.", - "viewAsGroup": "View progress of group...", - "group": "group" + "viewAsGroup": "View progress of group..." } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 194def11..096013a5 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -84,5 +84,6 @@ "submittedBy": "Soumis par", "timestamp": "Horodatage", "loadSubmission": "Charger", - "noSubmissionsYet": "Pas encore de soumissions." + "noSubmissionsYet": "Pas encore de soumissions.", + "viewAsGroup": "Voir la progression du groupe..." } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 11992d36..cf08e763 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -84,5 +84,6 @@ "submittedBy": "Ingediend door", "timestamp": "Tijdstip", "loadSubmission": "Inladen", - "noSubmissionsYet": "Nog geen indieningen." + "noSubmissionsYet": "Nog geen indieningen.", + "viewAsGroup": "Vooruitgang bekijken van groep..." }