继续多语言处理

This commit is contained in:
xintaofei
2026-03-07 15:49:00 +08:00
parent 931f69c421
commit 6e5219cc10
18 changed files with 466 additions and 234 deletions

View File

@@ -1079,7 +1079,9 @@
"preflightCheckFailedDefault": "Preflight checks failed. Check Agent settings.",
"preflightFailedTitle": "{agent} preflight failed",
"autoLinkPreflightFailed": "Auto-link preflight failed: {message}",
"connectFailedTitle": "{agent} connection failed"
"connectFailedTitle": "{agent} connection failed",
"toolFallbackTitle": "Tool",
"eventErrorTitle": "Agent Error"
},
"connectionLifecycle": {
"tasks": {
@@ -1092,6 +1094,11 @@
"connectionFailed": "Connection failed"
}
},
"shared": {
"attachedResources": "Attached resources",
"toolCallFailed": "Tool call failed",
"planUpdated": "Plan updated"
},
"messageThread": {
"emptyTitle": "No messages yet",
"emptyDescription": "Start a conversation to see messages here"
@@ -1222,6 +1229,38 @@
"subjectLabel": "Subject",
"taskLabel": "Task",
"nameLabel": "Name:",
"field": {
"file": "File",
"notebook": "Notebook",
"command": "Command",
"old": "Old",
"new": "New",
"pattern": "Pattern",
"path": "Path",
"query": "Query",
"url": "URL",
"description": "Description",
"content": "Content",
"source": "Source",
"prompt": "Prompt",
"subject": "Subject",
"taskId": "Task ID",
"status": "Status",
"skill": "Skill",
"args": "Args",
"offset": "Offset",
"limit": "Limit",
"glob": "Glob",
"type": "Type",
"output": "Output",
"replaceAll": "Replace All",
"language": "Language",
"timeout": "Timeout",
"background": "Background",
"agentType": "Agent Type",
"library": "Library",
"libraryId": "Library ID"
},
"title": {
"edit": "Edit",
"command": "Command",

View File

@@ -1079,7 +1079,9 @@
"preflightCheckFailedDefault": "预检查未通过,请检查 Agent 配置。",
"preflightFailedTitle": "{agent} 预检查失败",
"autoLinkPreflightFailed": "自动链接预检查失败:{message}",
"connectFailedTitle": "{agent} 连接失败"
"connectFailedTitle": "{agent} 连接失败",
"toolFallbackTitle": "工具",
"eventErrorTitle": "Agent 错误"
},
"connectionLifecycle": {
"tasks": {
@@ -1092,6 +1094,11 @@
"connectionFailed": "连接失败"
}
},
"shared": {
"attachedResources": "附加资源",
"toolCallFailed": "工具调用失败",
"planUpdated": "计划已更新"
},
"messageThread": {
"emptyTitle": "暂无消息",
"emptyDescription": "开始一个会话后,消息会显示在这里"
@@ -1222,6 +1229,38 @@
"subjectLabel": "主题",
"taskLabel": "任务",
"nameLabel": "名称:",
"field": {
"file": "文件",
"notebook": "Notebook",
"command": "命令",
"old": "旧内容",
"new": "新内容",
"pattern": "模式",
"path": "路径",
"query": "查询",
"url": "URL",
"description": "描述",
"content": "内容",
"source": "源内容",
"prompt": "提示词",
"subject": "主题",
"taskId": "任务 ID",
"status": "状态",
"skill": "Skill",
"args": "参数",
"offset": "偏移",
"limit": "限制",
"glob": "Glob",
"type": "类型",
"output": "输出",
"replaceAll": "全部替换",
"language": "语言",
"timeout": "超时",
"background": "后台",
"agentType": "Agent 类型",
"library": "库",
"libraryId": "库 ID"
},
"title": {
"edit": "编辑",
"command": "命令",

View File

@@ -1079,7 +1079,9 @@
"preflightCheckFailedDefault": "預檢查未通過,請檢查 Agent 設定。",
"preflightFailedTitle": "{agent} 預檢查失敗",
"autoLinkPreflightFailed": "自動連結預檢查失敗:{message}",
"connectFailedTitle": "{agent} 連線失敗"
"connectFailedTitle": "{agent} 連線失敗",
"toolFallbackTitle": "工具",
"eventErrorTitle": "Agent 錯誤"
},
"connectionLifecycle": {
"tasks": {
@@ -1092,6 +1094,11 @@
"connectionFailed": "連線失敗"
}
},
"shared": {
"attachedResources": "附加資源",
"toolCallFailed": "工具呼叫失敗",
"planUpdated": "計畫已更新"
},
"messageThread": {
"emptyTitle": "暫無訊息",
"emptyDescription": "開始一個會話後,訊息會顯示在這裡"
@@ -1222,6 +1229,38 @@
"subjectLabel": "主題",
"taskLabel": "任務",
"nameLabel": "名稱:",
"field": {
"file": "檔案",
"notebook": "Notebook",
"command": "命令",
"old": "舊內容",
"new": "新內容",
"pattern": "模式",
"path": "路徑",
"query": "查詢",
"url": "URL",
"description": "描述",
"content": "內容",
"source": "來源內容",
"prompt": "提示詞",
"subject": "主題",
"taskId": "任務 ID",
"status": "狀態",
"skill": "Skill",
"args": "參數",
"offset": "位移",
"limit": "限制",
"glob": "Glob",
"type": "類型",
"output": "輸出",
"replaceAll": "全部替換",
"language": "語言",
"timeout": "逾時",
"background": "背景",
"agentType": "Agent 類型",
"library": "函式庫",
"libraryId": "函式庫 ID"
},
"title": {
"edit": "編輯",
"command": "命令",