mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
15 localization with translation strings
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"semester": "Semester",
|
||||
"module": "Modul",
|
||||
"day": "Tag",
|
||||
"start": "Begin",
|
||||
"start": "Anfang",
|
||||
"end": "Ende",
|
||||
"room": "Raum",
|
||||
"type": "Art",
|
||||
@@ -57,8 +57,17 @@
|
||||
"dropDown": "Wähle weitere Module aus",
|
||||
"module": "Modul",
|
||||
"modules": "Module",
|
||||
"dropDownFooterSelected": "ausgewählt",
|
||||
"nextStep": "Weiter"
|
||||
"footerModulesSelected": "{count} Modul ausgewählt | {count} Module ausgewählt",
|
||||
"nextStep": "Weiter",
|
||||
"professor": "Dozent",
|
||||
"course": "Seminargruppe",
|
||||
"info": "Info",
|
||||
"info-long": "Information",
|
||||
"paginator": {
|
||||
"from": "",
|
||||
"to": " bis ",
|
||||
"of": " von insgesamt "
|
||||
}
|
||||
},
|
||||
"renameModules": {
|
||||
"reminder": "Erinnerung",
|
||||
@@ -90,6 +99,12 @@
|
||||
"toGoogleCalendar": "Google Kalender",
|
||||
"toMicrosoftCalendar": "Microsoft Kalender"
|
||||
},
|
||||
"calendarPreview": {
|
||||
"preview": "Vorschau",
|
||||
"preview-long": "Kalendervorschau",
|
||||
"module": "Modul",
|
||||
"course": "Seminargruppe"
|
||||
},
|
||||
"faqView": {
|
||||
"headline": "Fragen und Antworten",
|
||||
"firstQuestion": "Wie funktioniert das Kalender erstellen mit dem HTWKalender?",
|
||||
|
@@ -53,12 +53,21 @@
|
||||
"noCalendarFound": "no calendar found"
|
||||
},
|
||||
"additionalModules": {
|
||||
"subTitle": "Select additional Modules that are not listed in the regular semester for your Course",
|
||||
"subTitle": "Select additional modules that are not listed in the regular semester for your course",
|
||||
"dropDown": "Select additional modules",
|
||||
"module": "module",
|
||||
"modules": "modules",
|
||||
"dropDownFooterSelected": "selected",
|
||||
"nextStep": "next step"
|
||||
"footerModulesSelected": "{count} module selected | {count} modules selected",
|
||||
"nextStep": "next step",
|
||||
"professor": "professor",
|
||||
"course": "course",
|
||||
"info": "info",
|
||||
"info-long": "information",
|
||||
"paginator": {
|
||||
"from": "",
|
||||
"to": " to ",
|
||||
"of": " of "
|
||||
}
|
||||
},
|
||||
"renameModules": {
|
||||
"reminder": "reminder",
|
||||
@@ -90,6 +99,12 @@
|
||||
"toGoogleCalendar": "to Google Calendar",
|
||||
"toMicrosoftCalendar": "to Microsoft Calendar"
|
||||
},
|
||||
"calendarPreview": {
|
||||
"preview": "preview",
|
||||
"preview-long": "calendar preview",
|
||||
"module": "module",
|
||||
"course": "course"
|
||||
},
|
||||
"faqView": {
|
||||
"headline": "faq",
|
||||
"firstQuestion": "How does calendar creation work with HTWKalender?",
|
||||
|
Reference in New Issue
Block a user