{
  "cli": {
    "title": "Coding Tool Helper (chelper)",
    "usage": "用法: chelper <命令> [选项]",
    "commands": "命令:",
    "examples": "示例:",
    "error_unknown": "未知命令: {{command}}",
    "error_general": "错误:"
  },
  "commands": {
    "help": "显示帮助信息",
    "version": "显示版本信息",
    "init": "运行交互式初始化向导",
    "lang": "语言管理",
    "auth": "密钥管理",
    "doctor": "健康检查",
    "enter": "配置管理",
    "tool": "工具管理"
  },
  "lang": {
    "current": "当前语言",
    "show_usage": "chelper lang show - 显示当前语言",
    "set_usage": "chelper lang set <zh_CN|en_US> - 设置语言",
    "changed": "语言已从 {{from}} 更改为 {{to}}",
    "invalid": "不支持的语言: {{lang}}",
    "available": "可用语言"
  },
  "auth": {
    "set_usage": "chelper auth <service> <token> - 设置API密钥",
    "service_prompt": "请选择服务类型",
    "token_prompt": "请输入API密钥",
    "token_required": "API密钥不能为空",
    "saved": "API密钥已保存",
    "revoke_confirm": "确认要删除已保存的API密钥吗?",
    "revoked": "API密钥已删除",
    "not_revoked": "取消删除操作",
    "get_api_key_hint": "如需获取 API Key，请访问: {{url}}",
    "reload_usage": "chelper auth reload <tool> - 重新加载套餐配置到工具",
    "reloading": "正在重新加载 GLM 配置到 {{tool}}...",
    "reloaded": "GLM 配置已成功重新加载到 {{tool}}",
    "reload_failed": "重新加载 GLM 配置失败",
    "reload_missing_config": "缺少套餐或 API Key 配置，请先运行 'chelper auth' 进行配置",
    "reload_tool_not_supported": "工具 '{{tool}}' 不支持 reload 操作",
    "service_not_supported": "不支持套餐 '{{service}}', 支持 glm_coding_plan_global 和 glm_coding_plan_china."
  },
  "wizard": {
    "banner_subtitle": "统一管理您的 Claude Code 等编码工具",
    "welcome": "欢迎使用编码工具助手!",
    "privacy_note": "我们重视您的隐私,所有配置信息仅保存在本地.",
    "select_language": "请选择界面语言",
    "select_plan": "请选择套餐",
    "plan_global": "GLM Coding Plan 国际版",
    "plan_china": "GLM Coding Plan 中国版",
    "input_api_key": "输入 API Key",
    "input_your_api_key": "请在这里输入您的 API key, 回车键确认:",
    "update_api_key": "更新 API Key",
    "api_key_required": "API密钥不能为空",
    "select_tool": "请选择要配置的编码工具",
    "tool_not_installed": "{{tool}} 尚未安装",
    "install_tool_confirm": "是否现在安装?",
    "installing_tool": "正在安装工具...",
    "tool_installed": "工具安装成功",
    "install_failed": "安装失败",
    "install_skipped": "已跳过安装,您可以稍后手动安装",
    "menu_title": "管理菜单",
    "select_action": "请选择操作",
    "action_load_glm": "配置装载 - (将您配置的 GLM 编码套餐应用到 {{tool}})",
    "action_unload_glm": "配置卸载 - (从 {{tool}} 中移除 GLM 编码套餐配置)",
    "action_mcp_config": "MCP 配置",
    "action_view_config": "当前配置",
    "action_back": "返回",
    "action_exit": "退出",
    "goodbye": "再见!",
    "loading_glm_config": "正在装载GLM配置...",
    "glm_config_loaded": "GLM配置已成功装载，您现在可以使用 {{tool}} 进行编码了，或配置 MCP 服务以增强能力。",
    "glm_config_failed": "GLM配置装载失败",
    "confirm_unload_glm": "确认要从 {{tool}} 中卸载 GLM Coding Plan 配置吗？",
    "unloading_glm_config": "正在卸载GLM配置...",
    "glm_config_unloaded": "GLM配置已成功卸载",
    "glm_config_unload_failed": "GLM配置卸载失败",
    "tool_not_supported": "该工具不支持此操作",
    "missing_config": "缺少必要配置(套餐或API密钥)",
    "mcp_menu_title": "MCP 服务管理",
    "no_preset_mcp_installed": "您还未安装任何套餐专属 MCP",
    "action_install_all_mcp": "一键安装所有套餐专属 MCP",
    "install_all_mcp_confirm": "确认要一键安装所有套餐专属 MCP 吗？这将安装以下服务：",
    "installing_all_mcp": "正在批量安装套餐专属 MCP...",
    "all_mcp_installed": "所有套餐专属 MCP 已成功安装",
    "all_mcp_install_failed": "部分套餐专属 MCP 安装失败",
    "builtin_mcp_services": "套餐专属 MCP 服务",
    "other_mcp_services": "其他 MCP 服务",
    "other_mcp": "其他",
    "other_mcp_info": "这是一个非套餐内置的 MCP 服务",
    "confirm_uninstall_other_mcp": "确认要删除这个 MCP 服务吗？",
    "select_mcp": "请选择MCP服务",
    "installed": "已安装",
    "not_installed": "未安装",
    "mcp_protocol": "协议",
    "mcp_type": "类型",
    "mcp_plan_type": "套餐",
    "mcp_description": "描述",
    "mcp_status": "状态",
    "action_install": "安装",
    "action_uninstall": "卸载",
    "installing_mcp": "正在安装MCP服务...",
    "mcp_installed": "MCP服务安装成功",
    "mcp_install_failed": "MCP服务安装失败",
    "uninstalling_mcp": "正在卸载MCP服务...",
    "mcp_uninstalled": "MCP服务卸载成功",
    "mcp_uninstall_failed": "MCP服务卸载失败",
    "current_config": "当前配置",
    "config_language": "界面语言",
    "config_plan": "编码套餐",
    "config_api_key": "API Key",
    "config_title": "配置",
    "not_set": "未设置",
    "press_enter": "按回车继续",
    "main_menu_title": "主菜单",
    "current_config_status": "当前配置状态:",
    "api_key_set": "已设置",
    "api_key_get_hint": "如需获取 API Key，请访问: {{url}}",
    "menu_config_language": "界面语言",
    "menu_select_plan": "选择编码套餐",
    "menu_config_api_key": "配置 API Key",
    "menu_config_tool": "配置编码工具",
    "menu_exit": "退出",
    "select_operation": "请选择操作:",
    "goodbye_message": "再见!",
    "nav_return": "返回",
    "nav_exit": "退出",
    "current_active": "当前",
    "operation_hint": "操作提示",
    "hint_navigate": "↑↓ 选择",
    "hint_confirm": "Enter 确认",
    "detected_config_title": "Claude Code 当前配置",
    "chelper_config_title": "Chelper 配置",
    "claude_code_config_title": "Claude Code 当前全局配置",
    "config_synced": "配置已同步",
    "config_out_of_sync": "配置不一致，建议刷新",
    "config_not_loaded": "Claude Code 尚未装载配置",
    "action_refresh_glm": "配置刷新 - (更新 {{tool}} 的 GLM 编码套餐配置)",
    "global_config_warning": "⚠️  注意：您正在修改 {{tool}} 全局配置，更改将影响所有工作区",
    "global_label": "全局",
    "set_success": "设置成功",
    "start_tool": "启动 {{tool}} - (建议在您的工作空间新开终端，执行 {{shell}} 启动)",
    "starting_tool": "启动中...",
    "validating_api_key": "正在验证 API Key...",
    "api_key_valid": "API Key 验证通过",
    "api_key_invalid": "API Key 无效或已过期",
    "api_key_network_error": "网络错误，请检查网络连接"
  },
  "doctor": {
    "checking": "正在进行健康检查...",
    "check_path": "检查PATH环境变量",
    "check_api_key_network": "检查 API Key 和网络连接",
    "check_api_key": "检查API密钥",
    "check_tools": "检查已安装的工具",
    "check_glm_plan": "检查 GLM Coding Plan 配置",
    "all_good": "所有检查通过!",
    "tool_installed": "已安装",
    "tool_not_found": "工具未找到: {{tool}}",
    "network_error": "网络连接失败",
    "api_key_invalid": "API Key 无效或已过期",
    "api_key_network_ok": "API Key 和网络验证通过",
    "api_key_missing": "API密钥未配置",
    "claude_code_installed": "Claude Code 已安装",
    "claude_code_not_installed": "Claude Code 未安装。请从 https://claude.ai/download 下载安装",
    "glm_plan_configured": "GLM Coding Plan 已配置: {{plan}}",
    "glm_plan_not_configured": "GLM Coding Plan 未配置。请运行 'chelper init' 进行配置",
    "suggestions": "建议",
    "check_git_env": "检查 Git 环境",
    "git_not_installed": "Git 未安装。请从 https://git-scm.com/downloads 下载安装"
  },
  "messages": {
    "initializing": "正在初始化...",
    "args": "参数:",
    "first_run": "检测到首次运行,启动初始化向导...",
    "config_saved": "配置已保存"
  },
  "install": {
    "permission_detected": "检测到权限问题，正在尝试解决...",
    "trying_solution": "尝试方案 {{num}}: {{desc}}...",
    "permission_fixed": "权限问题已解决！",
    "auto_fix_failed": "自动修复失败。",
    "windows_solutions": "Windows 用户请尝试以下方案之一：",
    "windows_solution_1_title": "方案 1（推荐）: 以管理员身份运行",
    "windows_solution_1_step1": "1. 右键点击命令提示符或 PowerShell",
    "windows_solution_1_step2": "2. 选择 \"以管理员身份运行\"",
    "windows_solution_1_step3": "3. 重新运行安装命令",
    "windows_solution_2_title": "方案 2: 使用用户级安装（无需管理员权限）",
    "windows_solution_2_command": "在命令行中运行：",
    "unix_solutions": "请手动尝试以下方案之一：",
    "unix_solution_1_title": "方案 1: 使用 sudo 安装",
    "unix_solution_1_desc": "在终端中运行以下命令（需要输入管理员密码）：",
    "unix_solution_2_title": "方案 2（推荐）: 使用 nvm 管理 Node.js",
    "unix_solution_2_desc": "使用 nvm 可以避免权限问题，这是 npm 官方推荐的方案",
    "path_warning": "请将以下路径添加到您的 PATH 环境变量中：",
    "path_add_method": "添加方法：",
    "all_solutions_failed": "所有自动修复方案均失败。",
    "using_sudo": "使用 sudo 权限安装",
    "using_user_install": "使用用户级安装（无需 sudo）",
    "using_force": "使用 --force 参数重试",
    "npm_docs_link": "npm 官方文档",
    "what_next": "请选择下一步操作",
    "installed_continue": "✅ 我已完成安装，继续",
    "cancel_install": "❌ 取消安装",
    "user_cancelled": "用户取消了安装",
    "still_not_installed": "{{tool}} 似乎仍未安装成功",
    "install_failed_detail": "安装失败，错误信息:",
    "skip_install_confirm": "是否跳过安装过程，自行安装后继续？",
    "skip_install_yes": "跳过，我将自行安装",
    "skip_install_no": "返回",
    "retry_check": "是否重新检查安装状态？",
    "verified_success": "{{tool}} 安装验证成功！"
  }
}