@theia/core 1.69.0-next.81 → 1.69.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +8 -8
  2. package/i18n/nls.cs.json +177 -21
  3. package/i18n/nls.de.json +177 -21
  4. package/i18n/nls.es.json +177 -21
  5. package/i18n/nls.fr.json +177 -21
  6. package/i18n/nls.hu.json +177 -21
  7. package/i18n/nls.it.json +177 -21
  8. package/i18n/nls.ja.json +177 -21
  9. package/i18n/nls.json +180 -24
  10. package/i18n/nls.ko.json +177 -21
  11. package/i18n/nls.pl.json +177 -21
  12. package/i18n/nls.pt-br.json +177 -21
  13. package/i18n/nls.ru.json +177 -21
  14. package/i18n/nls.tr.json +177 -21
  15. package/i18n/nls.zh-cn.json +177 -21
  16. package/i18n/nls.zh-tw.json +177 -21
  17. package/lib/browser/frontend-application-bindings.js +1 -1
  18. package/lib/browser/frontend-application-bindings.js.map +1 -1
  19. package/lib/browser/frontend-application-module.js +20 -20
  20. package/lib/browser/frontend-application-module.js.map +1 -1
  21. package/lib/browser/preferences/preference-contribution.js +1 -1
  22. package/lib/browser/preferences/preference-contribution.js.map +1 -1
  23. package/lib/browser/preload/preload-module.js +2 -2
  24. package/lib/browser/preload/preload-module.js.map +1 -1
  25. package/lib/browser/window/browser-window-module.js +1 -1
  26. package/lib/browser/window/browser-window-module.js.map +1 -1
  27. package/lib/common/contribution-provider.d.ts +35 -0
  28. package/lib/common/contribution-provider.d.ts.map +1 -1
  29. package/lib/common/contribution-provider.js +50 -4
  30. package/lib/common/contribution-provider.js.map +1 -1
  31. package/lib/common/preferences/preference-configurations.d.ts.map +1 -1
  32. package/lib/common/preferences/preference-configurations.js +1 -1
  33. package/lib/common/preferences/preference-configurations.js.map +1 -1
  34. package/lib/electron-browser/window/electron-window-module.js +1 -1
  35. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  36. package/lib/electron-main/electron-main-application-module.js +3 -3
  37. package/lib/electron-main/electron-main-application-module.js.map +1 -1
  38. package/lib/node/backend-application-module.js +5 -5
  39. package/lib/node/backend-application-module.js.map +1 -1
  40. package/lib/node/i18n/i18n-backend-module.js +1 -1
  41. package/lib/node/i18n/i18n-backend-module.js.map +1 -1
  42. package/lib/node/messaging/messaging-backend-module.js +3 -3
  43. package/lib/node/messaging/messaging-backend-module.js.map +1 -1
  44. package/package.json +8 -8
  45. package/src/browser/frontend-application-bindings.ts +2 -2
  46. package/src/browser/frontend-application-module.ts +21 -21
  47. package/src/browser/preferences/preference-contribution.ts +2 -2
  48. package/src/browser/preload/preload-module.ts +3 -3
  49. package/src/browser/window/browser-window-module.ts +2 -2
  50. package/src/common/contribution-provider.ts +56 -8
  51. package/src/common/preferences/preference-configurations.ts +2 -2
  52. package/src/electron-browser/window/electron-window-module.ts +2 -2
  53. package/src/electron-main/electron-main-application-module.ts +4 -4
  54. package/src/node/backend-application-module.ts +6 -6
  55. package/src/node/i18n/i18n-backend-module.ts +2 -2
  56. package/src/node/messaging/messaging-backend-module.ts +4 -4
@@ -116,6 +116,7 @@
116
116
  "chatSessionSummaryAgent": {
117
117
  "description": "用于生成聊天会话摘要的代理程序。"
118
118
  },
119
+ "clipboardSeparator": "剪贴板",
119
120
  "confirmApplySuggestion": "文件{0}自本建议创建后已发生变更。您确定要应用此更改吗?",
120
121
  "confirmRevertSuggestion": "文件{0}自本建议创建后已发生变更。您确定要撤销此更改吗?",
