feat: add error_handler and email verification request

This commit is contained in:
Patryk Hegenberg 2026-01-21 12:24:52 +01:00
parent defecf958a
commit cdc5e44bb3
8 changed files with 110 additions and 26 deletions

View file

@ -397,5 +397,13 @@
"lobbyStatusEntering": "Entering Battle...",
"connectivityError": "No internet connection available.",
"connectivityMultiplayerError": "Active internet connection required for multiplayer."
"connectivityMultiplayerError": "Active internet connection required for multiplayer.",
"errorNoInternet": "No internet connection",
"errorGeneric": "Something went wrong",
"errorUnauthorized": "Access denied. Please relogin.",
"errorNotFound": "Data not found.",
"errorEntryNotUnique": "Entry already exists.",
"errorAuthenticationFailed": "E-Mail or Passwort wrong.",
"errorIllegalRequest": "Illegal Request."
}