Localize auth screens (login, verify email, reset password) EN/RU
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 06:07:55 +03:00
parent e0728ac067
commit e591a3fa8d
5 changed files with 109 additions and 34 deletions

View File

@@ -177,4 +177,35 @@
<string name="privacy_everyone">everyone</string>
<string name="privacy_contacts">contacts</string>
<string name="privacy_nobody">nobody</string>
<string name="auth_header_login">Messenger Login</string>
<string name="auth_subtitle_enter_email">Enter your email to continue</string>
<string name="auth_subtitle_enter_password">Enter password for %1$s</string>
<string name="auth_subtitle_create_account">Create account for %1$s</string>
<string name="auth_subtitle_2fa_enabled">Two-factor authentication is enabled</string>
<string name="auth_label_email">Email</string>
<string name="auth_label_name">Name</string>
<string name="auth_label_username">Username</string>
<string name="auth_label_password">Password</string>
<string name="auth_label_recovery_code">Recovery code</string>
<string name="auth_label_2fa_code">2FA code</string>
<string name="auth_continue">Continue</string>
<string name="auth_change_email">Change email</string>
<string name="auth_use_otp_code">Use OTP code</string>
<string name="auth_use_recovery_code">Use recovery code</string>
<string name="auth_sign_in">Sign in</string>
<string name="auth_create_account">Create account</string>
<string name="auth_confirm_2fa">Confirm 2FA</string>
<string name="auth_verify_email_by_token">Verify email by token</string>
<string name="auth_forgot_password">Forgot password</string>
<string name="auth_verify_email_title">Verify email</string>
<string name="auth_verification_token">Verification token</string>
<string name="auth_verify">Verify</string>
<string name="auth_email_for_resend">Email for resend</string>
<string name="auth_resend_verification_link">Resend verification link</string>
<string name="auth_back_to_login">Back to login</string>
<string name="auth_password_reset_title">Password reset</string>
<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>
</resources>