121
122
  "couldNotFindMatchingLM": "未找到匹配的语言模型。请检查您的设置!",
@@ -143,6 +144,7 @@
143
144
  "description": "为图像提供上下文信息",
144
145
  "label": "图像文件"
145
146
  },
147
+ "imagePickerPlaceholder": "选择图像文件或按名称搜索",
146
148
  "orchestrator": {
147
149
  "description": "该智能体通过人工智能技术,将用户请求与所有可用聊天智能体的描述进行比对分析,并选择最匹配的智能体进行响应。用户请求将直接转交至选定的智能体处理,无需额外确认。",
148
150
  "vars": {
@@ -162,7 +164,6 @@
162
164
  "description": "启用代理固定功能,可在不同提示中自动保持指定聊天代理处于活动状态,减少重复提及的需要。您可随时手动取消固定或切换代理。"
163
165
  },
164
166
  "revertSuggestion": "撤销建议",
165
- "selectImageFile": "选择图像文件",
166
167
  "sessionStorageScope": {
167
168
  "description": "选择是否将聊天会话分别存储在独立的工作区存储库中,或统一存储于全局存储库。若未打开任何工作区,会话将回退至全局存储。",
168
169
  "global": "将聊天会话存储在单一存储库中,供所有工作区共享。",
@@ -191,11 +192,15 @@
191
192
  },
192
193
  "view": {
193
194
  "label": "AI Chat"
195
+ },
196
+ "welcomeScreenSessions": {
197
+ "description": "欢迎界面显示的近期聊天会话行数。可见会话数量取决于可用宽度。设置为0可隐藏近期聊天区域。"
194
198
  }
195
199
  },
196
200
  "chat-ui": {
197
201
  "addContextVariable": "添加上下文变量",
198
202
  "agent": "代理",
203
+ "agentDelegationDescription": "可委派的其他AI代理",
199
204
  "aiDisabled": "AI功能已禁用",
200
205
  "applyAll": "应用全部",
201
206
  "applyAllTitle": "应用所有待处理更改",
@@ -204,10 +209,7 @@
204
209
  "cancel": "取消 (Esc)",
205
210
  "chat-view-tree-widget": {
206
211
  "ai": "AI",
207
- "aiFeatureHeader": "🚀 AI功能现已可用(测试版)!",
208
- "featuresDisabled": "当前所有AI功能均已禁用!",
209
212
  "generating": "生成",
210
- "howToEnable": "如何启用 AI 功能:",
211
213
  "noRenderer": "错误:未找到渲染器",
212
214
  "scrollToBottom": "跳转至最新消息",
213
215
  "waitingForInput": "等待输入",
@@ -222,14 +224,17 @@
222
224
  },
223
225
  "chatInputAriaLabel": "在此处输入您的消息",
224
226
  "chatResponses": "聊天回复",
227
+ "clearAllSelections": "清除搜索字符串和功能选项",
225
228
  "code-part-renderer": {
226
229
  "copied": "已复制",
227
230
  "generatedCode": "生成的代码"
228
231
  },
232
+ "collapseAll": "折叠全部",
229
233
  "collapseChangeSet": "折叠 更改集",
230
234
  "command-part-renderer": {
231
235
  "commandNotExecutable": "该命令的ID为\"{0}\",但无法通过聊天窗口执行。"
232
236
  },
237
+ "confirmDeleteChatMsg": "您确定要删除此聊天记录吗?",
233
238
  "copyCodeBlock": "复制代码块",
234
239
  "couldNotSendRequestToSession": "无法向会话{1}发送请求\"{0}\"",
235
240
  "delegation-response-renderer": {
@@ -248,6 +253,7 @@
248
253
  }
249
254
  },
250
255
  "deleteChangeSet": "删除变更集",
256
+ "deleteChat": "删除聊天记录",
251
257
  "editRequest": "编辑",
252
258
  "edited": "编辑",
253
259
  "editedTooltipHint": "此提示变体已进行编辑。您可在AI配置视图中重置它。",
@@ -260,17 +266,27 @@
260
266
  "failedToRetry": "重试失败消息",
261
267
  "focusInput": "聚焦聊天输入",
