This commit is contained in:
2025-08-07 12:28:47 +08:00
parent 6798be3b42
commit 5910362683
30 changed files with 1606 additions and 469 deletions

View File

@@ -1,4 +1,7 @@
{
"pleaseSelectInstallation": "Select Claude installation",
"saveSelection": "Save Selection",
"saving": "Saving...",
"ccProjects": "CC Projects",
"browseClaudeCodeSessions": "Browse your Claude Code sessions",
"newClaudeCodeSession": "New Claude Code session",
@@ -8,6 +11,7 @@
"app": {
"name": "Claudia",
"welcome": "Welcome to Claudia",
"tagline": "Powerful Claude Code session management tool",
"loading": "Loading...",
"error": "Error",
"success": "Success",
@@ -40,6 +44,21 @@
"mcp": "MCP Manager",
"about": "About"
},
"welcome": {
"agentManagement": "Agent Management",
"agentManagementDesc": "Create and manage intelligent agents",
"projectManagement": "Project Management",
"projectManagementDesc": "Browse and manage project sessions",
"usageStatistics": "Usage Statistics",
"usageStatisticsDesc": "View usage and statistics",
"mcpBroker": "MCP Broker",
"mcpBrokerDesc": "Manage MCP servers",
"claudeMd": "CLAUDE.md",
"claudeMdDesc": "Edit Claude configuration files",
"settings": "Settings",
"settingsDesc": "App settings and configuration",
"quickStartSession": "Quick Start New Session"
},
"projects": {
"title": "Projects",
"noProjects": "No projects found",
@@ -58,8 +77,24 @@
"editAgent": "Edit Agent",
"deleteAgent": "Delete Agent",
"executeAgent": "Execute Agent",
"agentName": "Agent Name",
"agentNameRequired": "Agent name is required",
"agentIcon": "Agent Icon",
"chooseAnIcon": "Choose an icon",
"searchIcons": "Search icons...",
"noIconsFound": "No icons found for",
"clickToSelect": "Click an icon to select",
"iconsAvailable": "icons available",
"iconCategories": {
"interfaceNavigation": "Interface & Navigation",
"developmentTech": "Development & Tech",
"businessFinance": "Business & Finance",
"creativeDesign": "Creative & Design",
"natureScience": "Nature & Science",
"gamingEntertainment": "Gaming & Entertainment",
"communication": "Communication",
"miscellaneous": "Miscellaneous"
},
"systemPrompt": "System Prompt",
"systemPromptRequired": "System prompt is required",
"defaultTask": "Default Task",
@@ -110,7 +145,10 @@
"noAgentsAvailable": "No agents available",
"availableAgents": "Available Agents",
"runningAgents": "Running Agents",
"createFirstAgentToGetStarted": "Create your first agent to get started"
"createFirstAgentToGetStarted": "Create your first agent to get started",
"noRunningAgents": "No running agents",
"agentExecutionsWillAppear": "Agent executions will appear here when started",
"view": "View"
},
"slashCommands": {
"slashCommands": "Slash Commands",
@@ -131,7 +169,46 @@
"hooksConfiguration": "Hooks Configuration",
"configureShellCommands": "Configure shell commands to execute at various points in Claude Code's lifecycle.",
"localSettingsNote": " These settings are not committed to version control.",
"unsavedChanges": "You have unsaved changes. Click Save to persist them."
"unsavedChanges": "You have unsaved changes. Click Save to persist them.",
"preToolUse": "Pre Tool Use",
"postToolUse": "Post Tool Use",
"notification": "Notification",
"stop": "Stop",
"subagentStop": "Subagent Stop",
"runsBeforeToolCalls": "Runs before tool calls, can block and provide feedback",
"runsAfterToolCompletion": "Runs after successful tool completion",
"customizesNotifications": "Customizes notifications when Claude needs attention",
"runsWhenClaudeFinishes": "Runs when Claude finishes responding",
"runsWhenSubagentFinishes": "Runs when a Claude subagent (Task) finishes",
"noHooksConfigured": "No hooks configured for this event",
"userScope": "User Scope",
"projectScope": "Project Scope",
"localScope": "Local Scope",
"templates": "Templates",
"addHook": "Add Hook",
"addAnotherMatcher": "Add Another Matcher",
"addAnotherCommand": "Add Another Command",
"pattern": "Pattern",
"commonPatterns": "Common patterns",
"commands": "Commands",
"addCommand": "Add Command",
"hookTemplates": "Hook Templates",
"quickStartTemplates": "Quick start with preconfigured templates",
"validationErrors": "Validation Errors",
"securityWarnings": "Security Warnings",
"saving": "Saving...",
"save": "Save",
"loadingHooksConfiguration": "Loading hooks configuration...",
"toolNamePatternTooltip": "Tool name pattern (regex supported). Leave empty to match all tools.",
"seconds": "seconds",
"timeout": "Timeout",
"command": "Command",
"block": "Block",
"addCondition": "Add Condition",
"condition": "Condition",
"matchesRegex": "Matches regex",
"message": "Message",
"enterShellCommand": "Enter shell command..."
},
"settings": {
"title": "Settings",
@@ -195,13 +272,29 @@
"chatRetention": "Chat Transcript Retention (days)",
"chatRetentionDesc": "How long to retain chat transcripts locally (default: 30 days)",
"claudeCodeInstallation": "Claude Code Installation",
"choosePreferredInstallation": "Choose your preferred Claude Code installation.",
"loadingAvailableInstallations": "Loading available installations...",
"errorLoadingInstallations": "Error loading installations",
"availableInstallations": "Available Installations",
"choosePreferredInstallation": "Choose your preferred Claude Code installation.",
"loadingAvailableInstallations": "Loading available installations...",
"errorLoadingInstallations": "Error loading installations",
"availableInstallations": "Available Installations",
"claudeCodeInstallationDesc": "Select which Claude Code installation to use.",
"binaryPathChanged": "⚠️ Claude binary path has been changed. Remember to save your settings."
},
"placeholders": {
"envVarKey": "KEY",
"envVarValue": "value",
"allowRuleExample": "e.g., Bash(npm run test:*)",
"denyRuleExample": "e.g., Bash(curl:*)",
"apiKeyHelperPath": "/path/to/generate_api_key.sh"
},
"system": "System",
"custom": "Custom",
"systemInstallations": "System Installations",
"customInstallations": "Custom Installations",
"selectedInstallation": "Selected Installation",
"path": "Path",
"source": "Source",
"version": "Version",
"versionUnknown": "Version unknown",
"permissions": {
"permissionRules": "Permission Rules",
"permissionRulesDesc": "Control which tools Claude Code can use without manual approval",
@@ -257,8 +350,8 @@
"analyticsEnabled": "Analytics enabled",
"analyticsDisabled": "Analytics disabled",
"allDataDeleted": "All analytics data deleted",
"helpImproveClaudia": "Help Improve Claudia",
"collectAnonymousData": "We'd like to collect anonymous usage data to improve your experience.",
"helpImproveClaudia": "Help improve Claudia",
"collectAnonymousData": "We collect anonymous usage data to improve your experience. No personal data is collected.",
"featureUsageDesc": "Feature usage (which tools and commands you use)",
"performanceMetricsDesc": "Performance metrics (app speed and reliability)",
"errorReportsDesc": "Error reports (to fix bugs and improve stability)",
@@ -289,6 +382,7 @@
},
"mcp": {
"title": "MCP Server Management",
"servers": "Servers",
"addServer": "Add Server",
"serverName": "Server Name",
"serverCommand": "Server Command",
@@ -298,7 +392,72 @@
"connectionFailed": "Connection failed",
"importFromClaude": "Import from Claude Desktop",
"exportConfig": "Export Configuration",
"noServers": "No MCP servers configured"
"noServers": "No MCP servers configured",
"importExport": "Import & Export",
"importExportDescription": "Import MCP servers from other sources or export your configuration",
"importScope": "Import Scope",
"localProjectOnly": "Local (this project only)",
"projectShared": "Project (shared via .mcp.json)",
"userAllProjects": "User (all projects)",
"chooseImportLocation": "Choose where to save imported servers from JSON files",
"importFromClaudeDesktop": "Import from Claude Desktop",
"importFromClaudeDesktopDescription": "Automatically imports all MCP servers from Claude Desktop. Installs to user scope (available across all projects).",
"importing": "Importing...",
"importFromJSON": "Import from JSON",
"importFromJSONDescription": "Import server configuration from a JSON file",
"chooseJSONFile": "Choose JSON File",
"exportConfiguration": "Export Configuration",
"exportConfigurationDescription": "Export your MCP server configuration",
"exportComingSoon": "Export (Coming Soon)",
"useClaudeCodeAsMCPServer": "Use Claude Code as MCP Server",
"useClaudeCodeAsMCPServerDescription": "Start Claude Code as an MCP server that other applications can connect to",
"startMCPServer": "Start MCP Server",
"jsonFormatExamples": "JSON Format Examples",
"singleServer": "Single server",
"multipleServers": "Multiple servers (.mcp.json format)",
"environmentVariablesCount": "Environment variables: {{count}}",
"serversCount": "{{count}} servers configured",
"mcpServerAdded": "MCP server added successfully!",
"serverRemovedSuccess": "Server \"{{name}}\" removed successfully!",
"importedServersSuccess": "Successfully imported {{count}} servers!",
"importedServersFailed": "Imported {{imported}} servers, {{failed}} failed",
"loadMcpServersFailed": "Failed to load MCP servers. Make sure Claude Code is installed.",
"addMcpServer": "Add MCP Server",
"configureNewMcpServer": "Configure a new Model Context Protocol server",
"serverNameRequired": "Server name is required",
"commandRequired": "Command is required",
"urlRequired": "URL is required",
"failedToAddServer": "Failed to add server",
"environmentVariables": "Environment Variables",
"addVariable": "Add Variable",
"command": "Command",
"argumentsOptional": "Arguments (optional)",
"scope": "Scope",
"localProjectOnly": "Local (this project only)",
"projectSharedViaMcp": "Project (shared via .mcp.json)",
"addingServer": "Adding Server...",
"addStdioServer": "Add Stdio Server",
"url": "URL",
"addSseServer": "Add SSE Server",
"exampleCommands": "Example Commands",
"uniqueNameToIdentify": "A unique name to identify this server",
"commandToExecuteServer": "The command to execute the server",
"spaceSeparatedArgs": "Space-separated command arguments",
"sseEndpointUrl": "The SSE endpoint URL",
"running": "Running",
"showFull": "Show full",
"hide": "Hide",
"copied": "Copied!",
"copy": "Copy",
"arguments": "Arguments",
"configuredServers": "Configured Servers",
"serversConfigured": "configured",
"refresh": "Refresh",
"noMcpServersConfigured": "No MCP servers configured",
"addServerToGetStarted": "Add a server to get started with Model Context Protocol",
"localProjectSpecific": "Local (Project-specific)",
"projectSharedMcp": "Project (Shared via .mcp.json)",
"userAllProjects": "User (All projects)"
},
"usage": {
"title": "Usage Dashboard",
@@ -398,7 +557,9 @@
"addServerToGetStarted": "Add a server to get started with Model Context Protocol",
"localProjectSpecific": "Local (Project-specific)",
"projectSharedMcp": "Project (Shared via .mcp.json)",
"userAllProjects": "User (All projects)",
"userAllProjects": "User (All projects)"
},
"messages": {
"welcomeToClaudia": "Welcome to Claudia",
"backToHome": "Back to Home",
"noProjectsFound": "No projects found in ~/.claude/projects",
@@ -421,7 +582,41 @@
"loadFileFailed": "Failed to load CLAUDE.md file",
"editProjectSpecificPrompt": "Edit project-specific Claude Code system prompt",
"maximumTabsReached": "Maximum number of tabs ({{max}}) reached",
"saving": "Saving..."
"saving": "Saving...",
"saveSuccess": "Saved successfully",
"deleteSuccess": "Deleted successfully",
"operationFailed": "Operation failed",
"confirmAction": "Are you sure you want to perform this action?",
"unsavedChanges": "You have unsaved changes",
"networkError": "Network error occurred",
"unknownError": "Unknown error occurred",
"claudeCodeNotFound": "Claude Code not found",
"selectClaudeInstallation": "Select Claude Installation",
"installClaudeCode": "Install Claude Code",
"noTabsOpen": "No tabs open",
"clickPlusToStartChat": "Click the + button to start a new chat",
"noAgentRunIdSpecified": "No agent run ID specified",
"noClaudeFileIdSpecified": "No Claude file ID specified",
"claudeFileEditorNotImplemented": "Claude file editor not yet implemented in tabs",
"noAgentDataSpecified": "No agent data specified",
"importAgentComingSoon": "Import agent functionality coming soon...",
"unknownTabType": "Unknown tab type",
"letClaudeDecide": "Let Claude decide",
"basicReasoning": "Basic reasoning",
"deeperAnalysis": "Deeper analysis",
"extensiveReasoning": "Extensive reasoning",
"maximumAnalysis": "Maximum analysis",
"typeYourPromptHere": "Type your prompt here...",
"dropImagesHere": "Drop images here...",
"askClaudeAnything": "Ask Claude anything...",
"usage": "Usage",
"mcpServersTitle": "MCP Servers",
"claudemdTitle": "CLAUDE.md",
"runAgent": "Run: {{name}}",
"createAgent": "Create Agent",
"importAgent": "Import Agent",
"unsavedChangesCloseConfirm": "Tab \"{{title}}\" has unsaved changes. Close anyway?",
"session": "Session"
},
"checkpoint": {
"title": "Checkpoints",
@@ -477,41 +672,35 @@
"minLength": "Minimum {{count}} characters required",
"maxLength": "Maximum {{count}} characters allowed"
},
"messages": {
"saveSuccess": "Saved successfully",
"deleteSuccess": "Deleted successfully",
"operationFailed": "Operation failed",
"confirmAction": "Are you sure you want to perform this action?",
"unsavedChanges": "You have unsaved changes",
"networkError": "Network error occurred",
"unknownError": "Unknown error occurred",
"claudeCodeNotFound": "Claude Code not found",
"selectClaudeInstallation": "Select Claude Installation",
"installClaudeCode": "Install Claude Code",
"noTabsOpen": "No tabs open",
"clickPlusToStartChat": "Click the + button to start a new chat",
"noAgentRunIdSpecified": "No agent run ID specified",
"noClaudeFileIdSpecified": "No Claude file ID specified",
"claudeFileEditorNotImplemented": "Claude file editor not yet implemented in tabs",
"noAgentDataSpecified": "No agent data specified",
"importAgentComingSoon": "Import agent functionality coming soon...",
"unknownTabType": "Unknown tab type",
"letClaudeDecide": "Let Claude decide",
"basicReasoning": "Basic reasoning",
"deeperAnalysis": "Deeper analysis",
"extensiveReasoning": "Extensive reasoning",
"maximumAnalysis": "Maximum analysis",
"typeYourPromptHere": "Type your prompt here...",
"dropImagesHere": "Drop images here...",
"askClaudeAnything": "Ask Claude anything...",
"usage": "Usage",
"mcpServersTitle": "MCP Servers",
"claudemdTitle": "CLAUDE.md",
"runAgent": "Run: {{name}}",
"createAgent": "Create Agent",
"importAgent": "Import Agent",
"unsavedChangesCloseConfirm": "Tab \"{{title}}\" has unsaved changes. Close anyway?",
"session": "Session"
"errorBoundary": {
"somethingWentWrong": "Something went wrong",
"errorOccurred": "An error occurred while rendering this component.",
"errorDetails": "Error details",
"tryAgain": "Try again"
},
"webview": {
"preview": "Preview",
"exitFullScreen": "Exit full screen (ESC)",
"enterFullScreen": "Enter full screen",
"enterUrl": "Enter URL...",
"loadingPreview": "Loading preview...",
"failedToLoad": "Failed to load preview",
"pageCouldNotLoad": "The page could not be loaded. Please check the URL and try again.",
"invalidUrl": "Invalid URL",
"enterUrlToPreview": "Enter a URL to preview",
"enterUrlDescription": "Enter a URL in the address bar above to preview a website.",
"tryEntering": "Try entering",
"orAnyOtherUrl": "or any other URL",
"unknownTime": "Unknown time",
"sessions": "Sessions",
"selectProjectDirectory": "Select Project Directory",
"failedToSendPrompt": "Failed to send prompt",
"sessionOutputCopiedJsonl": "Session output copied as JSONL",
"sessionOutputCopiedMarkdown": "Session output copied as Markdown",
"failedToCopy": "Failed to copy",
"forkSession": "Fork Session from Checkpoint",
"newSessionName": "New Session Name",
"enterNameForForkedSession": "Enter a name for the forked session"
},
"input": {
"pressEnterToSend": "Press Enter to send, Shift+Enter for new line",

View File

@@ -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 换行",