mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 14:50:11 +00:00
fix(i18n): localize audit logs and new validation messages
This commit is contained in:
@@ -1014,6 +1014,8 @@ const zhTW: Record<string, string> = {
|
||||
"txt_totp_qr_scanned": "TOTP 內容已填入。",
|
||||
"txt_totp_qr_not_found": "這張圖片裡沒有識別到二維碼。",
|
||||
"txt_totp_qr_scan_failed": "二維碼掃描失敗。",
|
||||
"txt_totp_qr_invalid_image_type": "請選擇圖片檔案。",
|
||||
"txt_totp_qr_image_too_large": "請選擇小於 8 MB 的圖片。",
|
||||
"txt_totp_qr_unsupported": "目前瀏覽器不支援二維碼掃描。可嘗試 Chrome 或 Edge,或手動貼上 TOTP 連結/密鑰。",
|
||||
"txt_totp_qr_camera_unavailable": "無法使用攝影機。請檢查瀏覽器權限,或選擇圖片。",
|
||||
"txt_totp_qr_choose_image": "選擇圖片",
|
||||
@@ -1125,6 +1127,12 @@ const zhTW: Record<string, string> = {
|
||||
"txt_import_invalid_password_protected_file": "密碼保護導出文件格式無效。",
|
||||
"txt_import_decrypt_failed": "導入文件解密失敗。",
|
||||
"txt_import_empty_zip_archive": "ZIP 壓縮包為空。",
|
||||
"txt_import_zip_too_large": "ZIP 壓縮包過大,最大允許 {size} MiB。",
|
||||
"txt_import_file_too_large": "導入文件過大,最大允許 {size} MiB。",
|
||||
"txt_import_zip_too_many_files": "ZIP 壓縮包內文件過多。",
|
||||
"txt_import_zip_entry_too_large": "ZIP 壓縮包內存在超過 {size} MiB 的文件。",
|
||||
"txt_import_zip_expands_too_large": "ZIP 解壓後超過目前導入限制 {size} MiB。",
|
||||
"txt_import_zip_unsafe_file_name": "ZIP 壓縮包包含不安全的文件名。",
|
||||
"txt_import_no_json_found_in_zip": "ZIP 內未找到可導入的 JSON 數據。",
|
||||
"txt_import_data_json_not_found": "ZIP 內未找到 data.json。",
|
||||
"txt_import_zip_password_required": "該 ZIP 需要密碼。",
|
||||
@@ -1219,11 +1227,18 @@ const zhTW: Record<string, string> = {
|
||||
"txt_log_action_account_api_key_create": "建立 API 金鑰",
|
||||
"txt_log_action_account_api_key_rotate": "輪換 API 金鑰",
|
||||
"txt_log_action_account_keys_update": "更新帳戶金鑰",
|
||||
"txt_log_action_account_passkey_create": "建立登入通行密鑰",
|
||||
"txt_log_action_account_passkey_delete": "刪除登入通行密鑰",
|
||||
"txt_log_action_account_passkey_encryption_enable": "開啟通行密鑰解鎖密碼庫",
|
||||
"txt_log_action_account_profile_update": "更新帳戶資料",
|
||||
"txt_log_action_account_totp_disable": "關閉兩步驟登入",
|
||||
"txt_log_action_account_totp_enable": "開啟兩步驟登入",
|
||||
"txt_log_action_account_totp_recover": "復原兩步驟登入",
|
||||
"txt_log_action_account_verify_devices_update": "更新裝置驗證設定",
|
||||
"txt_log_action_account_webauthn_2fa_delete": "刪除通行密鑰兩步驟驗證密鑰",
|
||||
"txt_log_action_account_webauthn_2fa_enable": "開啟通行密鑰兩步驟驗證",
|
||||
"txt_log_action_account_yubikey_enable": "更新 YubiKey OTP 設定",
|
||||
"txt_log_action_admin_audit_clear": "清空稽核日誌",
|
||||
"txt_log_action_admin_audit_settings_update": "更新日誌保留設定",
|
||||
"txt_log_action_admin_backup_export": "匯出備份",
|
||||
"txt_log_action_admin_backup_import": "匯入備份",
|
||||
@@ -1246,6 +1261,8 @@ const zhTW: Record<string, string> = {
|
||||
"txt_log_action_auth_login_failed_bad_password": "密碼錯誤登入失敗",
|
||||
"txt_log_action_auth_login_failed_user_inactive": "帳號停用登入失敗",
|
||||
"txt_log_action_auth_login_success": "登入成功",
|
||||
"txt_log_action_auth_passkey_login_failed": "通行密鑰登入失敗",
|
||||
"txt_log_action_auth_passkey_login_success": "通行密鑰登入成功",
|
||||
"txt_log_action_auth_refresh_failed": "刷新登入失敗:{reason}",
|
||||
"txt_log_action_cipher_delete_permanent": "永久刪除密碼項",
|
||||
"txt_log_action_cipher_delete_permanent_bulk": "批次永久刪除密碼項",
|
||||
@@ -1296,6 +1313,7 @@ const zhTW: Record<string, string> = {
|
||||
"txt_log_meta_method": "請求方法",
|
||||
"txt_log_meta_path": "請求路徑",
|
||||
"txt_log_meta_provider": "服務提供方",
|
||||
"txt_log_meta_prf_status": "PRF 狀態",
|
||||
"txt_log_meta_prune_error": "清理錯誤",
|
||||
"txt_log_meta_pruned_file_count": "已清理檔案數",
|
||||
"txt_log_meta_raw": "原始資料",
|
||||
@@ -1331,6 +1349,7 @@ const zhTW: Record<string, string> = {
|
||||
"txt_log_reason_user_inactive": "使用者未啟用",
|
||||
"txt_log_reason_user_missing": "使用者不存在",
|
||||
"txt_log_target_type_attachment": "附件",
|
||||
"txt_log_target_type_account_passkey": "登入通行密鑰",
|
||||
"txt_log_target_type_audit_log": "日誌",
|
||||
"txt_log_target_type_backup": "備份",
|
||||
"txt_log_target_type_cipher": "密碼項",
|
||||
|
||||
Reference in New Issue
Block a user