diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 0b82d707..11e14436 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -76,6 +76,12 @@ "failed": "fehlgeschlagen", "wrong": "etwas ist schief gelaufen", "created": "erstellt", - "submit": "Einreichen", - "markAsDone": "Als fertig markieren" + "submitSolution": "Lösung einreichen", + "submitNewSolution": "Neue Lösung einreichen", + "markAsDone": "Als fertig markieren", + "groupSubmissions": "Einreichungen dieser Gruppe", + "taskCompleted": "Aufgabe erledigt.", + "submittedBy": "Eingereicht von", + "timestamp": "Zeitpunkt", + "loadSubmission": "Einladen" } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 655ab634..5ef7ffa3 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -76,6 +76,12 @@ "failed": "failed", "wrong": "something went wrong", "created": "created", - "submit": "Submit", - "markAsDone": "Mark as done" + "submitSolution": "Submit solution", + "submitNewSolution": "Submit new solution", + "markAsDone": "Mark as completed", + "groupSubmissions": "This group's submissions", + "taskCompleted": "Task completed.", + "submittedBy": "Submitted by", + "timestamp": "Timestamp", + "loadSubmission": "Load" } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index a3d3d89b..8a359dc3 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -75,5 +75,13 @@ "sent": "envoyé", "failed": "échoué", "wrong": "quelque chose n'a pas fonctionné", - "created": "créé" + "created": "créé", + "submitSolution": "Soumettre la solution", + "submitNewSolution": "Soumettre une nouvelle solution", + "markAsDone": "Marquer comme terminé", + "groupSubmissions": "Soumissions de ce groupe", + "taskCompleted": "Tâche terminée.", + "submittedBy": "Soumis par", + "timestamp": "Horodatage", + "loadSubmission": "Charger" } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 0f4aca6a..58069fba 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -76,6 +76,12 @@ "failed": "mislukt", "wrong": "er ging iets verkeerd", "created": "gecreëerd", - "submit": "Indienen", - "markAsDone": "Markeren als afgewerkt" + "submitSolution": "Oplossing indienen", + "submitNewSolution": "Nieuwe oplossing indienen", + "markAsDone": "Markeren als afgewerkt", + "groupSubmissions": "Indieningen van deze groep", + "taskCompleted": "Taak afgewerkt.", + "submittedBy": "Ingediend door", + "timestamp": "Tijdstip", + "loadSubmission": "Inladen" } diff --git a/frontend/src/views/learning-paths/learning-object/LearningObjectView.vue b/frontend/src/views/learning-paths/learning-object/LearningObjectView.vue index 330e7fc6..9b3568d7 100644 --- a/frontend/src/views/learning-paths/learning-object/LearningObjectView.vue +++ b/frontend/src/views/learning-paths/learning-object/LearningObjectView.vue @@ -1,29 +1,29 @@