262
268
  "focusResponse": "焦点聊天响应",
269
+ "functions": "功能",
270
+ "functionsDescription": "Theia 扩展提供的内置函数",
271
+ "genericCapabilities": "通用功能",
272
+ "mcpFunctions": "MCP",
273
+ "mcpFunctionsDescription": "来自连接服务器的模型上下文协议(MCP)功能",
263
274
  "noChatAgentsAvailable": "没有可用的聊天机器人。",
275
+ "noMatchingCapabilities": "无匹配功能",
264
276
  "openDiff": "打开差异",
265
277
  "openImage": "打开图像",
266
278
  "openOriginalFile": "打开原始文件",
267
279
  "performThisTask": "执行此任务。",
268
280
  "persistedSession": "持久化会话(点击恢复)",
281
+ "promptFragments": "提示",
282
+ "promptFragmentsDescription": "用于对话的自定义提示片段",
269
283
  "removeChat": "移除聊天功能",
270
284
  "renameChat": "重命名聊天",
271
285
  "requestNotFoundForRetry": "请求未找到,请重试",
272
286
  "responseFrom": "来自 {0} 的响应",
287
+ "searchCapabilities": "搜索功能",
273
288
  "selectAgentQuickPickPlaceholder": "为新会话选择代理",
289
+ "selectAllInCategory": "选择此类别中的所有项目",
274
290
  "selectChat": "选择聊天",
275
291
  "selectContextVariableQuickPickPlaceholder": "选择一个上下文变量附加到消息中",
276
292
  "selectTaskContextQuickPickItem": {
@@ -280,13 +296,11 @@
280
296
  "selectVariableArguments": "选择可变参数",
281
297
  "send": "发送(回车)",
282
298
  "sessionNotFoundForRetry": "未找到可重试的会话",
299
+ "skillsDescription": "可重复使用的技能指令,可添加至对话中",
283
300
  "switchAgentMode": "切换代理模式",
284
301
  "text-part-renderer": {
285
302
  "cantDisplay": "无法显示响应,请检查您的ChatResponsePartRenderers!"
286
303
  },
287
- "thinking-part-renderer": {
288
- "thinking": "思考"
289
- },
290
304
  "toggleCapabilitiesConfig": "切换功能配置",
291
305
  "toolcall-part-renderer": {
292
306
  "denied": "执行被拒绝",
@@ -315,6 +329,8 @@
315
329
  "contentNotRestoreable": "此内容(类型为'{0}')无法完全恢复。它可能来自已不再可用的扩展程序。"
316
330
  },
317
331
  "unpinAgent": "取消固定代理",
332
+ "unselectAllInCategory": "取消选择此类别中的所有选项",
333
+ "variablesDescription": "提供上下文信息的动态变量",
318
334
  "variantTooltip": "提示变体:{0}",
319
335
  "yourMessage": "您的消息"
320
336
  },
@@ -459,7 +475,6 @@
459
475
  "itemCount": "{0} 项目",
460
476
  "noItems": "无项目",
461
477
  "oneItem": "1 项",
462
- "running": "正在运行...",
463
478
  "searched": "已检索",
464
479
  "searching": "搜索",
465
480
  "todoList": "Todo List",
@@ -536,7 +551,6 @@
536
551
  "privacy": "Theia是一个开源项目。我们仅请求访问您的GitHub用户名以连接GitHub Copilot服务——不会访问或存储任何其他数据。",
537
552
  "success": "已成功登录 GitHub Copilot!",
538
553
  "successHint": "若您的 GitHub 账户已启用 Copilot 功能,现在可通过以下方式配置 Copilot 语言模型: ",
539
- "title": "登录 GitHub Copilot",
540
554
  "tos": "通过登录,即表示您同意 ",
541
555
  "tosLink": "GitHub 服务条款",
542
556
  "verifying": "正在验证授权..."
@@ -552,6 +566,9 @@
552
566
  "models": {
553
567
  "description": "GitHub Copilot可选模型。可用模型取决于您的Copilot订阅类型。"
554
568
  },
