{
  "title": "ZCF 卸载工具",
  "selectMainOption": "选择卸载选项:",
  "completeUninstall": "完全卸载",
  "completeUninstallDesc": "删除所有 Claude Code 相关配置和工具",
  "customUninstall": "自定义卸载",
  "customUninstallDesc": "选择特定项目进行删除",
  "selectCustomItems": "选择要删除的项目:",
  "selectItemsToRemove": "选择要删除的配置和工具:",
  "selectAtLeastOne": "请至少选择一个要删除的项目。",
  "executingComplete": "🗑️  执行完全卸载",
  "executingCustom": "🗑️  执行自定义卸载",
  "completeWarning": "⚠️  这将删除所有 Claude Code 配置、目录和工具。此操作无法撤销！",
  "confirmComplete": "您确定要完全卸载 Claude Code 和所有相关工具吗？",
  "confirmCustom": "您确定要删除选定的项目吗？",
  "processingComplete": "🔄 正在处理完全卸载...",
  "processingCustom": "🔄 正在处理自定义卸载...",
  "selectedItems": "选定项目:",
  "movedToTrash": "已移至废纸篓/回收站",
  "removedConfigs": "已删除配置项",
  "errors": "发生错误",
  "warnings": "警告",
  "completeSuccess": "完全卸载成功完成！所有文件已移至废纸篓/回收站。",
  "completePartialSuccess": "完全卸载已完成，但有一些警告。",
  "customSuccess": "自定义卸载成功完成！已处理 {{count}} 个项目。",
  "customSuccessFiles": "自定义卸载成功完成！已将 {{count}} 个文件/目录移至废纸篓/回收站。",
  "customSuccessConfigs": "自定义卸载成功完成！已删除 {{count}} 个配置项。",
  "customSuccessBoth": "自定义卸载成功完成！已将 {{fileCount}} 个文件/目录移至废纸篓/回收站，已删除 {{configCount}} 个配置项。",
  "errorsCount": "卸载过程中发生了 {{count}} 个错误。",
  "warningsCount": "卸载过程中发生了 {{count}} 个警告。",

  "outputStyles": "输出风格 - 删除输出风格配置",
  "commands": "自定义指令 - 删除自定义 ZCF 指令",
  "agents": "自定义代理 - 删除自定义 ZCF 代理",
  "claudeMd": "CLAUDE.md - 删除全局记忆文件",
  "permissionsEnvs": "权限和环境变量 - 删除权限配置和环境变量",
  "mcps": "MCP 服务 - 删除 MCP 服务器配置",
  "ccr": "Claude Code Router - 卸载 CCR 并删除配置",
  "ccline": "CCometixLine - 卸载状态栏工具",
  "claudeCode": "Claude Code - 卸载 Claude Code 和配置",
  "backups": "备份文件 - 删除备份文件",
  "zcfConfig": "ZCF 配置 - 删除 ZCF 偏好设置配置",

  "settingsJsonNotFound": "未找到 settings.json 文件",
  "commandsNotFound": "未找到指令目录",
  "agentsNotFound": "未找到代理目录",
  "claudeMdNotFound": "未找到 CLAUDE.md 文件",
  "claudeJsonNotFound": "未找到 .claude.json 文件",
  "ccrPackageNotFound": "未找到 Claude Code Router 包",
  "cclinePackageNotFound": "未找到 CCometixLine 包",
  "claudeCodePackageNotFound": "未找到 Claude Code 包",
  "backupsNotFound": "未找到备份目录",
  "zcfConfigNotFound": "未找到 ZCF 配置文件",
  "outputStylesDirectoryNotFound": "未找到输出风格目录",
  "uninstallFailed": "卸载 {{codeType}} 失败{{message}}"
}
