优化页面,国际化细节内容
This commit is contained in:
@@ -31,7 +31,34 @@
|
||||
"page": "页面",
|
||||
"of": "共",
|
||||
"loading": "加载中...",
|
||||
"from": "从"
|
||||
"from": "从",
|
||||
"model": "模型",
|
||||
"projectPath": "项目路径",
|
||||
"task": "任务",
|
||||
"started": "开始时间",
|
||||
"output": "输出",
|
||||
"copyOutput": "复制输出",
|
||||
"copyAsMarkdown": "复制为 Markdown",
|
||||
"copyAsJsonl": "复制为 JSONL",
|
||||
"close": "关闭",
|
||||
"systemInitialized": "系统已初始化",
|
||||
"availableTools": "可用工具",
|
||||
"workingDirectory": "工作目录",
|
||||
"sessionId": "会话 ID",
|
||||
"mcpServices": "MCP 服务",
|
||||
"searchingWithGrep": "使用 grep 搜索",
|
||||
"searchingForPattern": "搜索模式",
|
||||
"fileContent": "文件内容",
|
||||
"yesterday": "昨天",
|
||||
"commands": "命令",
|
||||
"claudeCodeSession": "Claude Code 会话",
|
||||
"experimentalFeature": "实验性功能",
|
||||
"checkpointingWarning": "检查点可能会影响目录结构或导致数据丢失。请谨慎使用。",
|
||||
"timeline": "时间线",
|
||||
"noCheckpointsYet": "尚无检查点",
|
||||
"sessionTimeline": "会话时间线",
|
||||
"checkpoints": "个检查点",
|
||||
"loadingTimeline": "加载时间线中..."
|
||||
},
|
||||
"navigation": {
|
||||
"projects": "Claude Code 项目",
|
||||
@@ -99,6 +126,8 @@
|
||||
"systemPromptRequired": "系统提示为必填项",
|
||||
"defaultTask": "默认任务",
|
||||
"model": "模型",
|
||||
"projectPath": "项目路径",
|
||||
"selectProjectPath": "选择或输入项目路径",
|
||||
"permissions": "权限",
|
||||
"fileAccess": "文件访问",
|
||||
"networkAccess": "网络访问",
|
||||
@@ -116,7 +145,9 @@
|
||||
"updateFailed": "更新智能体失败",
|
||||
"basicInformation": "基本信息",
|
||||
"optional": "可选",
|
||||
"sonnetName": "Claude 4 Sonnet",
|
||||
"sonnetDescription": "更快,适用于大多数任务",
|
||||
"opusName": "Claude 4.1 Opus",
|
||||
"opusDescription": "功能更强,适用于复杂任务",
|
||||
"defaultTaskDescription": "执行智能体时将用作默认任务占位符",
|
||||
"systemPromptDescription": "定义您的 CC 智能体的行为和功能",
|
||||
@@ -125,6 +156,15 @@
|
||||
"createFirstAgent": "创建您的第一个 CC 智能体来开始",
|
||||
"created": "创建于",
|
||||
"execute": "执行",
|
||||
"readyToExecute": "准备执行",
|
||||
"enterTask": "输入智能体的任务",
|
||||
"hooks": "钩子",
|
||||
"configureHooks": "配置钩子",
|
||||
"fullscreen": "全屏",
|
||||
"stop": "停止",
|
||||
"selectProjectPathAndTask": "选择项目路径并输入任务以运行智能体",
|
||||
"noExecutionHistory": "尚无执行历史",
|
||||
"agentRunningWarning": "智能体正在运行。如果您离开此页面,智能体将在后台继续运行。您可以在 CC Agents 中的“运行中的会话”选项卡中查看运行中的会话。\n\n是否继续?",
|
||||
"export": "导出",
|
||||
"import": "导入",
|
||||
"importFromFile": "从文件导入",
|
||||
@@ -152,6 +192,8 @@
|
||||
},
|
||||
"slashCommands": {
|
||||
"slashCommands": "斜杠命令",
|
||||
"globalSearch": "全局搜索",
|
||||
"searching": "搜索中",
|
||||
"projectSlashCommands": "项目斜杠命令",
|
||||
"createCustomCommandsProject": "为此项目创建自定义命令",
|
||||
"createCustomCommandsWorkflow": "创建自定义命令来简化您的工作流程",
|
||||
@@ -159,6 +201,8 @@
|
||||
"allCommands": "所有命令",
|
||||
"project": "项目",
|
||||
"user": "用户",
|
||||
"userCommands": "用户命令",
|
||||
"manageProjectCommands": "管理项目特定的斜杠命令",
|
||||
"noCommandsFound": "未找到命令",
|
||||
"noProjectCommandsYet": "尚未创建项目命令",
|
||||
"noCommandsYet": "尚未创建命令",
|
||||
@@ -519,6 +563,9 @@
|
||||
"noAgentDataSpecified": "未指定智能体数据",
|
||||
"importAgentComingSoon": "导入智能体功能即将推出...",
|
||||
"unknownTabType": "未知的标签页类型",
|
||||
"typeYourPromptHere": "在此输入您的提示...",
|
||||
"dropImagesHere": "在此放置图片...",
|
||||
"askClaudeAnything": "询问 Claude 任何问题...",
|
||||
"selectClaudeCodeInstallation": "选择 Claude Code 安装",
|
||||
"multipleInstallationsFound": "在您的系统上找到了多个 Claude Code 安装。请选择您要使用的安装。",
|
||||
"claudeCodeNotFoundDialog": "在常见安装位置中未找到 Claude Code。请安装 Claude Code 以继续。",
|
||||
|
Reference in New Issue
Block a user