Localize AuthViewModel validation and error messages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user