569
+ "signOut": {
570
+ "confirmMessage": "您确定要退出 GitHub Copilot 吗?"
571
+ },
555
572
  "statusBar": {
556
573
  "signedIn": "已使用{0}账号登录GitHub Copilot。点击退出登录。",
557
574
  "signedOut": "尚未登录 GitHub Copilot。点击登录。"
@@ -559,14 +576,16 @@
559
576
  },
560
577
  "core": {
561
578
  "agentConfiguration": {
562
- "actions": "操作",
563
579
  "addCustomAgent": "添加自定义代理",
564
580
  "availableCapabilities": "可用功能",
581
+ "completionNotificationDescriptionPrefix": "选择当此代理完成任务时希望接收的通知方式。\"默认\"使用 ",
582
+ "defaultNotificationDescription": "使用全局AI通知设置",
565
583
  "enableAgent": "启用代理",
566
- "label": "代理",
567
584
  "llmRequirements": "大型语言模型需求",
568
585
  "notUsedInPrompt": "不用于提示符",
569
586
  "notUsedInPromptTooltip": "该变量由代理声明,但在当前提示模板中未被引用。",
587
+ "notificationSettings": "通知设置",
588
+ "notificationSettingsLink": "AI通知设置",
570
589
  "promptTemplates": "提示模板",
571
590
  "selectAgentMessage": "请先选择一个代理!",
572
591
  "showInChat": "在聊天中显示",
@@ -665,6 +684,16 @@
665
684
  "unavailableModel": "所选模型已不再可用"
666
685
  },
667
686
  "noVariableFoundForOpenRequest": "未找到用于打开请求的变量。",
687
+ "notification": {
688
+ "message": {
689
+ "description": "在应用程序内显示通知消息"
690
+ },
691
+ "off": {
692
+ "description": "禁用所有通知"
693
+ },
694
+ "osNotification": "操作系统通知",
695
+ "windowBlink": "窗口闪烁"
696
+ },
668
697
  "openEditorsShortVariable": {
669
698
  "description": "当前所有打开文件的简短引用(相对路径,以逗号分隔)"
670
699
  },
@@ -770,6 +799,30 @@
770
799
  "edited": "编辑",
771
800
  "unavailableVariant": "不可用"
772
801
  },
802
+ "thinkingMode": {
803
+ "mdDescription": "允许为支持扩展思考能力的模型指定思考模式设置。\n 每个设置包含:\n - `scope`:定义设置的适用条件:\n - `modelId`(可选):匹配的模型ID\n - `providerId`(可选):匹配的提供商ID\n - `agentId`(可选): 匹配的代理ID\n - `thinkingMode`:思考模式配置:\n - `enabled`(布尔值):是否启用思考模式\n - `budgetTokens`(数字,可选):思考的最大令牌数(若模型支持)\n 设置匹配基于特异性(代理:100分,模型:10分,提供商:1分)。",
804
+ "scope": {
805
+ "agentId": {
806
+ "description": "(可选)应用设置的代理ID。"
807
+ },
808
+ "modelId": {
809
+ "description": "(可选)模型ID"
810
+ },
811
+ "providerId": {
812
+ "description": "(可选)应用设置的提供者ID。"
813
+ }
814
+ },
815
+ "thinkingMode": {
816
+ "budgetTokens": {
817
+ "description": "用于思考的最大令牌数。仅当模型支持思考预算时适用。"
818
+ },
819
+ "description": "思维模式配置。",
820
+ "enabled": {
821
+ "description": "是否启用了思考模式。"
822
+ }
823
+ },
824
+ "title": "思考模式设置"
825
+ },
773
826
  "todayVariable": {
774
827
  "description": "今日要事",
775
828
  "format": {
@@ -873,7 +926,6 @@
873
926
  "ide": {
874
927
  "agent-description": "在[AI配置视图]({0})中配置AI代理设置,包括启用状态、LLM选择、提示模板自定义及自定义代理创建。",
875
928
  "agentConfiguration": {
876
- "capabilityId": "片段ID",
877
929
  "capabilityOn": "On",
878
930
  "customAgentLocationQuickPick": {
879
931
  "createNewFile": "创建新文件",
@@ -904,6 +956,10 @@
904
956
  "question": "Playwright MCP 服务器未运行。是否现在启动?此操作可能安装 Playwright MCP 服务器。"
905
957
  }
906
958
  },
959
+ "appTester": {
960
+ "description": "允许代理对浏览器应用程序进行端到端测试。为此,代理可委托AppTester代理执行任务,该代理通过自动化浏览器交互来验证实现效果。",
961
+ "name": "应用程序测试员"
962
+ },
907
963
  "architectAgent": {
908
964
  "mode": {
909
965
  "plan": "平面模式",
@@ -913,9 +969,10 @@
913
969
  "executePlanWithCoder": "使用 Coder 执行 \"{0}\""
914
970
  }
915
971
  },
972
+ "browseAllChats": "浏览所有聊天记录...",
916
973
  "bypassHint": "某些智能体(如Claude Code)无需Theia语言模型支持",
917
974
  "chatDisabledMessage": {
918
- "featuresTitle": "当前支持的视图与功能:"
975
+ "title": "AI功能已禁用"
919
976
  },
920
977
  "coderAgent": {
921
978
  "mode": {
@@ -948,6 +1005,7 @@
948
1005
  }
949
1006
  }
950
1007
  },
1008
+ "configurationState": "配置问题",
951
1009
  "configureAgent": {
952
1010
  "header": "配置默认代理"
953
1011
  },
@@ -957,6 +1015,7 @@
957
1015
  "edit": "默认模式"
958
1016
  }
959
1017
  },
