继续多语言补充

This commit is contained in:
xintaofei
2026-03-07 14:22:18 +08:00
parent 47189318e5
commit 89c91ac1eb
12 changed files with 398 additions and 117 deletions

View File

@@ -513,6 +513,11 @@
"SettingsPages": {
"agentsLoading": "Loading agent settings..."
},
"CommitPage": {
"title": "Commit",
"invalidFolderId": "Invalid folder ID",
"loadingRepo": "Loading repository..."
},
"Folder": {
"common": {
"all": "All",
@@ -1023,6 +1028,33 @@
"saving": "Saving..."
}
},
"workspaceContext": {
"confirmCloseDirtyTab": "Close \"{title}\" without saving?",
"confirmCloseOtherDirtyTabs": "Close other tabs with unsaved changes?",
"confirmCloseAllDirtyTabs": "Close all tabs with unsaved changes?",
"unableLoadContent": "Unable to load content.\n\n{message}",
"previewRequestTimedOut": "Preview request timed out",
"diffRequestTimedOut": "Diff request timed out",
"branchCompareRequestTimedOut": "Branch compare request timed out",
"commitDiffRequestTimedOut": "Commit diff request timed out",
"saveRequestTimedOut": "Save request timed out",
"reloadRequestTimedOut": "Reload request timed out",
"noChanges": "No changes.",
"noDiffOutput": "No diff output.",
"diffTitleWorkspace": "Diff · Workspace",
"diffDescriptionWorkingTree": "Working tree (HEAD)",
"diffTitleFile": "Diff · {name}",
"compareTitleFile": "Compare · {name}",
"compareTitleBranch": "Compare · {branch}",
"compareDescriptionPath": "{path} · compare with {branch}",
"compareDescriptionBranch": "compare with {branch}",
"diffTitleCommitFile": "Diff · {name} @ {hash}",
"diffTitleCommit": "Diff · {hash}",
"diffDescriptionCommitPath": "{path} · commit {commit}",
"diffDescriptionCommit": "commit {commit}",
"diffTitleConflictFile": "Conflict · {name}",
"diffDescriptionConflict": "{path} · disk vs unsaved"
},
"chat": {
"chatInput": {
"connecting": "Connecting...",
@@ -1078,6 +1110,49 @@
"moreFiles": "+{count} more files",
"plan": "Plan",
"targetMode": "Target mode: {mode}"
},
"messageBranch": {
"previousBranchAria": "Previous branch",
"nextBranchAria": "Next branch",
"pageOf": "{current} of {total}"
},
"terminal": {
"title": "Terminal",
"running": "Running"
},
"reasoning": {
"thinking": "Thinking...",
"thoughtForFewSeconds": "Thought for a few seconds",
"thoughtForSeconds": "Thought for {duration} seconds"
},
"messageList": {
"attachedResources": "Attached resources",
"loading": "Loading...",
"error": "Error: {message}",
"emptyConversation": "No messages in this conversation."
},
"liveTurnStats": {
"thinking": "Thinking...",
"streaming": "Streaming",
"elapsedMinutes": "{value}m",
"elapsedSeconds": "{value}s",
"toolUseCount": "{count} tool {count, plural, one {use} other {uses}}"
},
"tool": {
"parameters": "Parameters",
"status": {
"approvalRequested": "Awaiting Approval",
"approvalResponded": "Responded",
"inputAvailable": "Running",
"inputStreaming": "Pending",
"outputAvailable": "Completed",
"outputDenied": "Denied",
"outputError": "Error"
}
},
"contentParts": {
"showingTailOutput": "Showing tail output while streaming for performance.",
"result": "Result"
}
},
"diffPreview": {

View File

@@ -513,6 +513,11 @@
"SettingsPages": {
"agentsLoading": "加载 Agent 设置中..."
},
"CommitPage": {
"title": "提交代码",
"invalidFolderId": "无效的 folderId",
"loadingRepo": "正在加载仓库..."
},
"Folder": {
"common": {
"all": "全部",
@@ -1023,6 +1028,33 @@
"saving": "保存中..."
}
},
"workspaceContext": {
"confirmCloseDirtyTab": "文件“{title}”有未保存更改,确定关闭吗?",
"confirmCloseOtherDirtyTabs": "其它标签页有未保存更改,确定关闭吗?",
"confirmCloseAllDirtyTabs": "存在未保存更改,确定关闭全部标签页吗?",
"unableLoadContent": "无法加载内容。\n\n{message}",
"previewRequestTimedOut": "预览请求超时",
"diffRequestTimedOut": "Diff 请求超时",
"branchCompareRequestTimedOut": "分支比较请求超时",
"commitDiffRequestTimedOut": "提交差异请求超时",
"saveRequestTimedOut": "保存请求超时",
"reloadRequestTimedOut": "重载请求超时",
"noChanges": "暂无变更。",
"noDiffOutput": "无差异输出。",
"diffTitleWorkspace": "Diff · 工作区",
"diffDescriptionWorkingTree": "工作区变更HEAD",
"diffTitleFile": "Diff · {name}",
"compareTitleFile": "比较 · {name}",
"compareTitleBranch": "比较 · {branch}",
"compareDescriptionPath": "{path} · 与 {branch} 比较",
"compareDescriptionBranch": "与 {branch} 比较",
"diffTitleCommitFile": "Diff · {name} @ {hash}",
"diffTitleCommit": "Diff · {hash}",
"diffDescriptionCommitPath": "{path} · 提交 {commit}",
"diffDescriptionCommit": "提交 {commit}",
"diffTitleConflictFile": "冲突 · {name}",
"diffDescriptionConflict": "{path} · 磁盘与未保存内容"
},
"chat": {
"chatInput": {
"connecting": "连接中...",
@@ -1078,6 +1110,49 @@
"moreFiles": "+{count} 个更多文件",
"plan": "计划",
"targetMode": "目标模式:{mode}"
},
"messageBranch": {
"previousBranchAria": "上一分支",
"nextBranchAria": "下一分支",
"pageOf": "{current} / {total}"
},
"terminal": {
"title": "终端",
"running": "运行中"
},
"reasoning": {
"thinking": "思考中...",
"thoughtForFewSeconds": "思考了几秒",
"thoughtForSeconds": "思考了 {duration} 秒"
},
"messageList": {
"attachedResources": "附加资源",
"loading": "加载中...",
"error": "错误:{message}",
"emptyConversation": "当前会话暂无消息。"
},
"liveTurnStats": {
"thinking": "思考中...",
"streaming": "生成中",
"elapsedMinutes": "{value} 分钟",
"elapsedSeconds": "{value} 秒",
"toolUseCount": "{count} 次工具调用"
},
"tool": {
"parameters": "参数",
"status": {
"approvalRequested": "等待授权",
"approvalResponded": "已响应",
"inputAvailable": "运行中",
"inputStreaming": "等待中",
"outputAvailable": "已完成",
"outputDenied": "已拒绝",
"outputError": "错误"
}
},
"contentParts": {
"showingTailOutput": "为保证性能,流式输出时仅显示尾部内容。",
"result": "结果"
}
},
"diffPreview": {

View File

@@ -513,6 +513,11 @@
"SettingsPages": {
"agentsLoading": "載入 Agent 設定中..."
},
"CommitPage": {
"title": "提交程式碼",
"invalidFolderId": "無效的 folderId",
"loadingRepo": "正在載入倉庫..."
},
"Folder": {
"common": {
"all": "全部",
@@ -1023,6 +1028,33 @@
"saving": "儲存中..."
}
},
"workspaceContext": {
"confirmCloseDirtyTab": "檔案「{title}」有未儲存變更,確定關閉嗎?",
"confirmCloseOtherDirtyTabs": "其他分頁有未儲存變更,確定關閉嗎?",
"confirmCloseAllDirtyTabs": "存在未儲存變更,確定關閉全部分頁嗎?",
"unableLoadContent": "無法載入內容。\n\n{message}",
"previewRequestTimedOut": "預覽請求逾時",
"diffRequestTimedOut": "Diff 請求逾時",
"branchCompareRequestTimedOut": "分支比較請求逾時",
"commitDiffRequestTimedOut": "提交差異請求逾時",
"saveRequestTimedOut": "儲存請求逾時",
"reloadRequestTimedOut": "重載請求逾時",
"noChanges": "暫無變更。",
"noDiffOutput": "無差異輸出。",
"diffTitleWorkspace": "Diff · 工作區",
"diffDescriptionWorkingTree": "工作區變更HEAD",
"diffTitleFile": "Diff · {name}",
"compareTitleFile": "比較 · {name}",
"compareTitleBranch": "比較 · {branch}",
"compareDescriptionPath": "{path} · 與 {branch} 比較",
"compareDescriptionBranch": "與 {branch} 比較",
"diffTitleCommitFile": "Diff · {name} @ {hash}",
"diffTitleCommit": "Diff · {hash}",
"diffDescriptionCommitPath": "{path} · 提交 {commit}",
"diffDescriptionCommit": "提交 {commit}",
"diffTitleConflictFile": "衝突 · {name}",
"diffDescriptionConflict": "{path} · 磁碟與未儲存內容"
},
"chat": {
"chatInput": {
"connecting": "連線中...",
@@ -1078,6 +1110,49 @@
"moreFiles": "+{count} 個更多檔案",
"plan": "計畫",
"targetMode": "目標模式:{mode}"
},
"messageBranch": {
"previousBranchAria": "上一個分支",
"nextBranchAria": "下一個分支",
"pageOf": "{current} / {total}"
},
"terminal": {
"title": "終端",
"running": "執行中"
},
"reasoning": {
"thinking": "思考中...",
"thoughtForFewSeconds": "思考了幾秒",
"thoughtForSeconds": "思考了 {duration} 秒"
},
"messageList": {
"attachedResources": "附加資源",
"loading": "載入中...",
"error": "錯誤:{message}",
"emptyConversation": "目前會話暫無訊息。"
},
"liveTurnStats": {
"thinking": "思考中...",
"streaming": "生成中",
"elapsedMinutes": "{value} 分鐘",
"elapsedSeconds": "{value} 秒",
"toolUseCount": "{count} 次工具呼叫"
},
"tool": {
"parameters": "參數",
"status": {
"approvalRequested": "等待授權",
"approvalResponded": "已回應",
"inputAvailable": "執行中",
"inputStreaming": "等待中",
"outputAvailable": "已完成",
"outputDenied": "已拒絕",
"outputError": "錯誤"
}
},
"contentParts": {
"showingTailOutput": "為確保效能,串流輸出時僅顯示尾端內容。",
"result": "結果"
}
},
"diffPreview": {