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