zcf
Version:
Zero-Config Code Flow - One-click configuration tool for Code Cli
80 lines (79 loc) • 4.48 kB
JSON
{
"configsAddedSuccessfully": "API配置添加成功",
"configsFailed": "API配置添加失败",
"defaultProfileSet": "已设置默认配置:{{name}}",
"providerAdded": "已添加提供商:{{name}}",
"defaultProviderSet": "已设置默认提供商:{{name}}",
"noClaudeCodeProfilesAvailable": "没有可用的 Claude Code 配置文件",
"availableClaudeCodeProfiles": "可用的 Claude Code 配置文件",
"selectClaudeCodeConfiguration": "选择 Claude Code 配置:",
"cancelled": "已取消操作",
"successfullySwitchedToOfficial": "成功切换到官方登录",
"failedToSwitchToOfficial": "切换到官方登录失败:{{error}}",
"successfullySwitchedToCcr": "成功切换到 CCR 代理",
"failedToSwitchToCcr": "切换到 CCR 代理失败:{error}",
"successfullySwitchedToProfile": "成功切换到配置文件:{{name}}",
"failedToSwitchToProfile": "切换到配置文件失败:{{error}}",
"incrementalManagementTitle": "📋 Claude Code 配置管理",
"currentProfileCount": "当前配置数量:{{count}}",
"currentDefaultProfile": "当前默认配置:{{profile}}",
"addProfile": "添加配置",
"editProfile": "编辑配置",
"copyProfile": "复制配置",
"deleteProfile": "删除配置",
"selectAction": "请选择操作",
"addingNewProfile": "添加新配置",
"profileNamePrompt": "配置名称(仅限字母、数字、空格、._-)",
"profileNameRequired": "配置名称不能为空",
"profileNameInvalid": "配置名称只能包含字母、数字、空格、中划线和下划线",
"authTypePrompt": "请选择认证类型",
"apiKeyPrompt": "请输入API密钥",
"apiKeyRequired": "API密钥不能为空",
"baseUrlPrompt": "请输入API基础URL",
"baseUrlRequired": "API基础URL不能为空",
"baseUrlInvalid": "请输入有效的URL",
"setAsDefaultPrompt": "是否设为默认配置",
"authType.api_key": "API Key",
"authType.auth_token": "Auth Token",
"authType.ccr_proxy": "CCR 代理",
"ccrProxyOption": "使用 CCR 代理",
"profileAdded": "✔ 已成功添加配置:{{name}}",
"profileAddFailed": "❌ 添加配置失败:{{error}}",
"profileDuplicatePrompt": "配置「{{name}}」已经存在于{{source}},是否覆盖?",
"profileDuplicateSkipped": "已跳过重复的配置",
"existingConfig": "现有配置",
"addAnotherProfilePrompt": "是否继续添加 Claude Code 配置?",
"profileSetAsDefault": "✔ 已将配置 {{name}} 设为默认",
"profileNotFound": "未找到配置",
"editingProfile": "编辑配置:{{name}}",
"profileUpdated": "✔ 已成功更新配置:{{name}}",
"profileUpdateFailed": "❌ 更新配置失败:{{error}}",
"selectProfileToEdit": "选择要编辑的配置",
"selectProfileToCopy": "选择要复制的配置",
"copyingProfile": "正在复制配置:{{name}}",
"profileCopied": "✔ 已成功复制配置:{{name}}",
"profileCopyFailed": "❌ 复制配置失败:{{error}}",
"selectProfilesToDelete": "选择要删除的配置(多选)",
"selectAtLeastOne": "请至少选择一个配置",
"cannotDeleteAll": "不能删除所有配置,至少需要保留一个",
"cannotDeleteLast": "不能删除最后一个配置",
"confirmDeleteProfiles": "确认删除以下配置:{{providers}}?",
"profilesDeleted": "✔ 已成功删除 {{count}} 个配置",
"profilesDeleteFailed": "❌ 删除配置失败:{{error}}",
"newDefaultProfile": "ℹ️ 新的默认配置:{{profile}}",
"settingsApplied": "✔ 设置已生效",
"failedToApplySettings": "应用设置失败",
"profileNameNotFound": "未找到名为「{{name}}」的配置",
"conflictingParams": "不能同时指定 --api-configs 和 --api-configs-file",
"mustBeArray": "API配置必须是数组格式",
"mustHaveValidName": "每个配置必须具有有效的名称",
"invalidAuthType": "无效的认证类型:{{type}}",
"duplicateName": "重复的配置名称:{{name}}",
"configApiKeyRequired": "配置 \"{{name}}\" 需要API密钥",
"ccrProxyReserved": "CCR代理类型为保留类型,不能手动添加(配置:\"{{name}}\")",
"configProfileAddFailed": "添加配置文件 \"{{name}}\" 失败:{{error}}",
"providerAddFailed": "添加提供商 \"{{name}}\" 失败:{{error}}",
"invalidJson": "无效的API配置JSON:{{error}}",
"fileReadFailed": "读取API配置文件失败:{{error}}",
"providerOrTypeRequired": "必须提供 provider 或 type 字段"
}