1018
+ "deleteChat": "删除聊天记录",
960
1019
  "enableAI": {
961
1020
  "mdDescription": "此设置允许您访问最新的人工智能功能(测试版)。 \n 请注意,这些功能处于测试阶段,可能随时变更并持续优化。需特别注意:这些功能可能持续向您授权访问的语言模型(LLMs)发起请求,由此产生的费用需密切监控。 启用此选项即表示您已知晓上述风险。 \n **请注意!本节下方设置仅在主功能启用后生效。启用功能后,您需在下方至少配置一个LLM提供商。详情参见[文档](https://theia-ide.org/docs/user_ai/)**。"
962
1021
  },
@@ -979,16 +1038,20 @@
979
1038
  "yes": "是的,启动服务器"
980
1039
  }
981
1040
  },
1041
+ "githubCapability": {
1042
+ "description": "允许代理与 GitHub 进行交互。为此,该代理可委托 GitHub 代理执行操作,后者能够读写问题、拉取请求、评论及仓库内容。",
1043
+ "name": "GitHub"
1044
+ },
982
1045
  "githubRepoName": {
983
1046
  "description": "当前GitHub仓库名称(例如\"eclipse-theia/theia\")"
984
1047
  },
1048
+ "howToGetStarted": "如何开始使用",
985
1049
  "model-selection-description": "在[AI配置视图]({0})中选择每个AI代理使用的超大规模语言模型(LLMs)。",
986
1050
  "moreAgentsAvailable": {
987
1051
  "header": "更多代理程序可用"
988
1052
  },
989
1053
  "noRecommendedAgents": "没有可用的推荐代理。",
990
1054
  "openSettings": "打开 AI 设置",
991
- "or": "或",
992
1055
  "orchestrator": {
993
1056
  "error": {
994
1057
  "noAgents": "当前无可用聊天机器人处理请求。请检查您的配置中是否启用了相关机器人。"
@@ -1002,18 +1065,28 @@
1002
1065
  }
1003
1066
  },
1004
1067
  "prompt-template-description": "在[AI配置视图]({0})中为AI代理选择提示变体并自定义提示模板。",
1005
- "recommendedAgents": "推荐代理:",
1068
+ "recentChats": "最近聊天记录",
1069
+ "renameChat": "重命名聊天",
1006
1070
  "shellAllowlist": {
1007
1071
  "placeholder": "例如:\"git log\"(精确命令)或\"git log *\"(带参数的命令)"
1008
1072
  },
1009
1073
  "shellDenylist": {
1010
1074
  "placeholder": "例如:\"git push *\" 或 \"rm -rf /\""
1011
1075
  },
