91 responsive changes

This commit is contained in:
survellow
2023-12-06 10:22:43 +01:00
parent 1d656b2653
commit 4377faa40e
11 changed files with 219 additions and 113 deletions

View File

@@ -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",

View File

@@ -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",