update api, add loading states
This commit is contained in:
parent
6ff45b81bf
commit
63e99885a4
4 changed files with 52 additions and 21 deletions
|
|
@ -28,8 +28,10 @@ export const ui = {
|
|||
"loggedOut.title": "Signed out",
|
||||
"loggedOut.description": `Your session has expired and you have been logged out.<br>
|
||||
Please log in again.`,
|
||||
"serverError.title": "Server Error",
|
||||
"serverError.title": "Server error",
|
||||
"serverError.description": `Please try again later.`,
|
||||
"networkError.title": "Network error",
|
||||
"networkError.description": `Please check your network connection.`,
|
||||
},
|
||||
de: {
|
||||
"dooris": "TüRIS <span class='text-neutral-content/50 text-xs'>(DOORIS)</span>",
|
||||
|
|
@ -55,5 +57,7 @@ export const ui = {
|
|||
Melde dich erneut an.`,
|
||||
"serverError.title": "Serverfehler",
|
||||
"serverError.description": `Bitte versuche es später erneut.`,
|
||||
"networkError.title": "Netzwerkfehler",
|
||||
"networkError.description": `Bitte überprüfe deine Internetverbindung.`,
|
||||
},
|
||||
} as const
|
||||
Loading…
Add table
Add a link
Reference in a new issue