From fa31c392806880341ada54ab9acb3a8d8274a561 Mon Sep 17 00:00:00 2001 From: EgeDoguKaya Date: Mon, 5 Aug 2024 15:57:44 +0300 Subject: [PATCH 1/2] Add delete test run messages --- src/main/webapp/i18n/de/exam.json | 3 ++- src/main/webapp/i18n/en/exam.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/i18n/de/exam.json b/src/main/webapp/i18n/de/exam.json index e1cad7c5b597..755f96d17c04 100644 --- a/src/main/webapp/i18n/de/exam.json +++ b/src/main/webapp/i18n/de/exam.json @@ -784,7 +784,8 @@ "studentExam": { "alreadySubmitted": "Du hast bereits abgegeben.", "submissionNotInTime": "Du hast die Klausur nicht rechtzeitig abgegeben. Sie wird nicht bewertet!", - "handInFailed": "Die Abgabe der Klausur ist fehlgeschlagen. Bitte versuche es erneut!" + "handInFailed": "Die Abgabe der Klausur ist fehlgeschlagen. Bitte versuche es erneut!", + "deleted": "Testlauf \"{{ param }}\" gelöscht" }, "examTimeline": { "title": "Klausurverlauf von {{ username }}", diff --git a/src/main/webapp/i18n/en/exam.json b/src/main/webapp/i18n/en/exam.json index 534c20eecdb5..e6cd603e780c 100644 --- a/src/main/webapp/i18n/en/exam.json +++ b/src/main/webapp/i18n/en/exam.json @@ -785,7 +785,8 @@ "studentExam": { "alreadySubmitted": "You have already submitted.", "submissionNotInTime": "You have not submitted your exam on time. It will not be graded!", - "handInFailed": "Submission of your exam failed. Please try again!" + "handInFailed": "Submission of your exam failed. Please try again!", + "deleted": "Deleted test run \"{{ param }}\"" }, "examTimeline": { "title": "Exam timeline of {{ username }}", From 9ac6ae71f29fbc931cf0cadb9ff2889f3a2af646 Mon Sep 17 00:00:00 2001 From: EgeDoguKaya Date: Mon, 5 Aug 2024 18:43:32 +0300 Subject: [PATCH 2/2] Remove id from the message --- src/main/webapp/i18n/de/exam.json | 2 +- src/main/webapp/i18n/en/exam.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/i18n/de/exam.json b/src/main/webapp/i18n/de/exam.json index 755f96d17c04..614355ecac2c 100644 --- a/src/main/webapp/i18n/de/exam.json +++ b/src/main/webapp/i18n/de/exam.json @@ -785,7 +785,7 @@ "alreadySubmitted": "Du hast bereits abgegeben.", "submissionNotInTime": "Du hast die Klausur nicht rechtzeitig abgegeben. Sie wird nicht bewertet!", "handInFailed": "Die Abgabe der Klausur ist fehlgeschlagen. Bitte versuche es erneut!", - "deleted": "Testlauf \"{{ param }}\" gelöscht" + "deleted": "Testlauf gelöscht" }, "examTimeline": { "title": "Klausurverlauf von {{ username }}", diff --git a/src/main/webapp/i18n/en/exam.json b/src/main/webapp/i18n/en/exam.json index e6cd603e780c..988fec65fd36 100644 --- a/src/main/webapp/i18n/en/exam.json +++ b/src/main/webapp/i18n/en/exam.json @@ -786,7 +786,7 @@ "alreadySubmitted": "You have already submitted.", "submissionNotInTime": "You have not submitted your exam on time. It will not be graded!", "handInFailed": "Submission of your exam failed. Please try again!", - "deleted": "Deleted test run \"{{ param }}\"" + "deleted": "Deleted test run" }, "examTimeline": { "title": "Exam timeline of {{ username }}",