language switcher, auto refresh auth session
All checks were successful
Build Container / Build Container (push) Successful in 34s
All checks were successful
Build Container / Build Container (push) Successful in 34s
This commit is contained in:
parent
26357370cd
commit
1dab2f7f4e
4 changed files with 37 additions and 11 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue