language switcher, auto refresh auth session
All checks were successful
Build Container / Build Container (push) Successful in 34s

This commit is contained in:
kritzl 2026-05-14 18:11:26 +02:00
commit 1dab2f7f4e
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
4 changed files with 37 additions and 11 deletions

View file

@ -32,6 +32,7 @@ export const ui = {
"serverError.description": `Please try again later.`,
"networkError.title": "Network error",
"networkError.description": `Please check your network connection.`,
"loadingDoors": 'Loading doors',
},
de: {
"dooris": "TüRIS <span class='text-neutral-content/50 text-xs'>(DOORIS)</span>",
@ -59,5 +60,6 @@ export const ui = {
"serverError.description": `Bitte versuche es später erneut.`,
"networkError.title": "Netzwerkfehler",
"networkError.description": `Bitte überprüfe deine Internetverbindung.`,
"loadingDoors": 'Lade Türen',
},
} as const