优化页面,国际化细节内容
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user