1076
+ "shellExecutionCapability": {
1077
+ "description": "允许代理在主机系统上运行任意shell命令。代理可进一步委托执行非任务类脚本、查询系统信息,以及执行无专用工具支持的操作。",
1078
+ "name": "Shell 执行"
1079
+ },
1012
1080
  "skillsConfiguration": {
1013
- "label": "技能",
1014
1081
  "location": {
1015
1082
  "label": "位置"
1016
- }
1083
+ },
1084
+ "noSkills": "无可用技能",
1085
+ "noSlashCommands": "无斜杠命令可用",
1086
+ "slashCommand": {
1087
+ "allAgents": "所有代理"
1088
+ },
1089
+ "slashCommandsSectionHeader": "斜杠命令"
1017
1090
  },
1018
1091
  "toolsConfiguration": {
1019
1092
  "confirmAlwaysAllow": {
@@ -1049,6 +1122,15 @@
1049
1122
  }
1050
1123
  }
1051
1124
  },
1125
+ "tooltip": {
1126
+ "agent": "代理",
1127
+ "lastActivity": "最近活动",
1128
+ "lastMessage": "最后一条消息",
1129
+ "messages": "消息",
1130
+ "multipleExchanges": "{0} 交易所",
1131
+ "oneExchange": "1 交换",
1132
+ "unread": "未读"
1133
+ },
1052
1134
  "variableConfiguration": {
1053
1135
  "selectVariable": "请选择一个变量。",
1054
1136
  "usedByAgents": "供代理使用",
@@ -1149,9 +1231,36 @@
1149
1231
  "copyAllSingle": "复制全部用于聊天(包含所有工具的单一提示符片段)",
1150
1232
  "copyForPrompt": "复制工具(用于聊天或提示模板)",
1151
1233
  "copyForPromptTemplate": "复制全部内容用于提示模板(包含所有工具的单一提示片段)",
1234
+ "deleteServer": "删除服务器",
1235
+ "deleteServerDialogMsg": "您确定要删除服务器\"{0}\"吗?",
1236
+ "deleteServerDialogTitle": "删除 MCP 服务器",
1237
+ "deleteServerError": "删除MCP服务器失败:{0}",
1238
+ "editServer": "编辑服务器",
1239
+ "editServerTitle": "编辑 MCP 服务器",
1152
1240
  "environmentVariables": "环境变量",
1241
+ "form": {
1242
+ "argsPlaceholder": "空格分隔,例如:-y @modelcontextprotocol/server-brave-search",
1243
+ "authHeaderPlaceholder": "默认值:基于Bearer的授权",
1244
+ "authTokenPlaceholder": "可选身份验证令牌",
1245
+ "autostart": "自动启动",
1246
+ "commandPlaceholder": "例如:npx 或 uvx",
1247
+ "commandRequired": "本地服务器需要命令行支持",
1248
+ "envPlaceholder": "KEY=value(每行一个)",
1249
+ "headersPlaceholder": "Header-Name=value(每行一个)",
1250
+ "localServer": "本地(命令)",
1251
+ "nameExists": "已存在同名服务器",
1252
+ "nameRequired": "服务器名称为必填项",
1253
+ "remoteServer": "远程(URL)",
1254
+ "saveChanges": "保存更改",
1255
+ "serverName": "服务器名称",
1256
+ "serverNamePlaceholder": "例如:my-mcp-server",
1257
+ "serverType": "服务器类型",
1258
+ "serverUrlPlaceholder": "例如:https://mcp.example.com",
1259
+ "serverUrlRequired": "远程服务器需提供服务器URL"
1260
+ },
1153
1261
  "headers": "标题",
1154
1262
  "noServers": "未配置任何MCP服务器",
1263
+ "saveServerError": "保存 MCP 服务器配置失败:{0}",
1155
1264
  "serverAuthToken": "授权令牌",
1156
1265
  "serverAuthTokenHeader": "身份验证标头名称",
1157
1266
  "serverUrl": "服务器URL",
@@ -1248,6 +1357,11 @@
1248
1357
  }
1249
1358
  },
1250
1359
  "session-settings-dialog": {
1360
+ "advancedSettings": "高级设置(JSON)",
1361
+ "budgetTokens": "预算代币:",
1362
+ "enableThinking": "启用扩展思维",
1363
+ "thinkingMode": "思考模式",
1364
+ "thinkingModeNote": "某些型号可能忽略此设置。",
1251
1365
  "title": "设置会话设置",
1252
1366
  "tooltip": "设置会话设置"
1253
1367
  },
