继续会话去多语言处理
This commit is contained in:
@@ -1061,6 +1061,26 @@
|
||||
"diffDescriptionConflict": "{path} · disk vs unsaved"
|
||||
},
|
||||
"chat": {
|
||||
"acpConnections": {
|
||||
"actions": {
|
||||
"openAgentsSettings": "Open Agents settings",
|
||||
"retry": "Retry"
|
||||
},
|
||||
"agentsSetupHint": "Open Settings > Agents to manage installation.",
|
||||
"withSetupHint": "{message}\n{hint}",
|
||||
"blocked": {
|
||||
"missingConfig": "Unable to read current Agent configuration.",
|
||||
"disabled": "{agent} is disabled in Agents settings. Enable it before connecting.",
|
||||
"unavailable": "{agent} is unavailable on the current platform.",
|
||||
"sdkMissing": "{agent} SDK is not installed"
|
||||
},
|
||||
"unableReadAgentConfig": "Unable to read Agent config: {message}",
|
||||
"autoLinkFailedTitle": "{agent} auto-link failed",
|
||||
"preflightCheckFailedDefault": "Preflight checks failed. Check Agent settings.",
|
||||
"preflightFailedTitle": "{agent} preflight failed",
|
||||
"autoLinkPreflightFailed": "Auto-link preflight failed: {message}",
|
||||
"connectFailedTitle": "{agent} connection failed"
|
||||
},
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "Connecting to {agent}",
|
||||
@@ -1201,7 +1221,30 @@
|
||||
"promptLabel": "Prompt",
|
||||
"subjectLabel": "Subject",
|
||||
"taskLabel": "Task",
|
||||
"nameLabel": "Name:"
|
||||
"nameLabel": "Name:",
|
||||
"title": {
|
||||
"edit": "Edit",
|
||||
"command": "Command",
|
||||
"todoWrite": "TodoWrite",
|
||||
"read": "Read",
|
||||
"write": "Write",
|
||||
"notebookEdit": "NotebookEdit",
|
||||
"editFiles": "Edit ({count} files)",
|
||||
"editWithTarget": "Edit {target}",
|
||||
"readWithTarget": "Read {target}",
|
||||
"writeWithTarget": "Write {target}",
|
||||
"notebookEditWithTarget": "NotebookEdit {target}",
|
||||
"globWithPattern": "Glob {pattern}",
|
||||
"grepWithPattern": "Grep {pattern}",
|
||||
"taskCreateWithSubject": "TaskCreate: {subject}",
|
||||
"taskUpdateWithStatus": "TaskUpdate #{id} -> {status}",
|
||||
"taskUpdate": "TaskUpdate #{id}",
|
||||
"webFetchWithUrl": "WebFetch {url}",
|
||||
"webSearchWithQuery": "WebSearch: {query}",
|
||||
"todosProgress": "Todos ({done}/{total})",
|
||||
"skillWithName": "Skill: {name}",
|
||||
"genericWithContext": "{tool}: {context}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
@@ -1061,6 +1061,26 @@
|
||||
"diffDescriptionConflict": "{path} · 磁盘与未保存内容"
|
||||
},
|
||||
"chat": {
|
||||
"acpConnections": {
|
||||
"actions": {
|
||||
"openAgentsSettings": "打开 Agents 管理",
|
||||
"retry": "重试"
|
||||
},
|
||||
"agentsSetupHint": "点击前往设置 > Agents 管理安装。",
|
||||
"withSetupHint": "{message}\n{hint}",
|
||||
"blocked": {
|
||||
"missingConfig": "无法读取当前 Agent 配置。",
|
||||
"disabled": "{agent} 已在 Agents 管理中禁用,请先启用后再连接。",
|
||||
"unavailable": "{agent} 当前平台不可用。",
|
||||
"sdkMissing": "{agent} SDK 尚未安装"
|
||||
},
|
||||
"unableReadAgentConfig": "无法读取 Agent 配置:{message}",
|
||||
"autoLinkFailedTitle": "{agent} 自动链接失败",
|
||||
"preflightCheckFailedDefault": "预检查未通过,请检查 Agent 配置。",
|
||||
"preflightFailedTitle": "{agent} 预检查失败",
|
||||
"autoLinkPreflightFailed": "自动链接预检查失败:{message}",
|
||||
"connectFailedTitle": "{agent} 连接失败"
|
||||
},
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "正在连接 {agent}",
|
||||
@@ -1201,7 +1221,30 @@
|
||||
"promptLabel": "提示词",
|
||||
"subjectLabel": "主题",
|
||||
"taskLabel": "任务",
|
||||
"nameLabel": "名称:"
|
||||
"nameLabel": "名称:",
|
||||
"title": {
|
||||
"edit": "编辑",
|
||||
"command": "命令",
|
||||
"todoWrite": "待办",
|
||||
"read": "读取",
|
||||
"write": "写入",
|
||||
"notebookEdit": "Notebook 编辑",
|
||||
"editFiles": "编辑({count} 个文件)",
|
||||
"editWithTarget": "编辑 {target}",
|
||||
"readWithTarget": "读取 {target}",
|
||||
"writeWithTarget": "写入 {target}",
|
||||
"notebookEditWithTarget": "Notebook 编辑 {target}",
|
||||
"globWithPattern": "Glob {pattern}",
|
||||
"grepWithPattern": "Grep {pattern}",
|
||||
"taskCreateWithSubject": "创建任务:{subject}",
|
||||
"taskUpdateWithStatus": "更新任务 #{id} -> {status}",
|
||||
"taskUpdate": "更新任务 #{id}",
|
||||
"webFetchWithUrl": "抓取网页 {url}",
|
||||
"webSearchWithQuery": "网页搜索:{query}",
|
||||
"todosProgress": "待办({done}/{total})",
|
||||
"skillWithName": "Skill:{name}",
|
||||
"genericWithContext": "{tool}:{context}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
@@ -1061,6 +1061,26 @@
|
||||
"diffDescriptionConflict": "{path} · 磁碟與未儲存內容"
|
||||
},
|
||||
"chat": {
|
||||
"acpConnections": {
|
||||
"actions": {
|
||||
"openAgentsSettings": "打開 Agents 管理",
|
||||
"retry": "重試"
|
||||
},
|
||||
"agentsSetupHint": "點擊前往設定 > Agents 管理安裝。",
|
||||
"withSetupHint": "{message}\n{hint}",
|
||||
"blocked": {
|
||||
"missingConfig": "無法讀取目前 Agent 設定。",
|
||||
"disabled": "{agent} 已在 Agents 管理中停用,請先啟用後再連線。",
|
||||
"unavailable": "{agent} 目前平台不可用。",
|
||||
"sdkMissing": "{agent} SDK 尚未安裝"
|
||||
},
|
||||
"unableReadAgentConfig": "無法讀取 Agent 設定:{message}",
|
||||
"autoLinkFailedTitle": "{agent} 自動連結失敗",
|
||||
"preflightCheckFailedDefault": "預檢查未通過,請檢查 Agent 設定。",
|
||||
"preflightFailedTitle": "{agent} 預檢查失敗",
|
||||
"autoLinkPreflightFailed": "自動連結預檢查失敗:{message}",
|
||||
"connectFailedTitle": "{agent} 連線失敗"
|
||||
},
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "正在連線 {agent}",
|
||||
@@ -1201,7 +1221,30 @@
|
||||
"promptLabel": "提示詞",
|
||||
"subjectLabel": "主題",
|
||||
"taskLabel": "任務",
|
||||
"nameLabel": "名稱:"
|
||||
"nameLabel": "名稱:",
|
||||
"title": {
|
||||
"edit": "編輯",
|
||||
"command": "命令",
|
||||
"todoWrite": "待辦",
|
||||
"read": "讀取",
|
||||
"write": "寫入",
|
||||
"notebookEdit": "Notebook 編輯",
|
||||
"editFiles": "編輯({count} 個檔案)",
|
||||
"editWithTarget": "編輯 {target}",
|
||||
"readWithTarget": "讀取 {target}",
|
||||
"writeWithTarget": "寫入 {target}",
|
||||
"notebookEditWithTarget": "Notebook 編輯 {target}",
|
||||
"globWithPattern": "Glob {pattern}",
|
||||
"grepWithPattern": "Grep {pattern}",
|
||||
"taskCreateWithSubject": "建立任務:{subject}",
|
||||
"taskUpdateWithStatus": "更新任務 #{id} -> {status}",
|
||||
"taskUpdate": "更新任務 #{id}",
|
||||
"webFetchWithUrl": "擷取網頁 {url}",
|
||||
"webSearchWithQuery": "網頁搜尋:{query}",
|
||||
"todosProgress": "待辦({done}/{total})",
|
||||
"skillWithName": "Skill:{name}",
|
||||
"genericWithContext": "{tool}:{context}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
Reference in New Issue
Block a user