mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: added logging system
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
const zhTW: Record<string, string> = {
|
||||
"nav_account_settings": "賬戶設置",
|
||||
"nav_admin_panel": "用戶管理",
|
||||
"nav_log_center": "日誌中心",
|
||||
"nav_device_management": "設備管理",
|
||||
"nav_my_vault": "我的密碼庫",
|
||||
"nav_vault_items": "密碼庫",
|
||||
@@ -941,6 +942,190 @@ const zhTW: Record<string, string> = {
|
||||
"txt_nav_layout_grouped_expanded_desc": "父子選單全部展開",
|
||||
"txt_nav_layout_grouped_smart": "智能分組",
|
||||
"txt_nav_layout_grouped_smart_desc": "目前相關分組自動展開",
|
||||
"txt_actor": "操作者",
|
||||
"txt_all_levels": "全部級別",
|
||||
"txt_all_logs": "全部日誌",
|
||||
"txt_all_time": "全部時間",
|
||||
"txt_audit_events": "日誌列表",
|
||||
"txt_filter": "篩選",
|
||||
"txt_last_24_hours": "最近 24 小時",
|
||||
"txt_last_7_days": "最近 7 天",
|
||||
"txt_last_30_days": "最近 30 天",
|
||||
"txt_load_logs_failed": "載入日誌失敗",
|
||||
"txt_load_log_settings_failed": "載入日誌設定失敗",
|
||||
"txt_log_category": "分類",
|
||||
"txt_log_category_auth": "登入與會話",
|
||||
"txt_log_category_data": "資料操作",
|
||||
"txt_log_category_device": "設備",
|
||||
"txt_log_category_security": "賬戶安全",
|
||||
"txt_log_category_system": "系統",
|
||||
"txt_log_center_description": "查看登入、刷新失敗、設備事件、安全變更、備份操作和管理員操作。",
|
||||
"txt_log_center_title": "日誌中心",
|
||||
"txt_log_level": "級別",
|
||||
"txt_log_level_error": "錯誤",
|
||||
"txt_log_level_info": "資訊",
|
||||
"txt_log_level_security": "安全",
|
||||
"txt_log_level_warn": "警告",
|
||||
"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_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_admin_audit_settings_update": "更新日誌保留設定",
|
||||
"txt_log_action_admin_backup_export": "匯出備份",
|
||||
"txt_log_action_admin_backup_import": "匯入備份",
|
||||
"txt_log_action_admin_backup_remote_delete": "刪除遠端備份",
|
||||
"txt_log_action_admin_backup_remote_manual": "手動遠端備份成功",
|
||||
"txt_log_action_admin_backup_remote_manual_failed": "手動遠端備份失敗",
|
||||
"txt_log_action_admin_backup_remote_scheduled": "排程遠端備份成功",
|
||||
"txt_log_action_admin_backup_remote_scheduled_failed": "排程遠端備份失敗",
|
||||
"txt_log_action_admin_backup_settings_repair": "修復備份設定",
|
||||
"txt_log_action_admin_backup_settings_update": "更新備份設定",
|
||||
"txt_log_action_admin_invite_create": "建立邀請",
|
||||
"txt_log_action_admin_invite_delete_all": "清空邀請",
|
||||
"txt_log_action_admin_invite_revoke": "撤銷邀請",
|
||||
"txt_log_action_admin_user_delete": "刪除使用者",
|
||||
"txt_log_action_admin_user_status": "修改使用者狀態",
|
||||
"txt_log_action_attachment_delete": "刪除附件",
|
||||
"txt_log_action_auth_login_failed_bad_api_key": "API 金鑰錯誤登入失敗",
|
||||
"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_refresh_failed": "刷新登入失敗:{reason}",
|
||||
"txt_log_action_cipher_delete_permanent": "永久刪除密碼項",
|
||||
"txt_log_action_cipher_delete_permanent_bulk": "批次永久刪除密碼項",
|
||||
"txt_log_action_cipher_delete_soft": "刪除到回收桶",
|
||||
"txt_log_action_cipher_delete_soft_bulk": "批次刪除到回收桶",
|
||||
"txt_log_action_device_deactivate": "停用裝置",
|
||||
"txt_log_action_device_delete": "刪除裝置",
|
||||
"txt_log_action_device_delete_all": "刪除全部裝置",
|
||||
"txt_log_action_device_name_update": "修改裝置名稱",
|
||||
"txt_log_action_device_trust_permanent": "永久信任裝置",
|
||||
"txt_log_action_device_trust_revoke": "撤銷裝置信任",
|
||||
"txt_log_action_device_trust_revoke_batch": "批次撤銷裝置信任",
|
||||
"txt_log_action_folder_delete": "刪除資料夾",
|
||||
"txt_log_action_folder_delete_bulk": "批次刪除資料夾",
|
||||
"txt_log_action_send_auth_remove": "移除 Send 驗證",
|
||||
"txt_log_action_send_delete": "刪除 Send",
|
||||
"txt_log_action_send_delete_bulk": "批次刪除 Send",
|
||||
"txt_log_action_send_password_remove": "移除 Send 密碼",
|
||||
"txt_log_action_user_password_change": "修改主密碼",
|
||||
"txt_log_action_user_register_first_admin": "註冊首個管理員",
|
||||
"txt_log_action_user_register_invite": "透過邀請註冊",
|
||||
"txt_log_meta_attachments": "附件數",
|
||||
"txt_log_meta_bytes": "位元組數",
|
||||
"txt_log_meta_changed": "變更項",
|
||||
"txt_log_meta_checksum_mismatch_accepted": "已接受校驗不一致",
|
||||
"txt_log_meta_cipher_id": "密碼項 ID",
|
||||
"txt_log_meta_ciphers": "密碼項數量",
|
||||
"txt_log_meta_compat": "相容資訊",
|
||||
"txt_log_meta_compressed_bytes": "壓縮後位元組數",
|
||||
"txt_log_meta_count": "數量",
|
||||
"txt_log_meta_deleted": "已刪除數量",
|
||||
"txt_log_meta_destination_count": "備份目標數量",
|
||||
"txt_log_meta_destination_id": "備份目標 ID",
|
||||
"txt_log_meta_destination_name": "備份目標名稱",
|
||||
"txt_log_meta_destination_type": "備份目標類型",
|
||||
"txt_log_meta_device_identifier": "裝置 ID",
|
||||
"txt_log_meta_device_type": "裝置類型",
|
||||
"txt_log_meta_email": "信箱",
|
||||
"txt_log_meta_error": "錯誤",
|
||||
"txt_log_meta_expires_in_hours": "過期小時數",
|
||||
"txt_log_meta_file_bytes": "檔案位元組數",
|
||||
"txt_log_meta_file_name": "檔案名稱",
|
||||
"txt_log_meta_folder_id": "資料夾 ID",
|
||||
"txt_log_meta_grant_type": "登入方式",
|
||||
"txt_log_meta_includes_attachments": "包含附件",
|
||||
"txt_log_meta_ip": "IP 位址",
|
||||
"txt_log_meta_max_entries": "筆數上限",
|
||||
"txt_log_meta_method": "請求方法",
|
||||
"txt_log_meta_path": "請求路徑",
|
||||
"txt_log_meta_provider": "服務提供方",
|
||||
"txt_log_meta_prune_error": "清理錯誤",
|
||||
"txt_log_meta_pruned_file_count": "已清理檔案數",
|
||||
"txt_log_meta_raw": "原始資料",
|
||||
"txt_log_meta_reason": "原因",
|
||||
"txt_log_meta_remote_path": "遠端路徑",
|
||||
"txt_log_meta_removed": "已移除數量",
|
||||
"txt_log_meta_removed_devices": "已移除裝置數",
|
||||
"txt_log_meta_removed_sessions": "已移除工作階段數",
|
||||
"txt_log_meta_removed_trusted": "已撤銷信任數",
|
||||
"txt_log_meta_replace_existing": "覆蓋現有資料",
|
||||
"txt_log_meta_requested": "請求數量",
|
||||
"txt_log_meta_requested_count": "請求數量",
|
||||
"txt_log_meta_retention_days": "保留天數",
|
||||
"txt_log_meta_scheduled_destination_count": "已排程備份目標數",
|
||||
"txt_log_meta_size": "大小",
|
||||
"txt_log_meta_skipped_attachments": "略過附件數",
|
||||
"txt_log_meta_skipped_reason": "略過原因",
|
||||
"txt_log_meta_status": "狀態",
|
||||
"txt_log_meta_target_email": "目標信箱",
|
||||
"txt_log_meta_trigger": "觸發方式",
|
||||
"txt_log_meta_type": "類型",
|
||||
"txt_log_meta_updated": "已更新數量",
|
||||
"txt_log_meta_upload_verification_attempts": "上傳校驗次數",
|
||||
"txt_log_meta_user_agent": "瀏覽器/用戶端",
|
||||
"txt_log_meta_users": "使用者數量",
|
||||
"txt_log_meta_verify_devices": "驗證裝置",
|
||||
"txt_log_meta_web_session": "網頁工作階段",
|
||||
"txt_log_reason_bad_api_key": "API 金鑰錯誤",
|
||||
"txt_log_reason_bad_password": "密碼錯誤",
|
||||
"txt_log_reason_device_missing": "裝置不存在",
|
||||
"txt_log_reason_device_session_mismatch": "裝置工作階段不相符",
|
||||
"txt_log_reason_token_not_found_or_expired": "權杖不存在或已過期",
|
||||
"txt_log_reason_user_inactive": "使用者未啟用",
|
||||
"txt_log_reason_user_missing": "使用者不存在",
|
||||
"txt_log_target_type_attachment": "附件",
|
||||
"txt_log_target_type_audit_log": "日誌",
|
||||
"txt_log_target_type_backup": "備份",
|
||||
"txt_log_target_type_cipher": "密碼項",
|
||||
"txt_log_target_type_device": "裝置",
|
||||
"txt_log_target_type_folder": "資料夾",
|
||||
"txt_log_target_type_invite": "邀請",
|
||||
"txt_log_target_type_refresh_token": "刷新權杖",
|
||||
"txt_log_target_type_send": "Send",
|
||||
"txt_log_target_type_user": "使用者",
|
||||
"txt_log_trigger_manual": "手動",
|
||||
"txt_log_trigger_remote": "遠端",
|
||||
"txt_log_trigger_scheduled": "排程工作",
|
||||
"txt_log_max_1000": "最多 1,000 筆",
|
||||
"txt_log_max_5000": "最多 5,000 筆",
|
||||
"txt_log_max_10000": "最多 10,000 筆",
|
||||
"txt_log_max_50000": "最多 50,000 筆",
|
||||
"txt_log_max_entries": "容量上限",
|
||||
"txt_log_max_unlimited": "不限制筆數",
|
||||
"txt_log_retention_7d": "保留 7 天",
|
||||
"txt_log_retention_30d": "保留 30 天",
|
||||
"txt_log_retention_90d": "保留 90 天",
|
||||
"txt_log_retention_180d": "保留 180 天",
|
||||
"txt_log_retention_365d": "保留 365 天",
|
||||
"txt_log_retention_days": "保留時間",
|
||||
"txt_log_retention_forever": "永久保留",
|
||||
"txt_log_retention_hint": "按時間和最大筆數自動收縮,減少 D1 儲存占用。",
|
||||
"txt_log_retention_mode": "保留方式",
|
||||
"txt_log_retention_mode_days": "按時間",
|
||||
"txt_log_retention_mode_entries": "按筆數",
|
||||
"txt_log_retention_settings": "日誌保留",
|
||||
"txt_log_settings": "設定",
|
||||
"txt_log_settings_save_failed": "儲存日誌設定失敗",
|
||||
"txt_log_settings_saved": "日誌設定已儲存",
|
||||
"txt_log_search_placeholder": "搜尋動作、操作者、目標、請求路徑或元資料",
|
||||
"txt_log_total": " 條總數",
|
||||
"txt_log_visible": " 條顯示",
|
||||
"txt_metadata": "元資料",
|
||||
"txt_no_logs_found": "沒有找到日誌",
|
||||
"txt_no_metadata": "沒有元資料",
|
||||
"txt_clear_all_logs": "清空日誌",
|
||||
"txt_clear_logs_confirm": "確定清空全部日誌嗎?此操作無法復原。",
|
||||
"txt_clear_logs_failed": "清空日誌失敗",
|
||||
"txt_logs_cleared": "日誌已清空",
|
||||
"txt_search": "搜尋",
|
||||
"txt_target": "目標",
|
||||
"txt_time": "時間",
|
||||
"txt_time_range": "時間範圍",
|
||||
"txt_remove_domain": "移除域名"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user