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">все</string>
<string name="privacy_contacts">контакты</string>
<string name="privacy_nobody">никто</string>
<string name="auth_header_login">Вход в Messenger</string>
<string name="auth_subtitle_enter_email">Введите email для продолжения</string>
<string name="auth_subtitle_enter_password">Введите пароль для %1$s</string>
<string name="auth_subtitle_create_account">Создайте аккаунт для %1$s</string>
<string name="auth_subtitle_2fa_enabled">Включена двухфакторная аутентификация</string>
<string name="auth_label_email">Email</string>
<string name="auth_label_name">Имя</string>
<string name="auth_label_username">Имя пользователя</string>
<string name="auth_label_password">Пароль</string>
<string name="auth_label_recovery_code">Код восстановления</string>
<string name="auth_label_2fa_code">Код 2FA</string>
<string name="auth_continue">Продолжить</string>
<string name="auth_change_email">Изменить email</string>
<string name="auth_use_otp_code">Использовать OTP-код</string>
<string name="auth_use_recovery_code">Использовать код восстановления</string>
<string name="auth_sign_in">Войти</string>
<string name="auth_create_account">Создать аккаунт</string>
<string name="auth_confirm_2fa">Подтвердить 2FA</string>
<string name="auth_verify_email_by_token">Подтвердить email по токену</string>
<string name="auth_forgot_password">Забыли пароль</string>
<string name="auth_verify_email_title">Подтверждение email</string>
<string name="auth_verification_token">Токен подтверждения</string>
<string name="auth_verify">Подтвердить</string>
<string name="auth_email_for_resend">Email для повторной отправки</string>
<string name="auth_resend_verification_link">Отправить ссылку повторно</string>
<string name="auth_back_to_login">Назад ко входу</string>
<string name="auth_password_reset_title">Сброс пароля</string>
<string name="auth_send_reset_link">Отправить ссылку сброса</string>
<string name="auth_new_password">Новый пароль</string>
<string name="auth_reset_with_token">Сбросить по токену</string>
</resources>

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>