@@ -1363,9 +1477,13 @@
1363
1477
  "fileChangeSetTitle": "建议修改内容"
1364
1478
  },
1365
1479
  "ai-chat-ui": {
1480
+ "deleteChat": "删除聊天记录",
1366
1481
  "initiate-session-task-context": "任务背景:启动会话",
1482
+ "navigate-back": "返回导航",
1483
+ "navigate-forward": "向前导航",
1367
1484
  "open-current-session-summary": "打开当前会话摘要",
1368
1485
  "open-settings-tooltip": "打开 AI 设置...",
1486
+ "renameChat": "重命名聊天",
1369
1487
  "scroll-lock": "锁定滚动",
1370
1488
  "scroll-unlock": "解锁滚动",
1371
1489
  "session-settings": "设置会话设置",
@@ -1378,11 +1496,12 @@
1378
1496
  },
1379
1497
  "ai-core": {
1380
1498
  "agentCompletionMessage": "代理\"{0}\"已完成其任务。",
1499
+ "agentCompletionMessageWithSession": "代理\"{0}\"已在\"{1}\"中完成其任务。",
1381
1500
  "agentCompletionTitle": "代理\"{0}\"任务已完成",
1382
- "agentCompletionWithTask": "代理\"{0}\"已完成任务:{1}",
1383
1501
  "preferences": {
1384
1502
  "title": "AI功能"
1385
- }
1503
+ },
1504
+ "showChat": "显示聊天"
1386
1505
  },
1387
1506
  "ai-editor": {
1388
1507
  "contextMenu": "询问AI",
@@ -1414,8 +1533,23 @@
1414
1533
  "blockedServersLabel": "MCP服务器(自动启动被阻止)"
1415
1534
  },
1416
1535
  "ai-terminal": {
1536
+ "allowAllConfirm": "我理解,允许所有",
1537
+ "allowAllForever": "始终允许所有shell命令...",
1538
+ "allowAllSession": "允许此聊天中的所有shell命令...",
1539
+ "allowAllSessionConfirm": "我明白了,允许本次聊天的所有内容",
1540
+ "allowAllSessionTitle": "允许此聊天使用所有Shell命令?",
1541
+ "allowAllSessionWarning": "此操作将允许AI在本聊天会话剩余时间内无需确认即可执行任意shell命令。shell命令拥有完整系统访问权限,可执行任意指令、修改工作区外的文件并访问网络资源。拒绝列表中的命令仍将被拦截。",
1542
+ "allowAllTitle": "允许所有Shell命令?",
1543
+ "allowAllWarning": "此设置将允许AI无需确认即可执行任意shell命令。shell命令具备完整系统访问权限,可执行任意指令、修改工作区外的文件并访问网络资源。拒绝列表中的命令仍将被拦截。",
1544
+ "alwaysAllowPattern": "始终允许 {0}",
1545
+ "alwaysAllowPatterns": "始终允许访问 {0} 和 {1}",
1546
+ "alwaysAllowPatternsList": "始终允许 {0}",
1547
+ "alwaysDenyPattern": "始终拒绝 {0}",
1548
+ "alwaysDenyPatterns": "始终拒绝 {0} 和 {1}",
1549
+ "alwaysDenyPatternsList": "始终拒绝 {0}",
1417
1550
  "cancelExecution": "取消命令执行",
1418
1551
  "canceling": "正在取消...",
1552
+ "configurePermissions": "配置 shell 命令权限",
1419
1553
  "confirmExecution": "确认Shell命令",
1420
1554
  "denialReason": "原因",
1421
1555
  "executionCanceled": "已取消",
@@ -1593,6 +1727,7 @@
1593
1727
  "couldNotRunTask": "无法运行任务“{0}”。",
1594
1728
  "dataBreakpoint": "数据断点",
1595
1729
  "debugConfiguration": "调试配置",
1730
+ "debugRestricted": "在受限模式下,调试功能已禁用",
1596
1731
  "debugSessionInitializationFailed": "调试会话初始化失败。请查看控制台获取详细信息。",
1597
1732
  "debugSessionTypeNotSupported": "调试会话类型\"{0}\"不被支持。",
1598
1733
  "debugToolbarMenu": "调试工具栏菜单",
@@ -1623,6 +1758,11 @@
1623
1758
  "unverifiedBreakpoint": "未经核实的{0}"
1624
1759
  },
