mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
91 responsive changes
This commit is contained in:
@@ -44,7 +44,17 @@
|
||||
"end": "Ende",
|
||||
"room": "Raum",
|
||||
"type": "Art",
|
||||
"week": "Woche"
|
||||
"week": "Woche",
|
||||
"nthWeek": "{count}. Woche",
|
||||
"weekday": {
|
||||
"Montag": "Montag",
|
||||
"Dienstag": "Dienstag",
|
||||
"Mittwoch": "Mittwoch",
|
||||
"Donnerstag": "Donnerstag",
|
||||
"Freitag": "Freitag",
|
||||
"Samstag": "Samstag",
|
||||
"Sonntag": "Sonntag"
|
||||
}
|
||||
},
|
||||
"editCalendarView": {
|
||||
"error": "Fehler",
|
||||
|
@@ -44,7 +44,17 @@
|
||||
"end": "end",
|
||||
"room": "room",
|
||||
"type": "type",
|
||||
"week": "week"
|
||||
"week": "week",
|
||||
"nthWeek": "week {count}",
|
||||
"weekday": {
|
||||
"Montag": "monday",
|
||||
"Dienstag": "tuesday",
|
||||
"Mittwoch": "wednesday",
|
||||
"Donnerstag": "thursday",
|
||||
"Freitag": "friday",
|
||||
"Samstag": "saturday",
|
||||
"Sonntag": "sunday"
|
||||
}
|
||||
},
|
||||
"editCalendarView": {
|
||||
"error": "error",
|
||||
|
Reference in New Issue
Block a user