feat(i18n): add new localization strings for settings and two-step login across multiple languages

style: adjust grid layout for app main and add responsive styles for settings category

style: enhance management styles with new settings category layout and tabs

style: improve responsive design for settings modules and submodules
This commit is contained in:
shuaiplus
2026-07-03 19:19:24 +08:00
parent 6284c632de
commit c7eb6c663d
12 changed files with 963 additions and 310 deletions
+22
View File
@@ -11,6 +11,28 @@ const en: Record<string, string> = {
"nav_import_export": "Import & Export",
"nav_group_data_backup": "Data & Backup",
"nav_group_management": "Management",
"txt_settings_appearance": "Appearance",
"txt_theme": "Theme",
"txt_use_system_theme": "Use system theme",
"txt_light_theme": "Light",
"txt_dark_theme": "Dark",
"txt_theme_saved_locally": "Choose a theme for your web vault.",
"txt_display_language_help": "Change the web vault language.",
"txt_two_step_login": "Two-step login",
"txt_keys": "Keys",
"txt_manage": "Manage",
"txt_providers": "Providers",
"txt_authenticator_app": "Authenticator app",
"txt_authenticator_app_help": "Enter a code generated by an authenticator app.",
"txt_passkey_provider_help": "Use a FIDO2-compatible security key or biometric authenticator.",
"txt_yubico_otp_security_key": "Yubico OTP security key",
"txt_yubico_otp_security_key_help": "Use a YubiKey 4, 5, or NEO device.",
"txt_setting_coming_soon": "Coming soon.",
"txt_totp_manage_intro": "Scan the QR code or enter the key in your authenticator app, then enter the verification code.",
"txt_two_step_recovery_code_warning": "If you cannot access your two-step login provider, your one-time recovery code can be used to disable two-step login. Store the recovery code somewhere safe.",
"txt_your_two_step_recovery_code": "Your Bitwarden two-step login recovery code:",
"txt_name_account_passkey_after_verification": "Passkey created. Name it to help you recognize it.",
"txt_account_passkey_name_help": "0 / 50 characters",
"txt_page_not_found": "Page Not Found",
"txt_page_not_found_hint": "The page may have been removed, expired, or the link is incomplete.",
"txt_back_to_home": "Back To Home",