1625
1760
  "editor": {
1761
+ "clearFormatterSetting": "清除格式化设置",
1762
+ "configuredIn": "配置于{0}",
1763
+ "configuredNotInstalled": "在{1}中配置但未安装的\"{0}\"",
1764
+ "configuredNotInstalledFallbackNamed": "在 {1} 中配置的 '{0}' 未安装,使用 '{2}'",
1765
+ "currentFormatter": "(当前)",
1626
1766
  "diffEditor.wordWrap2": "行将根据 `#editor.wordWrap#` 设置进行换行。",
1627
1767
  "dirtyEncoding": "该文件处于未保存状态。请先保存文件,再使用其他编码重新打开。",
1628
1768
  "editor.bracketPairColorization.enabled": "控制括号配对着色功能的启用状态。使用 `#workbench.colorCustomizations#` 可覆盖括号高亮颜色。",
@@ -1643,11 +1783,26 @@
1643
1783
  "editor.suggestLineHeight": "建议控件的行高设置。当设置为`0`时,将使用`#editor.lineHeight#`的值。最小值为8。",
1644
1784
  "editor.tabSize": "制表符等同于多少个空格。当`#editor.detectIndentation#`启用时,此设置将根据文件内容被覆盖。",
1645
1785
  "formatOnSaveTimeout": "文件保存时执行的格式化操作将在指定毫秒数后超时取消。",
1786
+ "formatter": "格式化器",
1787
+ "noDefaultConfiguredLabel": "未配置默认格式化器",
1788
+ "noDefaultConfiguredTooltip": "未配置默认格式化器(可选格式化器:{0})",
1789
+ "noEditor": "当前无编辑器处于活动状态",
1790
+ "noFormatter": "无格式化器",
1791
+ "noFormatterInstalled": "未安装格式化工具",
1792
+ "noFormattersAvailable": "此语言暂无可用格式化工具",
1793
+ "noFormattersInstalledTooltip": "此语言尚未安装任何格式化工具。",
1794
+ "onlyAvailableFormatter": "仅可用格式化器",
1795
+ "onlyFormatterInstalled": "{0} (仅安装格式化工具)",
1646
1796
  "persistClosedEditors": "控制是否在窗口重新加载时保留工作区已关闭编辑器的历史记录。",
1797
+ "selectFormatter": "选择默认格式化器",
1798
+ "selectScope": "选择保存设置的位置",
1647
1799
  "showAllEditors": "显示所有已打开的编辑器",
1800
+ "showFormatterInfo": "显示格式化器信息",
1648
1801
  "splitHorizontal": "水平分割编辑器",
1649
1802
  "splitVertical": "垂直分割编辑器",
1650
- "toggleStickyScroll": "切换粘性滚动"
1803
+ "toggleStickyScroll": "切换粘性滚动",
1804
+ "userSettingsDetail": "应用于所有工作区",
1805
+ "workspaceSettingsDetail": "仅应用于当前工作区"
1651
1806
  },
1652
1807
  "external-terminal": {
1653
1808
  "cwd": "为新建外部终端选择当前工作目录"
@@ -2026,7 +2181,8 @@
2026
2181
  },
2027
2182
  "taskAlreadyRunningInTerminal": "任务已在终端中运行",
2028
2183
  "taskExitedWithCode": "任务“{0}”已退出,状态码为{1}。",
2029
- "taskTerminalTitle": "任务:{0}",
2184
+ "taskIdLabel": "#{0}",
2185
+ "taskRestricted": "任务执行在受限模式下被禁用",
2030
2186
  "taskTerminatedBySignal": "任务 '{0}' 被信号 {1} 终止。",
2031
2187
  "terminalWillBeReusedByTasks": "终端将被任务重复使用。"
2032
2188
  },