-
Notifications
You must be signed in to change notification settings - Fork 279
New Crowdin updates #5888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
New Crowdin updates #5888
Conversation
| "otp_reset_modal_header": "Secure Your Account", | ||
| "otp_reset_modal_message": "Two factor authentication (2FA) prevents unauthorized access from other devices, even if your username and password is compromised. You can scan a QR code or type in an authentication code to seamlessly authorize other devices. Would you like to enable 2FA?", | ||
| "otp_authentication_header": "Autenticación de dos factores (2FA) activada", | ||
| "otp_authentication_message": "La autenticación de dos factores (2FA) ha sido activada. Se ha generado un código de autenticación único. Si pierdes tu teléfono o desinstalas la app, tardará al menos 7 días (hasta 18 meses) en desactivar 2FA y acceder a tu cuenta desde otro dispositivo sin el siguiente código de autenticación", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing format specifier for 2FA code display
The Spanish translation of otp_authentication_message is missing the \n\n%s format specifier at the end of the string. The English original includes this to display the actual 2FA backup authentication code to users. Without it, Spanish-speaking users who enable 2FA won't see their backup code in the confirmation message, which is critical for account recovery if they lose their device.
Note
Synchronizes and expands i18n resources across many locales (
de,es,esMX,fr,it,ja,kaa,ko,pt,ru,vi,zh).string_valueandstring_allWritten by Cursor Bugbot for commit 13f286a. This will update automatically on new commits. Configure here.