From 9f92c4f0eb70d42bc00c5b0ca5afb7f779dff1e6 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 3 Dec 2024 10:58:01 +0100 Subject: [PATCH] feat:#61 added frontend description for room templating --- frontend/src/components/ModuleTemplateDialog.vue | 5 +++++ frontend/src/i18n/translations/de.json | 3 ++- frontend/src/i18n/translations/en.json | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ModuleTemplateDialog.vue b/frontend/src/components/ModuleTemplateDialog.vue index 6ebe64c..f3c83f7 100644 --- a/frontend/src/components/ModuleTemplateDialog.vue +++ b/frontend/src/components/ModuleTemplateDialog.vue @@ -44,6 +44,11 @@ const placeholders = computed(() => [ ", p = " + t("moduleTemplateDialog.mandatory"), }, + { + placeholder: "%r", + description: t("moduleTemplateDialog.room"), + examples: "ZU101, LI201", + }, ]); diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json index 38da365..3aab9f3 100644 --- a/frontend/src/i18n/translations/de.json +++ b/frontend/src/i18n/translations/de.json @@ -134,7 +134,8 @@ "lecture": "Vorlesung", "seminar": "Seminar", "exam": "Prüfung/Praktikum", - "eventTyp": "Ereignistyp" + "eventTyp": "Ereignistyp", + "room": "Raum" }, "calendarLink": { "copyToastNotification": "Link in Zwischenablage kopiert", diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json index 8e1de02..3e528ce 100644 --- a/frontend/src/i18n/translations/en.json +++ b/frontend/src/i18n/translations/en.json @@ -134,7 +134,8 @@ "lecture": "lecture", "seminar": "seminar", "exam": "exam/internship project", - "eventTyp": "event type" + "eventTyp": "event type", + "room": "room" }, "calendarLink": { "copyToastNotification": "link copied to clipboard",