refactor: add opening hours

This commit is contained in:
Rainer Killinger
2021-08-03 15:02:59 +02:00
parent b89f5c4edd
commit bb8a9f6ba5
11 changed files with 204 additions and 36 deletions

View File

@@ -9,6 +9,14 @@
"UNKNOWN": "Unbekannter Fehler"
}
},
"common": {
"openingHours": {
"closed_until": "Geschlossen bis",
"closing_soon": "Schließt bald!",
"open_until": "Geöffnet bis",
"opening_soon": "Öffnet"
}
},
"data": {
"REFRESH_ACTION": "Aktualisieren",
"REFRESHING": "Aktualisierung läuft...",