优化页面,国际化细节内容

This commit is contained in:
2025-08-09 04:18:12 +08:00
parent f5e326bde7
commit f682dd7a5b
17 changed files with 223 additions and 98 deletions

View File

@@ -34,7 +34,34 @@
"of": "of",
"loading": "Loading...",
"from": "from",
"retry": "Retry"
"retry": "Retry",
"model": "Model",
"projectPath": "Project Path",
"task": "Task",
"started": "Started",
"output": "Output",
"copyOutput": "Copy Output",
"copyAsMarkdown": "Copy as Markdown",
"copyAsJsonl": "Copy as JSONL",
"close": "Close",
"systemInitialized": "System Initialized",
"availableTools": "Available Tools",
"workingDirectory": "Working Directory",
"sessionId": "Session ID",
"mcpServices": "MCP Services",
"searchingWithGrep": "Searching with grep",
"searchingForPattern": "Searching for pattern",
"fileContent": "File content",
"yesterday": "Yesterday",
"commands": "Commands",
"claudeCodeSession": "Claude Code Session",
"experimentalFeature": "Experimental Feature",
"checkpointingWarning": "Checkpointing may affect directory structure or cause data loss. Use with caution.",
"timeline": "Timeline",
"noCheckpointsYet": "No checkpoints yet",
"sessionTimeline": "Session Timeline",
"checkpoints": "checkpoints",
"loadingTimeline": "Loading timeline..."
},
"navigation": {
"projects": "CC Projects",
@@ -80,6 +107,14 @@
"editAgent": "Edit Agent",
"deleteAgent": "Delete Agent",
"executeAgent": "Execute Agent",
"execute": "Execute",
"readyToExecute": "Ready to Execute",
"task": "Task",
"enterTask": "Enter the task for the agent",
"hooks": "Hooks",
"configureHooks": "Configure Hooks",
"fullscreen": "Fullscreen",
"stop": "Stop",
"agentName": "Agent Name",
"agentNameRequired": "Agent name is required",
"agentIcon": "Agent Icon",
@@ -102,6 +137,8 @@
"systemPromptRequired": "System prompt is required",
"defaultTask": "Default Task",
"model": "Model",
"projectPath": "Project Path",
"selectProjectPath": "Select or enter project path",
"permissions": "Permissions",
"fileAccess": "File Access",
"networkAccess": "Network Access",
@@ -119,7 +156,9 @@
"updateFailed": "Failed to update agent",
"basicInformation": "Basic Information",
"optional": "Optional",
"sonnetName": "Claude 4 Sonnet",
"sonnetDescription": "Faster, efficient for most tasks",
"opusName": "Claude 4.1 Opus",
"opusDescription": "More capable, better for complex tasks",
"defaultTaskDescription": "This will be used as the default task placeholder when executing the agent",
"systemPromptDescription": "Define the behavior and capabilities of your CC Agent",
@@ -128,6 +167,15 @@
"createFirstAgent": "Create your first CC Agent to get started",
"created": "Created",
"execute": "Execute",
"readyToExecute": "Ready to Execute",
"enterTask": "Enter the task for the agent",
"hooks": "Hooks",
"configureHooks": "Configure Hooks",
"fullscreen": "Fullscreen",
"stop": "Stop",
"selectProjectPathAndTask": "Select a project path and enter a task to run the agent",
"noExecutionHistory": "No execution history yet",
"agentRunningWarning": "An agent is currently running. If you navigate away, the agent will continue running in the background. You can view running sessions in the 'Running Sessions' tab within CC Agents.\n\nDo you want to continue?",
"export": "Export",
"import": "Import",
"importFromFile": "From File",
@@ -155,6 +203,8 @@
},
"slashCommands": {
"slashCommands": "Slash Commands",
"globalSearch": "Global Search",
"searching": "Searching",
"projectSlashCommands": "Project Slash Commands",
"createCustomCommandsProject": "Create custom commands for this project",
"createCustomCommandsWorkflow": "Create custom commands to streamline your workflow",
@@ -162,6 +212,8 @@
"allCommands": "All Commands",
"project": "Project",
"user": "User",
"userCommands": "User Commands",
"manageProjectCommands": "Manage project-specific slash commands for",
"noCommandsFound": "No commands found",
"noProjectCommandsYet": "No project commands created yet",
"noCommandsYet": "No commands created yet",

View File

@@ -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 以继续。",