mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
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:
@@ -11,6 +11,28 @@ const zhTW: Record<string, string> = {
|
||||
"nav_import_export": "導入導出",
|
||||
"nav_group_data_backup": "資料與備份",
|
||||
"nav_group_management": "管理",
|
||||
"txt_settings_appearance": "外觀",
|
||||
"txt_theme": "主題",
|
||||
"txt_use_system_theme": "使用系統主題",
|
||||
"txt_light_theme": "淺色",
|
||||
"txt_dark_theme": "深色",
|
||||
"txt_theme_saved_locally": "為您的網頁密碼庫選擇一個主題。",
|
||||
"txt_display_language_help": "更改網頁密碼庫的語言。",
|
||||
"txt_two_step_login": "兩步登入",
|
||||
"txt_keys": "密鑰",
|
||||
"txt_manage": "管理",
|
||||
"txt_providers": "提供程序",
|
||||
"txt_authenticator_app": "驗證器 App",
|
||||
"txt_authenticator_app_help": "輸入驗證器 App 生成的代碼。",
|
||||
"txt_passkey_provider_help": "使用兼容 FIDO2 的安全密鑰或生物識別驗證器。",
|
||||
"txt_yubico_otp_security_key": "Yubico OTP 安全密鑰",
|
||||
"txt_yubico_otp_security_key_help": "使用 YubiKey 4、5 或 NEO 裝置。",
|
||||
"txt_setting_coming_soon": "即將推出。",
|
||||
"txt_totp_manage_intro": "掃描二維碼或在驗證器 App 中輸入密鑰,然後輸入驗證碼。",
|
||||
"txt_two_step_recovery_code_warning": "當您無法訪問兩步登入提供程序時,您的一次性恢復代碼可用於停用兩步登入。請將其妥善保管。",
|
||||
"txt_your_two_step_recovery_code": "您的 Bitwarden 兩步登入恢復代碼:",
|
||||
"txt_name_account_passkey_after_verification": "通行密鑰創建成功!為您的通行密鑰命名以幫助您識別它。",
|
||||
"txt_account_passkey_name_help": "0 / 最多 50 個字符",
|
||||
"txt_page_not_found": "頁面不存在",
|
||||
"txt_page_not_found_hint": "這個頁面可能已經刪除、過期,或者連結不完整。",
|
||||
"txt_back_to_home": "回到首頁",
|
||||
|
||||
Reference in New Issue
Block a user