{
  "cli": {
    "title": "Coding Tool Helper (chelper)",
    "usage": "Usage: chelper <command> [options]",
    "commands": "Commands:",
    "examples": "Examples:",
    "error_unknown": "Unknown command: {{command}}",
    "error_general": "Error:"
  },
  "commands": {
    "help": "Show help information",
    "version": "Show version information",
    "init": "Run interactive initialization wizard",
    "lang": "Language management",
    "auth": "API key management",
    "doctor": "Health check",
    "enter": "Configuration management",
    "tool": "Tool management"
  },
  "lang": {
    "current": "Current language",
    "show_usage": "chelper lang show - Show current language",
    "set_usage": "chelper lang set <zh_CN|en_US> - Set language",
    "changed": "Language changed from {{from}} to {{to}}",
    "invalid": "Unsupported language: {{lang}}",
    "available": "Available languages"
  },
  "auth": {
    "set_usage": "chelper auth <service> <token> - Set API key",
    "service_prompt": "Select service type",
    "token_prompt": "Enter API key",
    "token_required": "API key cannot be empty",
    "saved": "API key saved",
    "revoke_confirm": "Are you sure you want to revoke the API key?",
    "revoked": "API key revoked",
    "not_revoked": "Revoke operation cancelled",
    "get_api_key_hint": "To obtain API Key, please visit: {{url}}",
    "reload_usage": "chelper auth reload <tool> - Reload plan configuration to the tool",
    "reloading": "Reloading GLM configuration to {{tool}}...",
    "reloaded": "GLM configuration reloaded to {{tool}} successfully",
    "reload_failed": "Failed to reload GLM configuration",
    "reload_missing_config": "Missing plan or API key configuration. Please run 'chelper auth' first.",
    "reload_tool_not_supported": "Tool '{{tool}}' is not supported for reload",
    "service_not_supported": "Service '{{service}}' is not supported, support glm_coding_plan_global and glm_coding_plan_china."
  },
  "wizard": {
    "banner_subtitle": "Manage Your Claude Code and Other Coding Tools",
    "welcome": "Welcome to Coding Tool Helper!",
    "privacy_note": "We value your privacy. All configurations are stored locally only.",
    "select_language": "Select interface language",
    "select_plan": "Select Plan",
    "plan_global": "GLM Coding Plan Global",
    "plan_china": "GLM Coding Plan China",
    "input_api_key": "Enter API key",
    "input_your_api_key": "Please input your API key here, Enter to confirm:",
    "update_api_key": "Update API key",
    "api_key_required": "API key cannot be empty",
    "select_tool": "Select coding tool to configure",
    "tool_not_installed": "{{tool}} is not installed",
    "install_tool_confirm": "Install now?",
    "installing_tool": "Installing tool...",
    "tool_installed": "Tool installed successfully",
    "install_failed": "Installation failed",
    "install_skipped": "Installation skipped. You can install manually later.",
    "menu_title": "Management Menu",
    "select_action": "Select action",
    "action_load_glm": "Apply Configuration - (Apply the GLM Coding Plan you set up to {{tool}})",
    "action_unload_glm": "Unload Configuration - (Remove GLM Coding Plan configuration from {{tool}})",
    "action_mcp_config": "MCP Configuration",
    "action_view_config": "Current Configuration",
    "action_back": "Back",
    "action_exit": "Exit",
    "goodbye": "Goodbye!",
    "loading_glm_config": "Loading GLM configuration...",
    "glm_config_loaded": "GLM configuration loaded successfully, you can now use {{tool}} for coding, or configure MCP services to enhance capabilities.",
    "glm_config_failed": "Failed to load GLM configuration",
    "confirm_unload_glm": "Are you sure you want to unload GLM Coding Plan configuration from {{tool}}?",
    "unloading_glm_config": "Unloading GLM configuration...",
    "glm_config_unloaded": "GLM configuration unloaded successfully",
    "glm_config_unload_failed": "Failed to unload GLM configuration",
    "tool_not_supported": "This operation is not supported for this tool",
    "missing_config": "Missing required configuration (plan or API key)",
    "mcp_menu_title": "MCP Service Management",
    "no_preset_mcp_installed": "No Plan Built-in MCP services installed yet",
    "action_install_all_mcp": "Install All Plan Built-in MCP Services",
    "install_all_mcp_confirm": "Are you sure you want to install all plan Built-in MCP services? This will install the following services:",
    "installing_all_mcp": "Batch installing plan Built-in MCP services...",
    "all_mcp_installed": "All plan Built-in MCP services installed successfully",
    "all_mcp_install_failed": "Some plan Built-in MCP services failed to install",
    "builtin_mcp_services": "Plan Built-in MCP Services",
    "other_mcp_services": "Other MCP Services",
    "other_mcp": "Other",
    "other_mcp_info": "This is a non-builtin MCP service",
    "confirm_uninstall_other_mcp": "Are you sure you want to remove this MCP service?",
    "select_mcp": "Select MCP service",
    "installed": "Installed",
    "not_installed": "Not installed",
    "mcp_protocol": "Protocol",
    "mcp_type": "Type",
    "mcp_plan_type": "Plan",
    "mcp_description": "Description",
    "mcp_status": "Status",
    "action_install": "Install",
    "action_uninstall": "Uninstall",
    "installing_mcp": "Installing MCP service...",
    "mcp_installed": "MCP service installed successfully",
    "mcp_install_failed": "Failed to install MCP service",
    "uninstalling_mcp": "Uninstalling MCP service...",
    "mcp_uninstalled": "MCP service uninstalled successfully",
    "mcp_uninstall_failed": "Failed to uninstall MCP service",
    "current_config": "Current Configuration",
    "config_language": "Interface Language",
    "config_plan": "Coding Plan",
    "config_api_key": "API Key",
    "config_title": "Configuration",
    "not_set": "Not set",
    "press_enter": "Press Enter to continue",
    "main_menu_title": "Main Menu",
    "current_config_status": "Current Configuration Status:",
    "api_key_set": "Set",
    "api_key_get_hint": "To obtain API Key, please visit: {{url}}",
    "menu_config_language": "Interface language",
    "menu_select_plan": "Select Coding Plan",
    "menu_config_api_key": "Configure API Key",
    "menu_config_tool": "Configure Coding Tool",
    "menu_exit": "Exit",
    "select_operation": "Select operation:",
    "goodbye_message": "Goodbye!",
    "nav_return": "Return",
    "nav_exit": "Exit",
    "current_active": "Current",
    "operation_hint": "Operation Hint",
    "hint_navigate": "↑↓ Navigate",
    "hint_confirm": "Enter Confirm",
    "detected_config_title": "Claude Code Current Configuration",
    "chelper_config_title": "Chelper Configuration",
    "claude_code_config_title": "Claude Code Current Global Configuration",
    "config_synced": "Configuration synchronized",
    "config_out_of_sync": "Configuration out of sync, refresh recommended",
    "config_not_loaded": "Claude Code configuration not loaded yet",
    "action_refresh_glm": "Configuration Refresh - (Update {{tool}}'s GLM Coding Plan configuration)",
    "global_config_warning": "⚠️  Warning: You are modifying the {{tool}} global configuration. Changes will affect all workspaces",
    "global_label": "GLOBAL",
    "set_success": "Set successfully",
    "start_tool": "Start {{tool}} - (Recommendation: open a new terminal in your workspace and run {{shell}} to start it)",
    "starting_tool": "Starting...",
    "validating_api_key": "Validating API Key...",
    "api_key_valid": "API Key is valid",
    "api_key_invalid": "API Key is invalid or expired",
    "api_key_network_error": "Network error, please check your connection"
  },
  "doctor": {
    "checking": "Running health check...",
    "check_path": "Checking PATH environment variable",
    "check_api_key_network": "Checking API Key & Network",
    "check_api_key": "Checking API key",
    "check_tools": "Checking installed tools",
    "check_glm_plan": "Checking GLM Coding Plan configuration",
    "all_good": "All checks passed!",
    "tool_installed": "Installed",
    "tool_not_found": "Tool not found: {{tool}}",
    "network_error": "Network connection failed",
    "api_key_invalid": "API Key is invalid or expired",
    "api_key_network_ok": "API Key & Network verified",
    "api_key_missing": "API key not configured",
    "claude_code_installed": "Claude Code is installed",
    "claude_code_not_installed": "Claude Code is not installed. Please install it from https://claude.ai/download",
    "glm_plan_configured": "GLM Coding Plan configured: {{plan}}",
    "glm_plan_not_configured": "GLM Coding Plan not configured. Run 'chelper init' to configure.",
    "suggestions": "Suggestions",
    "check_git_env": "Check Git environment",
    "git_not_installed": "Git is not installed. Please install Git from https://git-scm.com/downloads"
  },
  "messages": {
    "initializing": "Initializing...",
    "args": "Args:",
    "first_run": "First run detected. Starting initialization wizard...",
    "config_saved": "Configuration saved"
  },
  "install": {
    "permission_detected": "Permission issue detected, attempting to resolve...",
    "trying_solution": "Trying solution {{num}}: {{desc}}...",
    "permission_fixed": "Permission issue resolved!",
    "auto_fix_failed": "Auto-fix failed.",
    "windows_solutions": "Windows users, please try one of the following solutions:",
    "windows_solution_1_title": "Solution 1 (Recommended): Run as Administrator",
    "windows_solution_1_step1": "1. Right-click Command Prompt or PowerShell",
    "windows_solution_1_step2": "2. Select \"Run as administrator\"",
    "windows_solution_1_step3": "3. Re-run the installation command",
    "windows_solution_2_title": "Solution 2: Use user-level installation (no admin required)",
    "windows_solution_2_command": "Run in command line:",
    "unix_solutions": "Please manually try one of the following solutions:",
    "unix_solution_1_title": "Solution 1: Install with sudo",
    "unix_solution_1_desc": "Run the following command in terminal (requires admin password):",
    "unix_solution_2_title": "Solution 2 (Recommended): Use nvm to manage Node.js",
    "unix_solution_2_desc": "Using nvm avoids permission issues and is recommended by npm official",
    "path_warning": "Please add the following path to your PATH environment variable:",
    "path_add_method": "How to add:",
    "all_solutions_failed": "All auto-fix solutions failed.",
    "using_sudo": "Installing with sudo privileges",
    "using_user_install": "Using user-level installation (no sudo required)",
    "using_force": "Retrying with --force flag",
    "npm_docs_link": "npm Official Documentation",
    "what_next": "What would you like to do next?",
    "installed_continue": "✅ I've completed the installation, continue",
    "cancel_install": "❌ Cancel installation",
    "user_cancelled": "User cancelled the installation",
    "still_not_installed": "{{tool}} still does not appear to be installed",
    "install_failed_detail": "Installation failed with error:",
    "skip_install_confirm": "Skip the installation and install manually?",
    "skip_install_yes": "Skip, I will install manually",
    "skip_install_no": "Go back",
    "retry_check": "Would you like to check the installation status again?",
    "verified_success": "{{tool}} installation verified successfully!"
  }
}