@@ -44,7 +47,7 @@ async function finalStep() {
>
- Enable all notifications:
+ {{$t('renameModules.enableAllNotifications')}}
-
diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json
index 0cfa4b1..1915cd4 100644
--- a/frontend/src/i18n/translations/de.json
+++ b/frontend/src/i18n/translations/de.json
@@ -25,15 +25,18 @@
},
"moduleSelection":{
"nextStep": "Weiter",
- "selectAll": "Wähle alle aus",
+ "selectAll": "Alle anwählen",
"deselectAll": "Alle abwählen",
+ "selected": "angewählt",
+ "unselected": "abgewählt",
"noModulesAvailable": "Keine Module verfügbar",
"modules": "Module"
},
"moduleInformation": {
"course": "Kurs",
- "person": "Person",
- "semester": "Semester"
+ "person": "Dozent",
+ "semester": "Semester",
+ "module": "Modul"
},
"editCalendarView": {
"error": "Fehler",
@@ -47,5 +50,35 @@
"dropDownFooterItem": "Module",
"dropDownFooterSelected": "ausgewählt",
"nextStep": "Weiter"
+ },
+ "renameModules": {
+ "reminder": "Erinnerung",
+ "enableAllNotifications": "Alle Benachrichtigungen aktivieren",
+ "subTitle": "Konfigurieren Sie die ausgewählten Module nach Ihren Wünschen.",
+ "nextStep": "Weiter"
+ },
+ "moduleTemplateDialog":{
+ "explanationOne": "Hier können Module nach Wunsch umbenannt werden. Welche dann als Anzeigename im Kalender dargestellt werden.",
+ "explanationTwo": "Zusätzlich können Sie Benachrichtigungen für jedes Modul einschalten, damit für jeden Termin 15 Minuten vor Beginn einen Erinnerung geschalten wird.",
+ "tableDescription": "Sie können die folgenden Platzhalter in Ihren Modulnamen verwenden:",
+ "placeholder": "Platzhalter",
+ "description": "Beschreibung",
+ "examples": "Beispiele",
+ "moduleConfiguration": "Modulkonfiguration",
+ "mandatory": "Verpflichtend",
+ "optional": "Optional",
+ "lecture": "Vorlesung",
+ "seminar": "Seminar",
+ "exam": "Prüfung/Praktikum",
+ "eventTyp": "Ereignistyp"
+ },
+ "calendarLink": {
+ "copyToastNotification": "Link in Zwischenablage kopiert",
+ "copyToastSummary": "Information",
+ "copyToastError": "Fehler",
+ "copyToastErrorDetail": "Link konnte nicht in Zwischenablage kopiert werden",
+ "copyToClipboard": "Link kopieren",
+ "toGoogleCalendar": "Google Kalender",
+ "toMicrosoftCalendar": "Microsoft Kalender"
}
}
\ No newline at end of file
diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json
index 34d9383..5fdd32f 100644
--- a/frontend/src/i18n/translations/en.json
+++ b/frontend/src/i18n/translations/en.json
@@ -34,8 +34,9 @@
},
"moduleInformation": {
"course": "course",
- "person": "person",
- "semester": "semester"
+ "person": "lecturer",
+ "semester": "semester",
+ "module": "module"
},
"editCalendarView": {
"error": "error",
@@ -49,5 +50,35 @@
"dropDownFooterItem": "modules",
"dropDownFooterSelected": "selected",
"nextStep": "next step"
+ },
+ "renameModules": {
+ "reminder": "reminder",
+ "enableAllNotifications": "enable all notifications",
+ "subTitle": "Configure your selected Modules to your liking.",
+ "nextStep": "next step"
+ },
+ "moduleTemplateDialog":{
+ "explanationOne": "Here you can rename your modules to your liking. This will be the name of the event in your calendar.",
+ "explanationTwo": "Additionally, you can toggle notifications for each module. If you do so, you will be notified 15 minutes before the event starts.",
+ "tableDescription": "You can use the following placeholders in your module names:",
+ "placeholder": "placeholder",
+ "description": "description",
+ "examples": "examples",
+ "moduleConfiguration": "module configuration",
+ "mandatory": "mandatory",
+ "optional": "optional",
+ "lecture": "lecture",
+ "seminar": "seminar",
+ "exam": "exam/internship project",
+ "eventTyp": "event type"
+ },
+ "calendarLink": {
+ "copyToastNotification": "Link copied to clipboard",
+ "copyToastSummary": "information",
+ "copyToastError": "error",
+ "copyToastErrorDetail": "could not copy link to clipboard",
+ "copyToClipboard": "copy to clipboard",
+ "toGoogleCalendar": "to Google Calendar",
+ "toMicrosoftCalendar": "to Microsoft Calendar"
}
}
\ No newline at end of file