mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-25 05:49:13 +02:00
feat:#61 added frontend description for room templating
This commit is contained in:
@@ -44,6 +44,11 @@ const placeholders = computed(() => [
|
|||||||
", p = " +
|
", p = " +
|
||||||
t("moduleTemplateDialog.mandatory"),
|
t("moduleTemplateDialog.mandatory"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
placeholder: "%r",
|
||||||
|
description: t("moduleTemplateDialog.room"),
|
||||||
|
examples: "ZU101, LI201",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@@ -134,7 +134,8 @@
|
|||||||
"lecture": "Vorlesung",
|
"lecture": "Vorlesung",
|
||||||
"seminar": "Seminar",
|
"seminar": "Seminar",
|
||||||
"exam": "Prüfung/Praktikum",
|
"exam": "Prüfung/Praktikum",
|
||||||
"eventTyp": "Ereignistyp"
|
"eventTyp": "Ereignistyp",
|
||||||
|
"room": "Raum"
|
||||||
},
|
},
|
||||||
"calendarLink": {
|
"calendarLink": {
|
||||||
"copyToastNotification": "Link in Zwischenablage kopiert",
|
"copyToastNotification": "Link in Zwischenablage kopiert",
|
||||||
|
@@ -134,7 +134,8 @@
|
|||||||
"lecture": "lecture",
|
"lecture": "lecture",
|
||||||
"seminar": "seminar",
|
"seminar": "seminar",
|
||||||
"exam": "exam/internship project",
|
"exam": "exam/internship project",
|
||||||
"eventTyp": "event type"
|
"eventTyp": "event type",
|
||||||
|
"room": "room"
|
||||||
},
|
},
|
||||||
"calendarLink": {
|
"calendarLink": {
|
||||||
"copyToastNotification": "link copied to clipboard",
|
"copyToastNotification": "link copied to clipboard",
|
||||||
|
Reference in New Issue
Block a user