feat:#61 added frontend description for room templating

This commit is contained in:
Elmar Kresse
2024-12-03 10:58:01 +01:00
parent f94e24b3ec
commit 9f92c4f0eb
3 changed files with 9 additions and 2 deletions

View File

@ -44,6 +44,11 @@ const placeholders = computed(() => [
", p = " +
t("moduleTemplateDialog.mandatory"),
},
{
placeholder: "%r",
description: t("moduleTemplateDialog.room"),
examples: "ZU101, LI201",
},
]);
</script>

View File

@ -134,7 +134,8 @@
"lecture": "Vorlesung",
"seminar": "Seminar",
"exam": "Prüfung/Praktikum",
"eventTyp": "Ereignistyp"
"eventTyp": "Ereignistyp",
"room": "Raum"
},
"calendarLink": {
"copyToastNotification": "Link in Zwischenablage kopiert",

View File

@ -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",