-
Notifications
You must be signed in to change notification settings - Fork 288
New Crowdin updates #5987
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
New Crowdin updates #5987
Changes from all commits
6f737f6
8197840
eae8528
a3325c2
616af0c
10cbdcc
3f049c4
332ae93
387cd43
3f5c18c
71970a2
017069c
3e7e172
8cdb91d
9fbf766
709d42c
1a12541
b9bbba3
1d02c6e
6ccb134
758e366
5b95235
8c967f8
4fdb94d
652755b
72e3387
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -299,8 +299,6 @@ | |
| "help_faq_text": "Commonly asked questions", | ||
| "help_live_chat": "Live Chat", | ||
| "help_live_chat_text": "Quick help from a live agent", | ||
| "help_support": "Ein Support-Ticket senden", | ||
| "help_support_text": "Fehlerbehebung und technische Unterstützung", | ||
| "help_call_agent": "Call for Assistance", | ||
| "help_call_agent_text": "Our agents are also available by phone", | ||
| "help_official_site": "Visit Official Site", | ||
|
|
@@ -788,12 +786,12 @@ | |
| "title_otp_enabled": "2FA ist aktiviert", | ||
| "title_otp_disabled": "Schützen Sie Ihren Account mit 2FA", | ||
| "otp_description": "Zwei-Faktor-Authentifizierung (2FA) verhindert unbefugten Zugriff von anderen Geräten, auch wenn Ihr Benutzername und Ihr Passwort kompromittiert sind.", | ||
| "otp_description_two": "Wenn Sie %1$s auf einem neuen Gerät herunterladen, können den Login von Ihrem aktuellen Gerät aus zulassen oder verweigern, oder Sie können den Backup-Code unten eingeben.", | ||
| "otp_enabled_message": "If you lose your phone or uninstall the app, it will take at least 7 days (up to 18 months) to access your account without the backup code.", | ||
| "otp_description_two": "If you download %1$s on a new device, you can allow or deny the login from your current device, or you can enter the 2FA code below.", | ||
| "otp_enabled_message": "If you lose your phone or uninstall the app, it will take at least 7 days (up to 18 months) to access your account without the 2FA code.", | ||
| "otp_disable": "2FA deaktivieren", | ||
| "otp_enable": "2FA aktivieren", | ||
| "otp_show_code": "Backup-Code anzeigen", | ||
| "otp_hide_code": "Backup-Code verbergen", | ||
| "otp_show_code": "Show 2FA code", | ||
| "otp_hide_code": "Hide 2FA code", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Translated OTP strings regressed to English in multiple localesMedium Severity Previously translated strings for Additional Locations (2) |
||
| "otp_copied_msg": "2FA-Code erfolgreich in die Zwischenablage kopiert", | ||
| "otp_modal_headline": "Sind Sie sicher, dass Sie 2FA deaktivieren möchten?", | ||
| "otp_modal_body": "2FA wird empfohlen, um Ihr Gerät vor unbefugtem Zugriff von fremden Geräten abzusichern.", | ||
|
|
||


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.
Translations use "2FA code" but English source says "backup code"
Medium Severity
All translated locale files now reference "2FA code" in
otp_description_two,otp_enabled_message,otp_show_code, andotp_hide_code, but the English source inen_US.ts(andenUS.json) still uses "backup code." Sincestrings.tsmerges locale strings on top of English defaults, English users will see "backup code" while every other language sees "2FA code," creating an inconsistent terminology experience across the app.