fix(i18n): localize login error messages

This commit is contained in:
Codex
2026-08-05 09:04:18 +02:00
parent d62fc29581
commit ef53fa0827
3 changed files with 14 additions and 2 deletions
+3
View File
@@ -1402,6 +1402,9 @@
"rememberMe": "Remember me",
"missingCredentials": "Please enter username and password",
"missingTotp": "Please enter your 2FA code",
"invalidCredentials": "Incorrect username or password",
"invalidTotp": "Incorrect 2FA code",
"tooManyAttempts": "Too many login attempts. Please wait a moment and try again.",
"loginFailed": "Login failed",
"signingIn": "Signing in...",
"signIn": "Sign In",