full translate for AddProfile pages 15%

This commit is contained in:
2025-07-14 23:20:22 +02:00
parent 479ab76fb7
commit 1208982b15
3 changed files with 10 additions and 4 deletions

View File

@@ -135,8 +135,10 @@ class _AddProfileState extends State<AddProfile> with ShowAlertDialog {
}
final errorMessages = {
400: "Requête mal construite",
406: "Mot de passe incorrect",
400: AppLocalizations.of(context)?.request_error ??
"Poorly constructed query",
406: AppLocalizations.of(context)?.incorrect_password ??
"Incorrect password",
404: "Utilisateur inconnu",
403: "Utilisateur désactivé",
410: "Token invalide",