继续处理会话区多语言
This commit is contained in:
@@ -919,6 +919,11 @@
|
||||
"kindFile": "file"
|
||||
}
|
||||
},
|
||||
"tabContext": {
|
||||
"loadingConversation": "Loading...",
|
||||
"untitledConversation": "Untitled conversation",
|
||||
"newConversation": "New Conversation"
|
||||
},
|
||||
"fileTreeTab": {
|
||||
"workspace": "Workspace",
|
||||
"retry": "Retry",
|
||||
@@ -1056,6 +1061,21 @@
|
||||
"diffDescriptionConflict": "{path} · disk vs unsaved"
|
||||
},
|
||||
"chat": {
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "Connecting to {agent}",
|
||||
"connectingDescription": "Establishing connection",
|
||||
"loadingSelectorsTitle": "Loading {agent} selectors",
|
||||
"loadingSelectorsDescription": "Fetching mode and session config options"
|
||||
},
|
||||
"errors": {
|
||||
"connectionFailed": "Connection failed"
|
||||
}
|
||||
},
|
||||
"messageThread": {
|
||||
"emptyTitle": "No messages yet",
|
||||
"emptyDescription": "Start a conversation to see messages here"
|
||||
},
|
||||
"chatInput": {
|
||||
"connecting": "Connecting...",
|
||||
"agentResponding": "Agent is responding...",
|
||||
@@ -1140,6 +1160,8 @@
|
||||
},
|
||||
"tool": {
|
||||
"parameters": "Parameters",
|
||||
"error": "Error",
|
||||
"result": "Result",
|
||||
"status": {
|
||||
"approvalRequested": "Awaiting Approval",
|
||||
"approvalResponded": "Responded",
|
||||
@@ -1150,9 +1172,36 @@
|
||||
"outputError": "Error"
|
||||
}
|
||||
},
|
||||
"toolCallBlock": {
|
||||
"tool": "Tool",
|
||||
"error": "Error",
|
||||
"result": "Result"
|
||||
},
|
||||
"contentParts": {
|
||||
"showingTailOutput": "Showing tail output while streaming for performance.",
|
||||
"result": "Result"
|
||||
"result": "Result",
|
||||
"unknown": "unknown",
|
||||
"replaceAll": "REPLACE ALL",
|
||||
"filesCount": "Files: {count}",
|
||||
"update": "update",
|
||||
"moreFiles": "+{count} more files",
|
||||
"timeoutMs": "Timeout: {timeout}ms",
|
||||
"backgroundTrue": "Background: true",
|
||||
"offset": "Offset: {offset}",
|
||||
"limit": "Limit: {limit}",
|
||||
"pages": "Pages: {pages}",
|
||||
"mode": "Mode: {mode}",
|
||||
"cell": "Cell: {cell}",
|
||||
"pathLabel": "Path:",
|
||||
"globLabel": "Glob:",
|
||||
"typeLabel": "Type:",
|
||||
"outputLabel": "Output:",
|
||||
"caseInsensitive": "Case insensitive",
|
||||
"multiline": "Multiline",
|
||||
"promptLabel": "Prompt",
|
||||
"subjectLabel": "Subject",
|
||||
"taskLabel": "Task",
|
||||
"nameLabel": "Name:"
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
@@ -919,6 +919,11 @@
|
||||
"kindFile": "文件"
|
||||
}
|
||||
},
|
||||
"tabContext": {
|
||||
"loadingConversation": "加载中...",
|
||||
"untitledConversation": "未命名会话",
|
||||
"newConversation": "新建会话"
|
||||
},
|
||||
"fileTreeTab": {
|
||||
"workspace": "工作区",
|
||||
"retry": "重试",
|
||||
@@ -1056,6 +1061,21 @@
|
||||
"diffDescriptionConflict": "{path} · 磁盘与未保存内容"
|
||||
},
|
||||
"chat": {
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "正在连接 {agent}",
|
||||
"connectingDescription": "正在建立连接",
|
||||
"loadingSelectorsTitle": "正在加载 {agent} 选择项",
|
||||
"loadingSelectorsDescription": "正在获取模式和会话配置选项"
|
||||
},
|
||||
"errors": {
|
||||
"connectionFailed": "连接失败"
|
||||
}
|
||||
},
|
||||
"messageThread": {
|
||||
"emptyTitle": "暂无消息",
|
||||
"emptyDescription": "开始一个会话后,消息会显示在这里"
|
||||
},
|
||||
"chatInput": {
|
||||
"connecting": "连接中...",
|
||||
"agentResponding": "Agent 正在响应...",
|
||||
@@ -1140,6 +1160,8 @@
|
||||
},
|
||||
"tool": {
|
||||
"parameters": "参数",
|
||||
"error": "错误",
|
||||
"result": "结果",
|
||||
"status": {
|
||||
"approvalRequested": "等待授权",
|
||||
"approvalResponded": "已响应",
|
||||
@@ -1150,9 +1172,36 @@
|
||||
"outputError": "错误"
|
||||
}
|
||||
},
|
||||
"toolCallBlock": {
|
||||
"tool": "工具",
|
||||
"error": "错误",
|
||||
"result": "结果"
|
||||
},
|
||||
"contentParts": {
|
||||
"showingTailOutput": "为保证性能,流式输出时仅显示尾部内容。",
|
||||
"result": "结果"
|
||||
"result": "结果",
|
||||
"unknown": "未知",
|
||||
"replaceAll": "全部替换",
|
||||
"filesCount": "文件:{count}",
|
||||
"update": "更新",
|
||||
"moreFiles": "+{count} 个更多文件",
|
||||
"timeoutMs": "超时:{timeout}ms",
|
||||
"backgroundTrue": "后台:true",
|
||||
"offset": "偏移:{offset}",
|
||||
"limit": "限制:{limit}",
|
||||
"pages": "页码:{pages}",
|
||||
"mode": "模式:{mode}",
|
||||
"cell": "单元:{cell}",
|
||||
"pathLabel": "路径:",
|
||||
"globLabel": "Glob:",
|
||||
"typeLabel": "类型:",
|
||||
"outputLabel": "输出:",
|
||||
"caseInsensitive": "忽略大小写",
|
||||
"multiline": "多行",
|
||||
"promptLabel": "提示词",
|
||||
"subjectLabel": "主题",
|
||||
"taskLabel": "任务",
|
||||
"nameLabel": "名称:"
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
@@ -919,6 +919,11 @@
|
||||
"kindFile": "檔案"
|
||||
}
|
||||
},
|
||||
"tabContext": {
|
||||
"loadingConversation": "載入中...",
|
||||
"untitledConversation": "未命名會話",
|
||||
"newConversation": "新增會話"
|
||||
},
|
||||
"fileTreeTab": {
|
||||
"workspace": "工作區",
|
||||
"retry": "重試",
|
||||
@@ -1056,6 +1061,21 @@
|
||||
"diffDescriptionConflict": "{path} · 磁碟與未儲存內容"
|
||||
},
|
||||
"chat": {
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
"connectingTitle": "正在連線 {agent}",
|
||||
"connectingDescription": "正在建立連線",
|
||||
"loadingSelectorsTitle": "正在載入 {agent} 選擇項",
|
||||
"loadingSelectorsDescription": "正在取得模式與會話設定選項"
|
||||
},
|
||||
"errors": {
|
||||
"connectionFailed": "連線失敗"
|
||||
}
|
||||
},
|
||||
"messageThread": {
|
||||
"emptyTitle": "暫無訊息",
|
||||
"emptyDescription": "開始一個會話後,訊息會顯示在這裡"
|
||||
},
|
||||
"chatInput": {
|
||||
"connecting": "連線中...",
|
||||
"agentResponding": "Agent 正在回應...",
|
||||
@@ -1140,6 +1160,8 @@
|
||||
},
|
||||
"tool": {
|
||||
"parameters": "參數",
|
||||
"error": "錯誤",
|
||||
"result": "結果",
|
||||
"status": {
|
||||
"approvalRequested": "等待授權",
|
||||
"approvalResponded": "已回應",
|
||||
@@ -1150,9 +1172,36 @@
|
||||
"outputError": "錯誤"
|
||||
}
|
||||
},
|
||||
"toolCallBlock": {
|
||||
"tool": "工具",
|
||||
"error": "錯誤",
|
||||
"result": "結果"
|
||||
},
|
||||
"contentParts": {
|
||||
"showingTailOutput": "為確保效能,串流輸出時僅顯示尾端內容。",
|
||||
"result": "結果"
|
||||
"result": "結果",
|
||||
"unknown": "未知",
|
||||
"replaceAll": "全部替換",
|
||||
"filesCount": "檔案:{count}",
|
||||
"update": "更新",
|
||||
"moreFiles": "+{count} 個更多檔案",
|
||||
"timeoutMs": "逾時:{timeout}ms",
|
||||
"backgroundTrue": "背景:true",
|
||||
"offset": "位移:{offset}",
|
||||
"limit": "限制:{limit}",
|
||||
"pages": "頁碼:{pages}",
|
||||
"mode": "模式:{mode}",
|
||||
"cell": "儲存格:{cell}",
|
||||
"pathLabel": "路徑:",
|
||||
"globLabel": "Glob:",
|
||||
"typeLabel": "類型:",
|
||||
"outputLabel": "輸出:",
|
||||
"caseInsensitive": "不區分大小寫",
|
||||
"multiline": "多行",
|
||||
"promptLabel": "提示詞",
|
||||
"subjectLabel": "主題",
|
||||
"taskLabel": "任務",
|
||||
"nameLabel": "名稱:"
|
||||
}
|
||||
},
|
||||
"diffPreview": {
|
||||
|
||||
Reference in New Issue
Block a user