Localize AuthViewModel validation and error messages
Some checks failed
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-11 20:42:33 +03:00
parent 6e9e580b3f
commit d54dc9fe8b
3 changed files with 47 additions and 13 deletions

View File

@@ -232,6 +232,19 @@
<string name="auth_send_reset_link">Send reset link</string>
<string name="auth_new_password">New password</string>
<string name="auth_reset_with_token">Reset with token</string>
<string name="auth_error_enter_email">Enter email.</string>
<string name="auth_info_email_not_registered">This email is not registered. Complete sign up.</string>
<string name="auth_error_register_fields_required">Name, username and password are required.</string>
<string name="auth_info_account_created">Account created. Use password to sign in.</string>
<string name="auth_error_password_required">Password is required.</string>
<string name="auth_info_enter_2fa_or_recovery">Enter 2FA code or recovery code.</string>
<string name="auth_error_enter_2fa_code">Enter 2FA code.</string>
<string name="auth_error_enter_recovery_code">Enter recovery code.</string>
<string name="auth_error_invalid_credentials">Invalid email or password.</string>
<string name="auth_error_network">Network error. Check your connection.</string>
<string name="auth_error_session_expired">Session expired. Please sign in again.</string>
<string name="auth_error_server">Server error. Please try again.</string>
<string name="auth_error_unknown">Unknown error. Please try again.</string>
<string name="contacts_title">Contacts</string>
<string name="contacts_search_label">Search contacts/users</string>