美化
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"pleaseSelectInstallation": "请选择 Claude 安装",
|
||||
"saveSelection": "保存选择",
|
||||
"saving": "保存中...",
|
||||
"ccProjects": "Claude Code 项目",
|
||||
"browseClaudeCodeSessions": "浏览您的 Claude Code 会话",
|
||||
"newClaudeCodeSession": "新建 Claude Code 会话",
|
||||
@@ -8,6 +11,7 @@
|
||||
"app": {
|
||||
"name": "Claudia",
|
||||
"welcome": "欢迎使用 Claudia",
|
||||
"tagline": "强大的 Claude Code 会话管理工具",
|
||||
"loading": "加载中...",
|
||||
"error": "错误",
|
||||
"success": "成功",
|
||||
@@ -37,6 +41,21 @@
|
||||
"mcp": "MCP 管理器",
|
||||
"about": "关于"
|
||||
},
|
||||
"welcome": {
|
||||
"agentManagement": "Agent 管理",
|
||||
"agentManagementDesc": "创建和管理智能 Agent",
|
||||
"projectManagement": "项目管理",
|
||||
"projectManagementDesc": "浏览和管理项目会话",
|
||||
"usageStatistics": "使用统计",
|
||||
"usageStatisticsDesc": "查看使用情况和统计",
|
||||
"mcpBroker": "MCP 管理",
|
||||
"mcpBrokerDesc": "管理 MCP 服务器",
|
||||
"claudeMd": "CLAUDE.md",
|
||||
"claudeMdDesc": "编辑 Claude 配置文件",
|
||||
"settings": "设置",
|
||||
"settingsDesc": "应用设置和配置",
|
||||
"quickStartSession": "快速开始新会话"
|
||||
},
|
||||
"projects": {
|
||||
"title": "项目",
|
||||
"noProjects": "未找到项目",
|
||||
@@ -55,8 +74,24 @@
|
||||
"editAgent": "编辑智能体",
|
||||
"deleteAgent": "删除智能体",
|
||||
"executeAgent": "执行智能体",
|
||||
"agentName": "智能体名称",
|
||||
"agentNameRequired": "代理名称为必填项",
|
||||
"agentIcon": "智能体图标",
|
||||
"chooseAnIcon": "选择图标",
|
||||
"searchIcons": "搜索图标...",
|
||||
"noIconsFound": "未找到图标",
|
||||
"clickToSelect": "点击选择图标",
|
||||
"iconsAvailable": "个可用图标",
|
||||
"iconCategories": {
|
||||
"interfaceNavigation": "界面与导航",
|
||||
"developmentTech": "开发与技术",
|
||||
"businessFinance": "商业与金融",
|
||||
"creativeDesign": "创意与设计",
|
||||
"natureScience": "自然与科学",
|
||||
"gamingEntertainment": "游戏与娱乐",
|
||||
"communication": "通讯",
|
||||
"miscellaneous": "其他"
|
||||
},
|
||||
"systemPrompt": "系统提示",
|
||||
"systemPromptRequired": "系统提示为必填项",
|
||||
"defaultTask": "默认任务",
|
||||
@@ -107,7 +142,10 @@
|
||||
"noAgentsAvailable": "无可用代理",
|
||||
"availableAgents": "可用代理",
|
||||
"runningAgents": "运行中的代理",
|
||||
"createFirstAgentToGetStarted": "创建您的第一个代理开始使用"
|
||||
"createFirstAgentToGetStarted": "创建您的第一个代理开始使用",
|
||||
"noRunningAgents": "无运行中的智能体",
|
||||
"agentExecutionsWillAppear": "智能体执行将在启动后显示在这里",
|
||||
"view": "查看"
|
||||
},
|
||||
"slashCommands": {
|
||||
"slashCommands": "斜杠命令",
|
||||
@@ -128,7 +166,46 @@
|
||||
"hooksConfiguration": "钩子配置",
|
||||
"configureShellCommands": "配置在 Claude Code 生命周期的各个阶段执行的 shell 命令。",
|
||||
"localSettingsNote": " 这些设置不会提交到版本控制中。",
|
||||
"unsavedChanges": "您有未保存的更改。点击保存以持久化它们。"
|
||||
"unsavedChanges": "您有未保存的更改。点击保存以持久化它们。",
|
||||
"preToolUse": "工具使用前",
|
||||
"postToolUse": "工具使用后",
|
||||
"notification": "通知",
|
||||
"stop": "停止",
|
||||
"subagentStop": "子代理停止",
|
||||
"runsBeforeToolCalls": "在工具调用前运行,可以阻止并提供反馈",
|
||||
"runsAfterToolCompletion": "在工具成功完成后运行",
|
||||
"customizesNotifications": "自定义 Claude 需要注意时的通知",
|
||||
"runsWhenClaudeFinishes": "在 Claude 完成响应时运行",
|
||||
"runsWhenSubagentFinishes": "在 Claude 子代理(任务)完成时运行",
|
||||
"noHooksConfigured": "此事件未配置钩子",
|
||||
"userScope": "用户范围",
|
||||
"projectScope": "项目范围",
|
||||
"localScope": "本地范围",
|
||||
"templates": "模板",
|
||||
"addHook": "添加钩子",
|
||||
"addAnotherMatcher": "添加另一个匹配器",
|
||||
"addAnotherCommand": "添加另一个命令",
|
||||
"pattern": "模式",
|
||||
"commonPatterns": "常用模式",
|
||||
"commands": "命令",
|
||||
"addCommand": "添加命令",
|
||||
"hookTemplates": "钩子模板",
|
||||
"quickStartTemplates": "使用预配置模板快速开始",
|
||||
"validationErrors": "验证错误",
|
||||
"securityWarnings": "安全警告",
|
||||
"saving": "保存中...",
|
||||
"save": "保存",
|
||||
"loadingHooksConfiguration": "加载钩子配置中...",
|
||||
"toolNamePatternTooltip": "工具名称模式(支持正则表达式)。留空以匹配所有工具。",
|
||||
"seconds": "秒",
|
||||
"timeout": "超时",
|
||||
"command": "命令",
|
||||
"block": "阻止",
|
||||
"addCondition": "添加条件",
|
||||
"condition": "条件",
|
||||
"matchesRegex": "匹配正则表达式",
|
||||
"message": "消息",
|
||||
"enterShellCommand": "输入 shell 命令..."
|
||||
},
|
||||
"settings": {
|
||||
"title": "设置",
|
||||
@@ -192,10 +269,10 @@
|
||||
"chatRetention": "聊天记录保留期 (天)",
|
||||
"chatRetentionDesc": "本地保留聊天记录的时长(默认:30 天)",
|
||||
"claudeCodeInstallation": "Claude Code 安装",
|
||||
"choosePreferredInstallation": "选择您偏好的 Claude Code 安装。",
|
||||
"loadingAvailableInstallations": "正在加载可用安装...",
|
||||
"errorLoadingInstallations": "加载安装时出错",
|
||||
"availableInstallations": "可用安装",
|
||||
"choosePreferredInstallation": "选择您偏好的 Claude Code 安装。",
|
||||
"loadingAvailableInstallations": "正在加载可用安装...",
|
||||
"errorLoadingInstallations": "加载安装时出错",
|
||||
"availableInstallations": "可用安装",
|
||||
"claudeCodeInstallationDesc": "选择要使用的 Claude Code 安装。",
|
||||
"binaryPathChanged": "⚠️ Claude 二进制路径已更改。请记住保存您的设置。"
|
||||
},
|
||||
@@ -255,7 +332,7 @@
|
||||
"analyticsDisabled": "分析已禁用",
|
||||
"allDataDeleted": "所有分析数据已删除",
|
||||
"helpImproveClaudia": "帮助改善 Claudia",
|
||||
"collectAnonymousData": "我们希望收集匿名使用数据以改善您的使用体验。",
|
||||
"collectAnonymousData": "我们收集匿名使用数据以改善您的体验。不收集个人数据。",
|
||||
"featureUsageDesc": "功能使用(您使用的工具和命令)",
|
||||
"performanceMetricsDesc": "性能指标(应用速度和可靠性)",
|
||||
"errorReportsDesc": "错误报告(用于修复错误和提高稳定性)",
|
||||
@@ -282,10 +359,20 @@
|
||||
"allowRuleExample": "例如:Bash(npm run test:*)",
|
||||
"denyRuleExample": "例如:Bash(curl:*)",
|
||||
"apiKeyHelperPath": "/path/to/generate_api_key.sh"
|
||||
}
|
||||
},
|
||||
"system": "系统",
|
||||
"custom": "自定义",
|
||||
"systemInstallations": "系统安装",
|
||||
"customInstallations": "自定义安装",
|
||||
"selectedInstallation": "已选择的安装",
|
||||
"path": "路径",
|
||||
"source": "来源",
|
||||
"version": "版本",
|
||||
"versionUnknown": "版本未知"
|
||||
},
|
||||
"mcp": {
|
||||
"title": "MCP 服务器管理",
|
||||
"servers": "服务器",
|
||||
"addServer": "添加服务器",
|
||||
"serverName": "服务器名称",
|
||||
"serverCommand": "服务器命令",
|
||||
@@ -295,7 +382,71 @@
|
||||
"connectionFailed": "连接失败",
|
||||
"importFromClaude": "从 Claude Desktop 导入",
|
||||
"exportConfig": "导出配置",
|
||||
"noServers": "未配置 MCP 服务器"
|
||||
"noServers": "未配置 MCP 服务器",
|
||||
"importExport": "导入与导出",
|
||||
"importExportDescription": "从其他来源导入 MCP 服务器或导出您的配置",
|
||||
"importScope": "导入范围",
|
||||
"localProjectOnly": "本地(仅此项目)",
|
||||
"projectShared": "项目(通过 .mcp.json 共享)",
|
||||
"userAllProjects": "用户(所有项目)",
|
||||
"chooseImportLocation": "选择从 JSON 文件导入的服务器保存位置",
|
||||
"importFromClaudeDesktop": "从 Claude Desktop 导入",
|
||||
"importFromClaudeDesktopDescription": "自动导入 Claude Desktop 中的所有 MCP 服务器。安装到用户范围(所有项目可用)。",
|
||||
"importing": "导入中...",
|
||||
"importFromJSON": "从 JSON 导入",
|
||||
"importFromJSONDescription": "从 JSON 文件导入服务器配置",
|
||||
"chooseJSONFile": "选择 JSON 文件",
|
||||
"exportConfiguration": "导出配置",
|
||||
"exportConfigurationDescription": "导出您的 MCP 服务器配置",
|
||||
"exportComingSoon": "导出(即将推出)",
|
||||
"useClaudeCodeAsMCPServer": "将 Claude Code 用作 MCP 服务器",
|
||||
"useClaudeCodeAsMCPServerDescription": "启动 Claude Code 作为 MCP 服务器,其他应用程序可以连接到它",
|
||||
"startMCPServer": "启动 MCP 服务器",
|
||||
"jsonFormatExamples": "JSON 格式示例",
|
||||
"singleServer": "单个服务器",
|
||||
"multipleServers": "多个服务器(.mcp.json 格式)",
|
||||
"environmentVariablesCount": "环境变量:{{count}} 个",
|
||||
"serversCount": "已配置 {{count}} 个服务器",
|
||||
"mcpServerAdded": "MCP 服务器添加成功!",
|
||||
"serverRemovedSuccess": "服务器 \"{{name}}\" 删除成功!",
|
||||
"importedServersSuccess": "成功导入 {{count}} 个服务器!",
|
||||
"importedServersFailed": "导入 {{imported}} 个服务器,{{failed}} 个失败",
|
||||
"loadMcpServersFailed": "加载 MCP 服务器失败。请确保 Claude Code 已安装。",
|
||||
"addMcpServer": "添加 MCP 服务器",
|
||||
"configureNewMcpServer": "配置新的模型上下文协议服务器",
|
||||
"serverNameRequired": "服务器名称为必填项",
|
||||
"commandRequired": "命令为必填项",
|
||||
"urlRequired": "URL为必填项",
|
||||
"failedToAddServer": "添加服务器失败",
|
||||
"environmentVariables": "环境变量",
|
||||
"addVariable": "添加变量",
|
||||
"command": "命令",
|
||||
"argumentsOptional": "参数(可选)",
|
||||
"scope": "作用域",
|
||||
"localProjectOnly": "本地(仅此项目)",
|
||||
"projectSharedViaMcp": "项目(通过 .mcp.json 共享)",
|
||||
"addingServer": "添加服务器中...",
|
||||
"addStdioServer": "添加 Stdio 服务器",
|
||||
"url": "URL",
|
||||
"addSseServer": "添加 SSE 服务器",
|
||||
"exampleCommands": "示例命令",
|
||||
"uniqueNameToIdentify": "用于标识此服务器的唯一名称",
|
||||
"commandToExecuteServer": "执行服务器的命令",
|
||||
"spaceSeparatedArgs": "空格分隔的命令参数",
|
||||
"sseEndpointUrl": "SSE 端点 URL",
|
||||
"running": "运行中",
|
||||
"showFull": "显示全部",
|
||||
"hide": "隐藏",
|
||||
"copied": "已复制",
|
||||
"copy": "复制",
|
||||
"arguments": "参数",
|
||||
"configuredServers": "已配置的服务器",
|
||||
"serversConfigured": "个服务器已配置",
|
||||
"refresh": "刷新",
|
||||
"noMcpServersConfigured": "未配置 MCP 服务器",
|
||||
"addServerToGetStarted": "添加一个服务器开始使用模型上下文协议",
|
||||
"localProjectSpecific": "本地(项目特定)",
|
||||
"projectSharedMcp": "项目(通过 .mcp.json 共享)"
|
||||
},
|
||||
"usage": {
|
||||
"title": "用量仪表板",
|
||||
@@ -348,68 +499,9 @@
|
||||
"saveClaudemdFailed": "保存 CLAUDE.md 文件失败",
|
||||
"claudemdSavedSuccess": "CLAUDE.md 保存成功",
|
||||
"saveClaudemd": "保存 CLAUDE.md",
|
||||
"unsavedChangesConfirm": "您有未保存的更改。确定要离开吗?",
|
||||
"servers": "服务器",
|
||||
"addServer": "添加服务器",
|
||||
"importExport": "导入/导出",
|
||||
"mcpServerAdded": "MCP 服务器添加成功!",
|
||||
"serverRemovedSuccess": "服务器 \"{{name}}\" 删除成功!",
|
||||
"importedServersSuccess": "成功导入 {{count}} 个服务器!",
|
||||
"importedServersFailed": "导入 {{imported}} 个服务器,{{failed}} 个失败",
|
||||
"loadMcpServersFailed": "加载 MCP 服务器失败。请确保 Claude Code 已安装。",
|
||||
"addMcpServer": "添加 MCP 服务器",
|
||||
"configureNewMcpServer": "配置新的模型上下文协议服务器",
|
||||
"serverNameRequired": "服务器名称为必填项",
|
||||
"commandRequired": "命令为必填项",
|
||||
"urlRequired": "URL为必填项",
|
||||
"failedToAddServer": "添加服务器失败",
|
||||
"environmentVariables": "环境变量",
|
||||
"addVariable": "添加变量",
|
||||
"serverName": "服务器名称",
|
||||
"command": "命令",
|
||||
"argumentsOptional": "参数(可选)",
|
||||
"scope": "作用域",
|
||||
"localProjectOnly": "本地(仅此项目)",
|
||||
"projectSharedViaMcp": "项目(通过 .mcp.json 共享)",
|
||||
"addingServer": "添加服务器中...",
|
||||
"addStdioServer": "添加 Stdio 服务器",
|
||||
"url": "URL",
|
||||
"addSseServer": "添加 SSE 服务器",
|
||||
"exampleCommands": "示例命令",
|
||||
"uniqueNameToIdentify": "用于标识此服务器的唯一名称",
|
||||
"commandToExecuteServer": "执行服务器的命令",
|
||||
"spaceSeparatedArgs": "空格分隔的命令参数",
|
||||
"sseEndpointUrl": "SSE 端点 URL",
|
||||
"running": "运行中",
|
||||
"showFull": "显示全部",
|
||||
"hide": "隐藏",
|
||||
"copied": "已复制",
|
||||
"copy": "复制",
|
||||
"arguments": "参数",
|
||||
"environmentVariables": "环境变量",
|
||||
"configuredServers": "已配置的服务器",
|
||||
"serversConfigured": "个服务器已配置",
|
||||
"refresh": "刷新",
|
||||
"noMcpServersConfigured": "未配置 MCP 服务器",
|
||||
"addServerToGetStarted": "添加一个服务器开始使用模型上下文协议",
|
||||
"localProjectSpecific": "本地(项目特定)",
|
||||
"projectSharedMcp": "项目(通过 .mcp.json 共享)",
|
||||
"userAllProjects": "用户(所有项目)",
|
||||
"letClaudeDecide": "让 Claude 决定",
|
||||
"basicReasoning": "基础推理",
|
||||
"deeperAnalysis": "更深入的分析",
|
||||
"extensiveReasoning": "广泛推理",
|
||||
"maximumAnalysis": "最大化分析",
|
||||
"typeYourPromptHere": "在此输入您的提示...",
|
||||
"dropImagesHere": "在此拖放图像...",
|
||||
"askClaudeAnything": "向 Claude 提问任何问题...",
|
||||
"usage": "用量",
|
||||
"mcpServersTitle": "MCP 服务器",
|
||||
"claudemdTitle": "CLAUDE.md",
|
||||
"runAgent": "运行: {{name}}",
|
||||
"createAgent": "创建智能体",
|
||||
"importAgent": "导入智能体",
|
||||
"unsavedChangesCloseConfirm": "标签页 \"{{title}}\" 有未保存的更改。仍要关闭吗?",
|
||||
"unsavedChangesConfirm": "您有未保存的更改。确定要离开吗?"
|
||||
},
|
||||
"messages": {
|
||||
"welcomeToClaudia": "欢迎使用 Claudia",
|
||||
"backToHome": "返回首页",
|
||||
"noProjectsFound": "在 ~/.claude/projects 中未找到项目",
|
||||
@@ -440,7 +532,18 @@
|
||||
"loadFileFailed": "加载 CLAUDE.md 文件失败",
|
||||
"editProjectSpecificPrompt": "编辑项目特定的 Claude Code 系统提示",
|
||||
"maximumTabsReached": "已达到最大标签页数量 ({{max}})",
|
||||
"saving": "保存中..."
|
||||
"saving": "保存中...",
|
||||
"saveSuccess": "保存成功",
|
||||
"deleteSuccess": "删除成功",
|
||||
"operationFailed": "操作失败",
|
||||
"confirmAction": "确认要执行此操作吗?",
|
||||
"unsavedChanges": "您有未保存的更改",
|
||||
"networkError": "网络错误",
|
||||
"unknownError": "未知错误",
|
||||
"claudeCodeNotFound": "未找到 Claude Code",
|
||||
"selectClaudeInstallation": "选择 Claude 安装",
|
||||
"installClaudeCode": "安装 Claude Code",
|
||||
"session": "会话"
|
||||
},
|
||||
"checkpoint": {
|
||||
"title": "检查点",
|
||||
@@ -451,11 +554,6 @@
|
||||
"checkpointMessage": "检查点消息",
|
||||
"timeline": "时间线",
|
||||
"diff": "差异",
|
||||
"deleteCheckpoint": "删除检查点",
|
||||
"checkpointName": "检查点名称",
|
||||
"checkpointMessage": "检查点消息",
|
||||
"timeline": "时间线",
|
||||
"diff": "差异",
|
||||
"noCheckpoints": "未找到检查点",
|
||||
"checkpointSettingsTitle": "检查点设置",
|
||||
"experimentalFeature": "实验性功能",
|
||||
@@ -501,18 +599,35 @@
|
||||
"minLength": "至少需要 {{count}} 个字符",
|
||||
"maxLength": "最多允许 {{count}} 个字符"
|
||||
},
|
||||
"messages": {
|
||||
"saveSuccess": "保存成功",
|
||||
"deleteSuccess": "删除成功",
|
||||
"operationFailed": "操作失败",
|
||||
"confirmAction": "确认要执行此操作吗?",
|
||||
"unsavedChanges": "您有未保存的更改",
|
||||
"networkError": "网络错误",
|
||||
"unknownError": "未知错误",
|
||||
"claudeCodeNotFound": "未找到 Claude Code",
|
||||
"selectClaudeInstallation": "选择 Claude 安装",
|
||||
"installClaudeCode": "安装 Claude Code",
|
||||
"session": "会话"
|
||||
"errorBoundary": {
|
||||
"somethingWentWrong": "出错了",
|
||||
"errorOccurred": "渲染此组件时发生错误。",
|
||||
"errorDetails": "错误详情",
|
||||
"tryAgain": "重试"
|
||||
},
|
||||
"webview": {
|
||||
"preview": "预览",
|
||||
"exitFullScreen": "退出全屏 (ESC)",
|
||||
"enterFullScreen": "进入全屏",
|
||||
"enterUrl": "输入 URL...",
|
||||
"loadingPreview": "加载预览中...",
|
||||
"failedToLoad": "加载预览失败",
|
||||
"pageCouldNotLoad": "页面无法加载。请检查 URL 并重试。",
|
||||
"invalidUrl": "无效的 URL",
|
||||
"enterUrlToPreview": "输入 URL 进行预览",
|
||||
"enterUrlDescription": "在上方地址栏输入 URL 以预览网站。",
|
||||
"tryEntering": "尝试输入",
|
||||
"orAnyOtherUrl": "或任何其他 URL",
|
||||
"unknownTime": "未知时间",
|
||||
"sessions": "会话",
|
||||
"selectProjectDirectory": "选择项目目录",
|
||||
"failedToSendPrompt": "发送提示失败",
|
||||
"sessionOutputCopiedJsonl": "会话输出已复制为 JSONL",
|
||||
"sessionOutputCopiedMarkdown": "会话输出已复制为 Markdown",
|
||||
"failedToCopy": "复制失败",
|
||||
"forkSession": "从检查点分叉会话",
|
||||
"newSessionName": "新会话名称",
|
||||
"enterNameForForkedSession": "输入分叉会话的名称"
|
||||
},
|
||||
"input": {
|
||||
"pressEnterToSend": "按 Enter 发送,Shift+Enter 换行",
|
||||
|
Reference in New Issue
Block a user