mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
358 lines
20 KiB
JSON
358 lines
20 KiB
JSON
{
|
||
"menu": {
|
||
"title": "可用選項",
|
||
"exit": "退出程式",
|
||
"reset": "重置機器識別碼",
|
||
"register": "註冊新 Cursor 帳號",
|
||
"register_manual": "使用自訂郵箱註冊",
|
||
"quit": "關閉 Cursor 應用程式",
|
||
"select_language": "變更語言",
|
||
"input_choice": "請輸入您的選擇 ({choices})",
|
||
"invalid_choice": "選擇無效,請輸入 {choices} 範圍內的數字",
|
||
"program_terminated": "程式已被使用者終止",
|
||
"error_occurred": "發生錯誤:{error},請重試",
|
||
"press_enter": "按返回鍵退出",
|
||
"disable_auto_update": "禁用 Cursor 自動更新",
|
||
"lifetime_access_enabled": "終身訪問已啟用",
|
||
"totally_reset": "完全重置 Cursor"
|
||
},
|
||
"languages": {
|
||
"en": "English",
|
||
"zh_cn": "简体中文",
|
||
"zh_tw": "繁體中文",
|
||
"vi": "Vietnamese",
|
||
"nl": "Dutch",
|
||
"de": "German",
|
||
"fr": "French",
|
||
"pt": "Brazilian Portuguese"
|
||
},
|
||
"quit_cursor": {
|
||
"start": "開始退出 Cursor",
|
||
"no_process": "未發現運行中的 Cursor 進程",
|
||
"terminating": "正在終止進程 {pid}",
|
||
"waiting": "等待進程退出",
|
||
"success": "所有 Cursor 進程已正常關閉",
|
||
"timeout": "以下進程未能在規定時間內關閉: {pids}",
|
||
"error": "關閉 Cursor 進程時發生錯誤: {error}"
|
||
},
|
||
"reset": {
|
||
"title": "Cursor 機器標識重置工具",
|
||
"checking": "檢查配置文件",
|
||
"not_found": "配置文件未找到",
|
||
"no_permission": "無法讀取或寫入配置文件,請檢查文件權限",
|
||
"reading": "讀取當前配置",
|
||
"creating_backup": "創建配置備份",
|
||
"backup_exists": "備份文件已存在,跳過備份步驟",
|
||
"generating": "生成新機器標識",
|
||
"saving_json": "保存新配置到JSON",
|
||
"success": "機器標識重置成功",
|
||
"new_id": "新機器標識",
|
||
"permission_error": "權限錯誤: {error}",
|
||
"run_as_admin": "請嘗試以管理員身份運行此程序",
|
||
"process_error": "重置進程錯誤: {error}",
|
||
"updating_sqlite": "更新SQLite數據庫",
|
||
"updating_pair": "更新鍵值對",
|
||
"sqlite_success": "SQLite數據庫更新成功",
|
||
"sqlite_error": "SQLite數據庫更新失敗: {error}",
|
||
"press_enter": "按回車鍵退出",
|
||
"updating_system_ids": "更新系統ID",
|
||
"system_ids_updated": "系統ID更新成功",
|
||
"system_ids_update_failed": "系統ID更新失敗: {error}",
|
||
"unsupported_os": "不支持的操作系統: {os}",
|
||
"linux_path_not_found": "Linux路徑未找到",
|
||
"windows_guid_updated": "Windows GUID更新成功",
|
||
"windows_permission_denied": "Windows權限拒絕",
|
||
"windows_guid_update_failed": "Windows GUID更新失敗",
|
||
"macos_uuid_updated": "macOS UUID更新成功",
|
||
"plutil_command_failed": "plutil命令失敗",
|
||
"macos_uuid_update_failed": "macOS UUID更新失敗",
|
||
"start_patching": "開始修補getMachineId",
|
||
"current_version": "當前Cursor版本: {version}",
|
||
"patch_completed": "getMachineId修補完成",
|
||
"patch_failed": "getMachineId修補失敗: {error}",
|
||
"version_check_passed": "Cursor版本檢查通過",
|
||
"file_modified": "文件已修改",
|
||
"version_less_than_0_45": "Cursor版本 < 0.45.0,跳过getMachineId修补",
|
||
"detecting_version": "檢測Cursor版本",
|
||
"patching_getmachineid": "修補getMachineId",
|
||
"version_greater_than_0_45": "Cursor版本 >= 0.45.0,修補getMachineId",
|
||
"permission_denied": "權限拒絕: {error}",
|
||
"backup_created": "備份已創建",
|
||
"update_success": "更新成功",
|
||
"update_failed": "更新失敗: {error}",
|
||
"windows_machine_guid_updated": "Windows機器GUID更新成功",
|
||
"reading_package_json": "讀取package.json {path}",
|
||
"invalid_json_object": "JSON對象無效",
|
||
"no_version_field": "package.json中沒有版本字段",
|
||
"version_field_empty": "版本字段為空",
|
||
"invalid_version_format": "版本格式無效: {version}",
|
||
"found_version": "找到版本: {version}",
|
||
"version_parse_error": "版本解析錯誤: {error}",
|
||
"package_not_found": "package.json未找到: {path}",
|
||
"check_version_failed": "檢查版本失敗: {error}",
|
||
"stack_trace": "堆疊跟踪",
|
||
"version_too_low": "Cursor版本太低: {version} < 0.45.0"
|
||
},
|
||
|
||
"register": {
|
||
"title": "Cursor 註冊工具",
|
||
"start": "正在啟動註冊流程...",
|
||
"handling_turnstile": "正在處理安全驗證...",
|
||
"retry_verification": "正在重試驗證...",
|
||
"detect_turnstile": "正在檢查安全驗證...",
|
||
"verification_success": "安全驗證通過",
|
||
"starting_browser": "正在開啟瀏覽器...",
|
||
"form_success": "表單提交成功",
|
||
"browser_started": "瀏覽器已成功開啟",
|
||
"waiting_for_second_verification": "等待郵箱驗證...",
|
||
"waiting_for_verification_code": "等待驗證碼...",
|
||
"password_success": "密碼設定成功",
|
||
"password_error": "無法設定密碼:{error},請重試",
|
||
"waiting_for_page_load": "頁面載入中...",
|
||
"first_verification_passed": "初始驗證通過",
|
||
"mailbox": "已成功存取郵箱",
|
||
"visiting_url": "訪問URL",
|
||
"register_start": "開始註冊流程",
|
||
"form_submitted": "表單已提交,開始驗證...",
|
||
"filling_form": "填寫註冊信息",
|
||
"basic_info": "基本信息提交完成",
|
||
"handle_turnstile": "處理 Turnstile 驗證",
|
||
"no_turnstile": "未檢測到 Turnstile 驗證",
|
||
"turnstile_passed": "驗證通過",
|
||
"verification_start": "開始獲取驗證碼",
|
||
"verification_code_filled": "驗證碼填寫完成",
|
||
"login_success_and_jump_to_settings_page": "成功登錄並跳轉到設置頁面",
|
||
"detect_login_page": "檢測到登錄頁面,開始登錄...",
|
||
"cursor_registration_completed": "註冊完成!",
|
||
"set_password": "設置密碼",
|
||
"basic_info_submitted": "基本信息提交完成",
|
||
"cursor_auth_info_updated": "Cursor 認證信息更新成功",
|
||
"cursor_auth_info_update_failed": "Cursor 認證信息更新失敗",
|
||
"reset_machine_id": "重置機器ID",
|
||
"account_info_saved": "賬戶信息已保存",
|
||
"save_account_info_failed": "保存賬戶信息失敗",
|
||
"get_email_address": "獲取郵箱地址",
|
||
"register_process_error": "註冊流程錯誤: {error}",
|
||
"update_cursor_auth_info": "更新Cursor認證信息",
|
||
"setting_password": "設置密碼",
|
||
"manual_code_input": "手動輸入驗證碼",
|
||
"manual_email_input": "手動輸入郵箱地址",
|
||
"password": "密碼",
|
||
"first_name": "名字",
|
||
"last_name": "姓氏",
|
||
"exit_signal": "退出信號",
|
||
"email_address": "郵箱地址",
|
||
"config_created": "配置已創建",
|
||
"verification_failed": "驗證失敗",
|
||
"verification_error": "驗證錯誤: {error}",
|
||
"config_option_added": "配置項已添加: {option}",
|
||
"config_updated": "配置已更新",
|
||
"password_submitted": "密碼已提交",
|
||
"total_usage": "總使用量: {usage}",
|
||
"setting_on_password": "設置密碼",
|
||
"getting_code": "正在獲取驗證碼,將在60秒內嘗試..."
|
||
},
|
||
"auth": {
|
||
"title": "Cursor 認證管理器",
|
||
"checking_auth": "檢查認證文件",
|
||
"auth_not_found": "未找到認證文件",
|
||
"auth_file_error": "認證文件錯誤: {error}",
|
||
"reading_auth": "讀取認證文件",
|
||
"updating_auth": "更新認證信息",
|
||
"auth_updated": "認證信息更新成功",
|
||
"auth_update_failed": "認證信息更新失敗: {error}",
|
||
"auth_file_created": "認證文件已創建",
|
||
"auth_file_create_failed": "認證文件創建失敗: {error}",
|
||
"press_enter": "按回車鍵退出",
|
||
"connected_to_database": "已連接到數據庫",
|
||
"database_updated_successfully": "數據庫更新成功",
|
||
"database_connection_closed": "數據庫連接已關閉",
|
||
"updating_pair": "更新鍵值對",
|
||
"db_not_found": "未找到數據庫文件:{path}",
|
||
"db_permission_error": "無法訪問數據庫文件,請檢查權限",
|
||
"db_connection_error": "連接數據庫失敗:{error}"
|
||
},
|
||
"control": {
|
||
"generate_email": "生成新郵箱",
|
||
"select_domain": "選擇隨機域名",
|
||
"copy_email": "複製郵箱地址",
|
||
"enter_mailbox": "進入郵箱",
|
||
"refresh_mailbox": "刷新郵箱",
|
||
"check_verification": "檢查驗證碼",
|
||
"verification_found": "找到驗證碼",
|
||
"verification_not_found": "未找到驗證碼",
|
||
"browser_error": "瀏覽器控制錯誤: {error}",
|
||
"navigation_error": "導航錯誤: {error}",
|
||
"email_copy_error": "郵箱複製錯誤: {error}",
|
||
"mailbox_error": "郵箱錯誤: {error}",
|
||
"token_saved_to_file": "Token已保存到 cursor_tokens.txt",
|
||
"navigate_to": "導航到 {url}",
|
||
"generate_email_success": "生成郵箱成功",
|
||
"select_email_domain": "選擇郵箱域名",
|
||
"select_email_domain_success": "選擇郵箱域名成功",
|
||
"get_email_name": "獲取郵箱名稱",
|
||
"get_email_name_success": "獲取郵箱名稱成功",
|
||
"get_email_address": "獲取郵箱地址",
|
||
"get_email_address_success": "獲取郵箱地址成功",
|
||
"enter_mailbox_success": "進入郵箱成功",
|
||
"found_verification_code": "找到驗證碼",
|
||
"get_cursor_session_token": "獲取Cursor Session Token",
|
||
"get_cursor_session_token_success": "獲取Cursor Session Token成功",
|
||
"get_cursor_session_token_failed": "獲取Cursor Session Token失敗",
|
||
"save_token_failed": "保存Token失敗",
|
||
"blocked_domain": "被屏蔽的域名",
|
||
"no_valid_verification_code": "沒有有效的驗證碼"
|
||
},
|
||
"email": {
|
||
"starting_browser": "啟動瀏覽器",
|
||
"visiting_site": "訪問 郵箱網站",
|
||
"create_success": "郵箱創建成功",
|
||
"create_failed": "郵箱創建失敗",
|
||
"create_error": "郵箱創建錯誤: {error}",
|
||
"refreshing": "刷新郵箱",
|
||
"refresh_success": "郵箱刷新成功",
|
||
"refresh_error": "郵箱刷新錯誤: {error}",
|
||
"refresh_button_not_found": "未找到刷新按鈕",
|
||
"verification_found": "找到驗證碼",
|
||
"verification_not_found": "未找到驗證碼",
|
||
"verification_error": "驗證錯誤: {error}",
|
||
"verification_code_found": "找到驗證碼",
|
||
"verification_code_not_found": "未找到驗證碼",
|
||
"verification_code_error": "驗證碼錯誤: {error}",
|
||
"address": "郵箱地址",
|
||
"all_domains_blocked": "所有域名都被屏蔽了,切換服務",
|
||
"no_available_domains_after_filtering": "過濾後沒有可用域名",
|
||
"switching_service": "切換到 {service} 服務",
|
||
"domains_list_error": "獲取域名列表失敗: {error}",
|
||
"failed_to_get_available_domains": "獲取可用域名失敗",
|
||
"domains_excluded": "排除的域名: {domains}",
|
||
"failed_to_create_account": "創建帳戶失敗",
|
||
"account_creation_error": "帳戶創建錯誤: {error}",
|
||
"blocked_domains": "被屏蔽的域名: {domains}",
|
||
"blocked_domains_loaded": "加載被屏蔽的域名: {domains}",
|
||
"blocked_domains_loaded_error": "加載被屏蔽的域名失敗: {error}",
|
||
"blocked_domains_loaded_success": "加載被屏蔽的域名成功",
|
||
"blocked_domains_loaded_timeout": "加載被屏蔽的域名超時: {timeout}秒",
|
||
"blocked_domains_loaded_timeout_error": "加載被屏蔽的域名超時錯誤: {error}",
|
||
"available_domains_loaded": "獲取到 {count} 個可用域名",
|
||
"domains_filtered": "過濾後剩餘 {count} 個可用域名",
|
||
"trying_to_create_email": "嘗試創建郵箱: {email}"
|
||
},
|
||
"update": {
|
||
"title": "禁用 Cursor 自动更新",
|
||
"disable_success": "自動更新禁用成功",
|
||
"disable_failed": "禁用自動更新失敗: {error}",
|
||
"press_enter": "按回車鍵退出",
|
||
"start_disable": "開始禁用自動更新",
|
||
"killing_processes": "殺死進程",
|
||
"processes_killed": "進程已殺死",
|
||
"removing_directory": "刪除目錄",
|
||
"directory_removed": "目錄已刪除",
|
||
"creating_block_file": "創建阻止文件",
|
||
"block_file_created": "阻止文件已創建"
|
||
},
|
||
"updater": {
|
||
"checking": "檢查更新...",
|
||
"new_version_available": "有新版本可用! (當前版本: {current}, 最新版本: {latest})",
|
||
"updating": "正在更新到最新版本。程序將自動重啟。",
|
||
"up_to_date": "您使用的是最新版本。",
|
||
"check_failed": "檢查更新失敗: {error}",
|
||
"continue_anyway": "繼續使用當前版本...",
|
||
"update_confirm": "是否要更新到最新版本? (Y/n)",
|
||
"update_skipped": "跳過更新。",
|
||
"invalid_choice": "選擇無效。請輸入 'Y' 或 'n'.",
|
||
"development_version": "開發版本 {current} > {latest}",
|
||
"changelog_title": "更新日志"
|
||
},
|
||
"totally_reset": {
|
||
"title": "完全重置 Cursor",
|
||
"checking_config": "正在檢查配置檔案",
|
||
"config_not_found": "找不到配置檔案",
|
||
"no_permission": "無法讀取或寫入配置檔案,請檢查檔案權限",
|
||
"reading_config": "正在讀取當前配置",
|
||
"creating_backup": "正在建立配置備份",
|
||
"backup_exists": "備份檔案已存在,跳過備份步驟",
|
||
"generating_new_machine_id": "正在生成新的機器 ID",
|
||
"saving_new_config": "正在將新配置保存到 JSON",
|
||
"success": "Cursor 重置成功",
|
||
"error": "Cursor 重置失敗:{error}",
|
||
"press_enter": "按 Enter 鍵退出",
|
||
"reset_machine_id": "重置機器 ID",
|
||
"database_connection_closed": "資料庫連線已關閉",
|
||
"database_updated_successfully": "資料庫更新成功",
|
||
"connected_to_database": "已連接到資料庫",
|
||
"updating_pair": "正在更新鍵值對",
|
||
"db_not_found": "未找到資料庫檔案,路徑:{path}",
|
||
"db_permission_error": "無法訪問資料庫檔案,請檢查權限",
|
||
"db_connection_error": "連接資料庫失敗:{error}",
|
||
"feature_title": "功能特色",
|
||
"feature_1": "完全移除 Cursor AI 設定與配置",
|
||
"feature_2": "清除所有快取資料,包括 AI 歷史與提示",
|
||
"feature_3": "重置機器 ID 以繞過試用偵測",
|
||
"feature_4": "建立新的隨機機器標識",
|
||
"feature_5": "移除自訂擴充功能與偏好設定",
|
||
"feature_6": "重置試用資訊與啟動資料",
|
||
"feature_7": "深度掃描隱藏的授權與試用相關檔案",
|
||
"feature_8": "安全保留非 Cursor 相關檔案與應用程式",
|
||
"feature_9": "相容於 Windows、macOS 與 Linux",
|
||
"disclaimer_title": "免責聲明",
|
||
"disclaimer_1": "此工具將永久刪除所有 Cursor AI 設定、",
|
||
"disclaimer_2": "配置與快取資料。此操作無法還原。",
|
||
"disclaimer_3": "您的程式碼檔案將 **不會** 受到影響,且此工具僅針對",
|
||
"disclaimer_4": "Cursor AI 編輯器檔案與試用偵測機制。",
|
||
"disclaimer_5": "系統中的其他應用程式不會受到影響。",
|
||
"disclaimer_6": "執行此工具後,您需要重新設定 Cursor AI。",
|
||
"disclaimer_7": "請自行承擔風險",
|
||
"confirm_title": "您確定要繼續嗎?",
|
||
"confirm_1": "此操作將刪除所有 Cursor AI 設定、",
|
||
"confirm_2": "配置與快取資料。此操作無法還原。",
|
||
"confirm_3": "您的程式碼檔案將 **不會** 受到影響,且此工具僅針對",
|
||
"confirm_4": "Cursor AI 編輯器檔案與試用偵測機制。",
|
||
"confirm_5": "系統中的其他應用程式不會受到影響。",
|
||
"confirm_6": "執行此工具後,您需要重新設定 Cursor AI。",
|
||
"confirm_7": "請自行承擔風險",
|
||
"invalid_choice": "請輸入 'Y' 或 'n'",
|
||
"skipped_for_safety": "出於安全考量跳過(與 Cursor 無關):{path}",
|
||
"deleted": "已刪除:{path}",
|
||
"error_deleting": "刪除 {path} 時出錯:{error}",
|
||
"not_found": "未找到檔案:{path}",
|
||
"resetting_machine_id": "正在重置機器 ID 以繞過試用偵測...",
|
||
"created_machine_id": "已建立新的機器 ID:{path}",
|
||
"error_creating_machine_id": "建立機器 ID 檔案 {path} 時出錯:{error}",
|
||
"error_searching": "在 {path} 搜尋檔案時出錯:{error}",
|
||
"created_extended_trial_info": "已建立新的擴展試用資訊:{path}",
|
||
"error_creating_trial_info": "建立試用資訊檔案 {path} 時出錯:{error}",
|
||
"resetting_cursor_ai_editor": "正在重置 Cursor AI 編輯器... 請稍候。",
|
||
"reset_cancelled": "重置已取消,未進行任何更改。",
|
||
"windows_machine_id_modification_skipped": "跳過 Windows 機器 ID 修改:{error}",
|
||
"linux_machine_id_modification_skipped": "跳過 Linux machine-id 修改:{error}",
|
||
"note_complete_machine_id_reset_may_require_running_as_administrator": "注意:完整的機器 ID 重置可能需要以管理員身份執行",
|
||
"note_complete_system_machine_id_reset_may_require_sudo_privileges": "注意:完整的系統 machine-id 重置可能需要 sudo 權限",
|
||
"windows_registry_instructions": "📝 注意:在 Windows 上進行完整重置,您可能還需要清理登錄檔項目。",
|
||
"windows_registry_instructions_2": " 執行 'regedit' 並搜尋 HKEY_CURRENT_USER\\Software\\ 下包含 'Cursor' 或 'CursorAI' 的鍵並刪除它們。\n",
|
||
"reset_log_1": "Cursor AI 已完全重置並繞過試用偵測!",
|
||
"reset_log_2": "請重新啟動系統以使更改生效。",
|
||
"reset_log_3": "您需要重新安裝 Cursor AI,現在應該有全新的試用期。",
|
||
"reset_log_4": "為獲得最佳效果,建議還可以:",
|
||
"reset_log_5": "註冊新試用時使用不同的電子郵件地址",
|
||
"reset_log_6": "若有可能,使用 VPN 變更 IP 地址",
|
||
"reset_log_7": "在造訪 Cursor AI 網站前清除瀏覽器的 Cookie 與快取",
|
||
"reset_log_8": "若仍有問題,嘗試將 Cursor AI 安裝到不同位置",
|
||
"reset_log_9": "若遇到任何問題,請到 Github Issue Tracker 提交問題:https://github.com/yeongpin/cursor-free-vip/issues",
|
||
"unexpected_error": "發生非預期錯誤:{error}",
|
||
"report_issue": "請在 Github Issue Tracker 回報此問題:https://github.com/yeongpin/cursor-free-vip/issues",
|
||
"keyboard_interrupt": "使用者中斷流程,正在退出...",
|
||
"return_to_main_menu": "返回主選單...",
|
||
"process_interrupted": "流程已中斷,正在退出...",
|
||
"press_enter_to_return_to_main_menu": "按 Enter 鍵返回主選單...",
|
||
"removing_known": "正在移除已知的試用/授權檔案",
|
||
"performing_deep_scan": "正在進行深度掃描以查找其他試用/授權檔案",
|
||
"found_additional_potential_license_trial_files": "找到 {count} 個其他潛在試用/授權檔案",
|
||
"checking_for_electron_localstorage_files": "正在檢查 Electron localStorage 檔案",
|
||
"no_additional_license_trial_files_found_in_deep_scan": "深度掃描中未發現其他試用/授權檔案",
|
||
"removing_electron_localstorage_files": "正在移除 Electron localStorage 檔案",
|
||
"electron_localstorage_files_removed": "已移除 Electron localStorage 檔案",
|
||
"electron_localstorage_files_removal_error": "移除 Electron localStorage 檔案時出錯:{error}",
|
||
"removing_electron_localstorage_files_completed": "Electron localStorage 檔案移除完成"
|
||
}
|
||
} |