mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
147 lines
7.4 KiB
JSON
147 lines
7.4 KiB
JSON
{
|
|
"menu": {
|
|
"title": "Available Options",
|
|
"exit": "Exit Program",
|
|
"reset": "Reset Machine Manual",
|
|
"register": "Register Cursor",
|
|
"quit": "Quit Cursor",
|
|
"select_language": "Select Language",
|
|
"input_choice": "Enter your choice ({choices})",
|
|
"invalid_choice": "Invalid choice. Please try again",
|
|
"program_terminated": "Program terminated by user",
|
|
"error_occurred": "An error occurred: {error}",
|
|
"press_enter": "Press Enter to Exit"
|
|
},
|
|
"languages": {
|
|
"en": "English",
|
|
"zh_cn": "简体中文",
|
|
"zh_tw": "繁體中文"
|
|
},
|
|
"quit_cursor": {
|
|
"start": "Start Quitting Cursor",
|
|
"no_process": "No Running Cursor Process",
|
|
"terminating": "Terminating Process {pid}",
|
|
"waiting": "Waiting for Process to Exit",
|
|
"success": "All Cursor Processes Closed",
|
|
"timeout": "Process Timeout: {pids}",
|
|
"error": "Error Occurred: {error}"
|
|
},
|
|
"reset": {
|
|
"title": "Cursor Machine ID Reset Tool",
|
|
"checking": "Checking Config File",
|
|
"not_found": "Config File Not Found",
|
|
"no_permission": "Cannot Read or Write Config File, Please Check File Permissions",
|
|
"reading": "Reading Current Config",
|
|
"creating_backup": "Creating Config Backup",
|
|
"backup_exists": "Backup File Already Exists, Skipping Backup Step",
|
|
"generating": "Generating New Machine ID",
|
|
"saving_json": "Saving New Config to JSON",
|
|
"success": "Machine ID Reset Successfully",
|
|
"new_id": "New Machine ID",
|
|
"permission_error": "Permission Error: {error}",
|
|
"run_as_admin": "Please Try Running This Program as Administrator",
|
|
"process_error": "Reset Process Error: {error}",
|
|
"updating_sqlite": "Updating SQLite Database",
|
|
"updating_pair": "Updating Key-Value Pair",
|
|
"sqlite_success": "SQLite Database Updated Successfully",
|
|
"sqlite_error": "SQLite Database Update Failed: {error}",
|
|
"press_enter": "Press Enter to Exit",
|
|
"updating_system_ids": "Updating System IDs",
|
|
"system_ids_updated": "System IDs Updated Successfully",
|
|
"system_ids_update_failed": "System IDs Update Failed: {error}"
|
|
},
|
|
"register": {
|
|
"title": "Cursor Registration Tool",
|
|
"start": "Starting Registration Process",
|
|
"mailbox": "Successfully Entered Mailbox",
|
|
"register_start": "Start Register",
|
|
"filling_form": "Fill Form",
|
|
"basic_info": "Basic Info Submitted",
|
|
"handle_turnstile": "Handle Turnstile",
|
|
"no_turnstile": "Not Detect Turnstile",
|
|
"turnstile_passed": "Turnstile Passed",
|
|
"verification_start": "Start Getting Verification Code",
|
|
"verification_timeout": "Get Verification Code Timeout",
|
|
"verification_not_found": "No Verification Code Found",
|
|
"try_get_code": "Try | {attempt} Get Verification Code | Time Remaining: {time}s",
|
|
"get_account": "Getting Account Info",
|
|
"get_token": "Get Cursor Session Token",
|
|
"token_success": "Get Token Success",
|
|
"token_attempt": "Try | {attempt} times to get Token | Will retry in {time}s",
|
|
"token_max_attempts": "Reach Max Attempts ({max}) | Failed to get Token",
|
|
"token_failed": "Get Token Failed: {error}",
|
|
"account_error": "Get Account Info Failed: {error}",
|
|
"press_enter": "Press Enter to Exit",
|
|
"browser_start": "Starting Browser",
|
|
"open_mailbox": "Opening Mailbox Page",
|
|
"email_error": "Failed to Get Email Address",
|
|
"setup_error": "Email Setup Error: {error}",
|
|
"start_getting_verification_code": "Start Getting Verification Code, Will Try in 60s",
|
|
"get_verification_code_timeout": "Get Verification Code Timeout",
|
|
"get_verification_code_success": "Get Verification Code Success",
|
|
"try_get_verification_code": "Try | {attempt} Get Verification Code | Time Remaining: {remaining_time}s",
|
|
"verification_code_filled": "Verification Code Filled",
|
|
"login_success_and_jump_to_settings_page": "Login Success and Jump to Settings Page",
|
|
"detect_login_page": "Detect Login Page, Start Login...",
|
|
"cursor_registration_completed": "Cursor Registration Completed!",
|
|
"set_password": "Set Password",
|
|
"basic_info_submitted": "Basic Info Submitted",
|
|
"cursor_auth_info_updated": "Cursor Auth Info Updated",
|
|
"cursor_auth_info_update_failed": "Cursor Auth Info Update Failed",
|
|
"reset_machine_id": "Reset Machine ID",
|
|
"account_info_saved": "Account Info Saved",
|
|
"save_account_info_failed": "Save Account Info Failed",
|
|
"get_email_address": "Get Email Address",
|
|
"update_cursor_auth_info": "Update Cursor Auth Info",
|
|
"register_process_error": "Register Process Error: {error}"
|
|
},
|
|
"auth": {
|
|
"title": "Cursor Auth Manager",
|
|
"checking_auth": "Checking Auth File",
|
|
"auth_not_found": "Auth File Not Found",
|
|
"auth_file_error": "Auth File Error: {error}",
|
|
"reading_auth": "Reading Auth File",
|
|
"updating_auth": "Updating Auth Info",
|
|
"auth_updated": "Auth Info Updated Successfully",
|
|
"auth_update_failed": "Auth Info Update Failed: {error}",
|
|
"auth_file_created": "Auth File Created",
|
|
"auth_file_create_failed": "Auth File Create Failed: {error}",
|
|
"press_enter": "Press Enter to Exit",
|
|
"reset_machine_id": "Reset Machine ID",
|
|
"database_connection_closed": "Database Connection Closed",
|
|
"database_updated_successfully": "Database Updated Successfully",
|
|
"connected_to_database": "Connected to Database",
|
|
"updating_pair": "Updating Key-Value Pair"
|
|
},
|
|
"control": {
|
|
"generate_email": "Generating New Email",
|
|
"select_domain": "Selecting Random Domain",
|
|
"copy_email": "Copying Email Address",
|
|
"enter_mailbox": "Entering Mailbox",
|
|
"refresh_mailbox": "Refreshing Mailbox",
|
|
"check_verification": "Checking Verification Code",
|
|
"verification_found": "Verification Code Found",
|
|
"verification_not_found": "No Verification Code Found",
|
|
"browser_error": "Browser Control Error: {error}",
|
|
"navigation_error": "Navigation Error: {error}",
|
|
"email_copy_error": "Email Copy Error: {error}",
|
|
"mailbox_error": "Mailbox Error: {error}",
|
|
"token_saved_to_file": "Token Saved to cursor_tokens.txt",
|
|
"navigate_to": "Navigating to {url}",
|
|
"generate_email_success": "Generate Email Success",
|
|
"select_email_domain": "Select Email Domain",
|
|
"select_email_domain_success": "Select Email Domain Success",
|
|
"get_email_name": "Get Email Name",
|
|
"get_email_name_success": "Get Email Name Success",
|
|
"get_email_address": "Get Email Address",
|
|
"get_email_address_success": "Get Email Address Success",
|
|
"enter_mailbox_success": "Enter Mailbox Success",
|
|
"found_verification_code": "Found Verification Code",
|
|
"get_cursor_session_token": "Get Cursor Session Token",
|
|
"get_cursor_session_token_success": "Get Cursor Session Token Success",
|
|
"get_cursor_session_token_failed": "Get Cursor Session Token Failed",
|
|
"save_token_failed": "Save Token Failed",
|
|
"database_updated_successfully": "Database Updated Successfully",
|
|
"database_connection_closed": "Database Connection Closed"
|
|
}
|
|
} |