@codingame/monaco-vscode-language-pack-zh-hans 4.4.1 → 4.5.0-improve-code-splitting.1

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.
@@ -191,6 +191,27 @@ var content = {
191
191
  redo: "恢复",
192
192
  selectAll: "选择全部",
193
193
  undo: "撤消"
194
+ },
195
+ "vs/editor/browser/services/hoverService/hoverWidget": {
196
+ hoverhint: "Hold {0} key to mouse over"
197
+ },
198
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget": {
199
+ "cursors.maximum": "The number of cursors has been limited to {0}. Consider using [find and replace](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) for larger changes or increase the editor multi cursor limit setting.",
200
+ goToSetting: "Increase Multi Cursor Limit"
201
+ },
202
+ "vs/editor/browser/widget/diffEditor/commands": {
203
+ accessibleDiffViewer: "Accessible Diff Viewer",
204
+ collapseAllUnchangedRegions: "Collapse All Unchanged Regions",
205
+ diffEditor: "Diff Editor",
206
+ "editor.action.accessibleDiffViewer.next": "Go to Next Difference",
207
+ "editor.action.accessibleDiffViewer.prev": "Go to Previous Difference",
208
+ exitCompareMove: "Exit Compare Move",
209
+ revert: "Revert",
210
+ showAllUnchangedRegions: "Show All Unchanged Regions",
211
+ switchSide: "Switch Side",
212
+ toggleCollapseUnchangedRegions: "Toggle Collapse Unchanged Regions",
213
+ toggleShowMovedCodeBlocks: "Toggle Show Moved Code Blocks",
214
+ toggleUseInlineViewWhenSpaceIsLimited: "Toggle Use Inline View When Space Is Limited"
194
215
  },
195
216
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
196
217
  accessibleDiffViewerCloseIcon: "可访问差异查看器中“关闭”的图标。",
@@ -222,18 +243,9 @@ var content = {
222
243
  },
223
244
  "vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
224
245
  "Open Accessible Diff Viewer": "打开可访问差异查看器",
225
- accessibleDiffViewer: "可访问的差异查看器",
226
- collapseAllUnchangedRegions: "折叠所有未更改的区域",
227
- diffEditor: "差异编辑器",
228
- "editor.action.accessibleDiffViewer.next": "转至下一个差异",
229
- "editor.action.accessibleDiffViewer.prev": "转至上一个差异",
230
- exitCompareMove: "退出比较移动",
231
- showAllUnchangedRegions: "显示所有未更改的区域",
246
+ revertHunk: "Revert Block",
247
+ revertSelection: "Revert Selection",
232
248
  showMoves: "显示移动的代码块",
233
- switchSide: "切换侧面",
234
- toggleCollapseUnchangedRegions: "切换折叠未更改的区域",
235
- toggleShowMovedCodeBlocks: "切换显示移动的代码块",
236
- toggleUseInlineViewWhenSpaceIsLimited: "在空间受限时切换使用内联视图",
237
249
  useInlineViewWhenSpaceIsLimited: "空间受限时使用内联视图"
238
250
  },
239
251
  "vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": {
@@ -260,6 +272,11 @@ var content = {
260
272
  "diffEditor.unchangedRegionShadow": "未更改区域小组件周围的阴影颜色。",
261
273
  diffInsertIcon: "差异编辑器中插入项的线条修饰。",
262
274
  diffRemoveIcon: "差异编辑器中删除项的线条修饰。"
275
+ },
276
+ "vs/editor/browser/widget/multiDiffEditor/colors": {
277
+ "multiDiffEditor.background": "The background color of the multi file diff editor",
278
+ "multiDiffEditor.border": "The border color of the multi file diff editor",
279
+ "multiDiffEditor.headerBackground": "The background color of the diff editor's header"
263
280
  },
264
281
  "vs/editor/common/config/editorConfigurationSchema": {
265
282
  codeLens: "控制是否在编辑器中显示 CodeLens。",
@@ -281,6 +298,7 @@ var content = {
281
298
  maxComputationTime: "超时(以毫秒为单位),之后将取消差异计算。使用0表示没有超时。",
282
299
  maxFileSize: "要为其计算差异的最大文件大小(MB)。使用 0 表示无限制。",
283
300
  maxTokenizationLineLength: "由于性能原因,超过这个长度的行将不会被标记",
301
+ renderGutterMenu: "When enabled, the diff editor shows a special gutter for revert and stage actions.",
284
302
  renderIndicators: "控制差异编辑器是否为添加/删除的更改显示 +/- 指示符号。",
285
303
  renderMarginRevertIcon: "启用后,差异编辑器会在其字形边距中显示箭头以还原更改。",
286
304
  renderSideBySideInlineBreakpoint: "如果差异编辑器宽度小于此值,则使用内联视图。",
@@ -348,7 +366,7 @@ var content = {
348
366
  "cursorSmoothCaretAnimation.on": "始终启用平滑脱字号动画。",
349
367
  cursorStyle: "控制光标样式。",
350
368
  cursorSurroundingLines: "控制光标周围可见的前置行(最小值为 0)和尾随行(最小值为 1)的最小数目。在其他一些编辑器中称为 “scrollOff” 或 “scrollOffset”。",
351
- cursorSurroundingLinesStyle: "控制何时应强制执行\"#光标环绕行#\"。",
369
+ cursorSurroundingLinesStyle: "Controls when `#editor.cursorSurroundingLines#` should be enforced.",
352
370
  "cursorSurroundingLinesStyle.all": "始终强制执行 \"cursorSurroundingLines\"",
353
371
  "cursorSurroundingLinesStyle.default": "仅当通过键盘或 API 触发时,才会强制执行\"光标环绕行\"。",
354
372
  cursorWidth: "当 `#editor.cursorStyle#` 设置为 `line` 时,控制光标的宽度。",
@@ -524,6 +542,9 @@ var content = {
524
542
  "minimap.maxColumn": "限制缩略图的宽度,控制其最多显示的列数。",
525
543
  "minimap.renderCharacters": "渲染每行的实际字符,而不是色块。",
526
544
  "minimap.scale": "在迷你地图中绘制的内容比例: 1、2 或 3。",
545
+ "minimap.sectionHeaderFontSize": "Controls the font size of section headers in the minimap.",
546
+ "minimap.showMarkSectionHeaders": "Controls whether MARK: comments are shown as section headers in the minimap.",
547
+ "minimap.showRegionSectionHeaders": "Controls whether named regions are shown as section headers in the minimap.",
527
548
  "minimap.showSlider": "控制何时显示迷你地图滑块。",
528
549
  "minimap.side": "控制在哪一侧显示缩略图。",
529
550
  "minimap.size": "控制迷你地图的大小。",
@@ -653,10 +674,11 @@ var content = {
653
674
  "unusualLineTerminators.auto": "自动删除异常的行终止符。",
654
675
  "unusualLineTerminators.off": "忽略异常的行终止符。",
655
676
  "unusualLineTerminators.prompt": "提示删除异常的行终止符。",
656
- useTabStops: "根据制表位插入和删除空格。",
677
+ useTabStops: "Spaces and tabs are inserted and deleted in alignment with tab stops.",
657
678
  wordBreak: "控制中文/日语/韩语(CJK)文本使用的断字规则。",
658
679
  "wordBreak.keepAll": "中文/日语/韩语(CJK)文本不应使用断字功能。非 CJK 文本行为与普通文本行为相同。",
659
680
  "wordBreak.normal": "使用默认换行规则。",
681
+ wordSegmenterLocales: "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.).",
660
682
  wordSeparators: "执行单词相关的导航或操作时作为单词分隔符的字符。",
661
683
  wordWrap: "控制折行的方式。",
662
684
  "wordWrap.bounded": "在视区宽度和 `#editor.wordWrapColumn#` 中的较小值处折行。",
@@ -722,6 +744,10 @@ var content = {
722
744
  editorIndentGuides5: "编辑器缩进参考线 (5) 的颜色。",
723
745
  editorIndentGuides6: "编辑器缩进参考线 (6) 的颜色。",
724
746
  editorLineNumbers: "编辑器行号的颜色。",
747
+ editorMultiCursorPrimaryBackground: "The background color of the primary editor cursor when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.",
748
+ editorMultiCursorPrimaryForeground: "Color of the primary editor cursor when multiple cursors are present.",
749
+ editorMultiCursorSecondaryBackground: "The background color of secondary editor cursors when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.",
750
+ editorMultiCursorSecondaryForeground: "Color of secondary editor cursors when multiple cursors are present.",
725
751
  editorOverviewRulerBackground: "编辑器概述标尺的背景色。",
726
752
  editorOverviewRulerBorder: "概览标尺边框的颜色。",
727
753
  editorRuler: "编辑器标尺的颜色。",
@@ -745,6 +771,11 @@ var content = {
745
771
  accessibleDiffViewerVisible: "可访问差异查看器是否可见",
746
772
  comparingMovedCode: "是否选择移动的代码块进行比较",
747
773
  diffEditorHasChanges: "差异编辑器是否有更改",
774
+ diffEditorInlineMode: "Whether inline mode is active",
775
+ diffEditorModifiedUri: "The uri of the modified document",
776
+ diffEditorModifiedWritable: "Whether modified is writable in the diff editor",
777
+ diffEditorOriginalUri: "The uri of the original document",
778
+ diffEditorOriginalWritable: "Whether modified is writable in the diff editor",
748
779
  diffEditorRenderSideBySideInlineBreakpointReached: "是否已到达差异编辑器并排呈现内联断点",
749
780
  editorColumnSelection: "是否已启用 \"editor.columnSelection\"",
750
781
  editorFocus: "编辑器或编辑器小组件是否具有焦点(例如焦点在“查找”小组件中)",
@@ -964,9 +995,12 @@ var content = {
964
995
  },
965
996
  "vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": {
966
997
  hideColorPicker: "隐藏颜色选取器",
998
+ hideColorPickerDescription: "Hide the standalone color picker.",
967
999
  insertColorWithStandaloneColorPicker: "使用独立颜色选取器插入颜色",
1000
+ insertColorWithStandaloneColorPickerDescription: "Insert hex/rgb/hsl colors with the focused standalone color picker.",
968
1001
  mishowOrFocusStandaloneColorPicker: "&&显示或聚焦独立颜色选取器",
969
- showOrFocusStandaloneColorPicker: "显示或聚焦独立颜色选取器"
1002
+ showOrFocusStandaloneColorPicker: "显示或聚焦独立颜色选取器",
1003
+ showOrFocusStandaloneColorPickerDescription: "Show or focus a standalone color picker which uses the default color provider. It displays hex/rgb/hsl colors."
970
1004
  },
971
1005
  "vs/editor/contrib/comment/browser/comment": {
972
1006
  "comment.block": "切换块注释",
@@ -994,7 +1028,7 @@ var content = {
994
1028
  },
995
1029
  "vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
996
1030
  pasteAs: "粘贴为...",
997
- "pasteAs.id": "要尝试应用的粘贴编辑的 ID。如果未提供,编辑器将显示选取器。",
1031
+ "pasteAs.kind": "The kind of the paste edit to try applying. If not provided or there are multiple edits for this kind, the editor will show a picker.",
998
1032
  pasteAsText: "粘贴为文本"
999
1033
  },
1000
1034
  "vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": {
@@ -1006,7 +1040,6 @@ var content = {
1006
1040
  postPasteWidgetTitle: "显示粘贴选项..."
1007
1041
  },
1008
1042
  "vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": {
1009
- builtIn: "内置",
1010
1043
  "defaultDropProvider.uriList.path": "插入路径",
1011
1044
  "defaultDropProvider.uriList.paths": "插入路径",
1012
1045
  "defaultDropProvider.uriList.relativePath": "插入相对路径",
@@ -1207,23 +1240,14 @@ var content = {
1207
1240
  hasSymbols: "是否存在只能通过键盘导航的符号位置。",
1208
1241
  location: "{1} 的符号 {0}",
1209
1242
  "location.kb": "{1} 的符号 {0},下一个使用 {2}"
1210
- },
1211
- "vs/editor/contrib/hover/browser/hover": {
1212
- goToBottomHover: "转到底部悬停",
1213
- goToTopHover: "转到顶部悬停",
1214
- pageDownHover: "向下翻页悬停",
1215
- pageUpHover: "向上翻页悬停",
1216
- scrollDownHover: "向下滚动悬停",
1217
- scrollLeftHover: "向左滚动悬停",
1218
- scrollRightHover: "向右滚动悬停",
1219
- scrollUpHover: "向上滚动悬停",
1220
- showDefinitionPreviewHover: "显示定义预览悬停",
1221
- showOrFocusHover: "显示或聚焦悬停",
1222
- "showOrFocusHover.focus.autoFocusImmediately": "悬停在出现时会自动获得焦点。",
1223
- "showOrFocusHover.focus.focusIfVisible": "仅当悬停已可见时,才会获得焦点。",
1224
- "showOrFocusHover.focus.noAutoFocus": "悬停不会自动获得焦点。"
1225
1243
  },
1226
1244
  "vs/editor/contrib/hover/browser/markdownHoverParticipant": {
1245
+ decreaseHoverVerbosity: "Icon for decreasing hover verbosity.",
1246
+ decreaseVerbosity: "Decrease Verbosity",
1247
+ decreaseVerbosityWithKb: "Decrease Verbosity ({0})",
1248
+ increaseHoverVerbosity: "Icon for increaseing hover verbosity.",
1249
+ increaseVerbosity: "Increase Verbosity",
1250
+ increaseVerbosityWithKb: "Increase Verbosity ({0})",
1227
1251
  "modesContentHover.loading": "正在加载...",
1228
1252
  "stopped rendering": "由于性能原因,长线的呈现已暂停。可通过`editor.stopRenderingLineAfter`配置此设置。",
1229
1253
  "too many characters": "出于性能原因,未对长行进行解析。解析长度阈值可通过“editor.maxTokenizationLineLength”进行配置。"
@@ -1236,16 +1260,24 @@ var content = {
1236
1260
  },
1237
1261
  "vs/editor/contrib/indentation/browser/indentation": {
1238
1262
  changeTabDisplaySize: "更改制表符显示大小",
1263
+ changeTabDisplaySizeDescription: "Change the space size equivalent of the tab.",
1239
1264
  configuredTabSize: "已配置制表符大小",
1240
1265
  currentTabSize: "当前选项卡大小",
1241
1266
  defaultTabSize: "默认选项卡大小",
1242
1267
  detectIndentation: "从内容中检测缩进方式",
1268
+ detectIndentationDescription: "Detect the indentation from content.",
1243
1269
  "editor.reindentlines": "重新缩进行",
1270
+ "editor.reindentlinesDescription": "Reindent the lines of the editor.",
1244
1271
  "editor.reindentselectedlines": "重新缩进所选行",
1272
+ "editor.reindentselectedlinesDescription": "Reindent the selected lines of the editor.",
1245
1273
  indentUsingSpaces: "使用空格缩进",
1274
+ indentUsingSpacesDescription: "Use indentation with spaces.",
1246
1275
  indentUsingTabs: "使用制表符缩进",
1276
+ indentUsingTabsDescription: "Use indentation with tabs.",
1247
1277
  indentationToSpaces: "将缩进转换为空格",
1278
+ indentationToSpacesDescription: "Convert the tab indentation to spaces.",
1248
1279
  indentationToTabs: "将缩进转换为制表符",
1280
+ indentationToTabsDescription: "Convert the spaces indentation to tabs.",
1249
1281
  selectTabWidth: "选择当前文件的制表符大小"
1250
1282
  },
1251
1283
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover": {
@@ -1302,6 +1334,7 @@ var content = {
1302
1334
  "editor.transformToCamelcase": "转换为驼峰式大小写",
1303
1335
  "editor.transformToKebabcase": "转换为 Kebab 案例",
1304
1336
  "editor.transformToLowercase": "转换为小写",
1337
+ "editor.transformToPascalcase": "Transform to Pascal Case",
1305
1338
  "editor.transformToSnakecase": "转换为蛇形命名法",
1306
1339
  "editor.transformToTitlecase": "转换为词首字母大写",
1307
1340
  "editor.transformToUppercase": "转换为大写",
@@ -1457,6 +1490,15 @@ var content = {
1457
1490
  "rename.failedApply": "重命名无法应用修改",
1458
1491
  "rename.label": "重命名符号",
1459
1492
  resolveRenameLocationFailed: "解析重命名位置时发生未知错误"
1493
+ },
1494
+ "vs/editor/contrib/rename/browser/renameWidget": {
1495
+ cancelRenameSuggestionsButton: "Cancel",
1496
+ generateRenameSuggestionsButton: "Generate new name suggestions",
1497
+ label: "{0} to Rename, {1} to Preview",
1498
+ renameAriaLabel: "Rename input. Type new name and press Enter to commit.",
1499
+ renameInputFocused: "Whether the rename input widget is focused",
1500
+ renameInputVisible: "Whether the rename input widget is visible",
1501
+ renameSuggestionsReceivedAria: "Received {0} rename suggestions"
1460
1502
  },
1461
1503
  "vs/editor/contrib/smartSelect/browser/smartSelect": {
1462
1504
  miSmartSelectGrow: "扩大选区(&&E)",
@@ -1511,16 +1553,17 @@ var content = {
1511
1553
  WednesdayShort: "周三"
1512
1554
  },
1513
1555
  "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": {
1514
- focusStickyScroll: "聚焦粘性滚动",
1515
- "goToFocusedStickyScrollLine.title": "转到聚焦的粘性滚动行",
1556
+ focusStickyScroll: "Focus on the editor sticky scroll",
1557
+ "goToFocusedStickyScrollLine.title": "Go to the focused sticky scroll line",
1516
1558
  miStickyScroll: "粘滞滚动(&&S)",
1517
1559
  mifocusStickyScroll: "聚焦粘性滚动(&&F)",
1518
1560
  mitoggleStickyScroll: "切换编辑器粘滞滚动",
1519
1561
  "selectEditor.title": "选择编辑器",
1520
- "selectNextStickyScrollLine.title": "选择下一个粘性滚动行",
1521
- "selectPreviousStickyScrollLine.title": "选择上一个粘性滚动行",
1562
+ "selectNextStickyScrollLine.title": "Select the next editor sticky scroll line",
1563
+ "selectPreviousStickyScrollLine.title": "Select the previous sticky scroll line",
1522
1564
  stickyScroll: "粘滞滚动",
1523
- toggleEditorStickyScroll: "切换编辑器粘滞滚动"
1565
+ toggleEditorStickyScroll: "切换编辑器粘滞滚动",
1566
+ "toggleEditorStickyScroll.description": "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport"
1524
1567
  },
1525
1568
  "vs/editor/contrib/suggest/browser/suggest": {
1526
1569
  acceptSuggestionOnEnter: "按 Enter 时是否会插入建议",
@@ -1606,6 +1649,7 @@ var content = {
1606
1649
  "symbolIcon.variableForeground": "变量符号的前景颜色。这些符号出现在大纲、痕迹导航栏和建议小部件中。"
1607
1650
  },
1608
1651
  "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": {
1652
+ tabMovesFocusDescriptions: "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode.",
1609
1653
  "toggle.tabMovesFocus": "切换 Tab 键移动焦点",
1610
1654
  "toggle.tabMovesFocus.off": "Tab 键将插入制表符",
1611
1655
  "toggle.tabMovesFocus.on": "Tab 键将移动到下一可聚焦的元素"
@@ -1667,17 +1711,19 @@ var content = {
1667
1711
  },
1668
1712
  "vs/platform/accessibilitySignal/browser/accessibilitySignalService": {
1669
1713
  "accessibility.signals.chatRequestSent": "已发送聊天请求",
1670
- "accessibility.signals.chatResponsePending": "聊天响应挂起",
1671
1714
  "accessibility.signals.clear": "清除",
1672
1715
  "accessibility.signals.format": "格式",
1673
1716
  "accessibility.signals.lineHasBreakpoint": "断点",
1674
- "accessibility.signals.lineHasError": "错误",
1717
+ "accessibility.signals.lineHasError": "Error on Line",
1675
1718
  "accessibility.signals.lineHasFoldedArea": "已折叠",
1676
- "accessibility.signals.lineHasWarning": "警告",
1719
+ "accessibility.signals.lineHasWarning": "Warning on Line",
1677
1720
  "accessibility.signals.noInlayHints": "无内嵌提示",
1678
1721
  "accessibility.signals.notebookCellCompleted": "笔记本单元格已完成",
1679
1722
  "accessibility.signals.notebookCellFailed": "笔记本单元格失败",
1680
1723
  "accessibility.signals.onDebugBreak": "断点",
1724
+ "accessibility.signals.positionHasError": "Error",
1725
+ "accessibility.signals.positionHasWarning": "Warning",
1726
+ "accessibility.signals.progress": "Progress",
1681
1727
  "accessibility.signals.save": "保存",
1682
1728
  "accessibility.signals.taskCompleted": "任务已完成",
1683
1729
  "accessibility.signals.taskFailed": "任务失败",
@@ -1685,7 +1731,6 @@ var content = {
1685
1731
  "accessibility.signals.terminalCommandFailed": "命令失败",
1686
1732
  "accessibility.signals.terminalQuickFix": "快速修复",
1687
1733
  "accessibilitySignals.chatRequestSent": "已发送聊天请求",
1688
- "accessibilitySignals.chatResponsePending": "聊天响应挂起",
1689
1734
  "accessibilitySignals.chatResponseReceived": "已收到聊天响应",
1690
1735
  "accessibilitySignals.clear": "清除",
1691
1736
  "accessibilitySignals.diffLineDeleted": "已删除差异行",
@@ -1701,12 +1746,17 @@ var content = {
1701
1746
  "accessibilitySignals.notebookCellCompleted": "笔记本单元格已完成",
1702
1747
  "accessibilitySignals.notebookCellFailed": "笔记本单元格失败",
1703
1748
  "accessibilitySignals.onDebugBreak.name": "调试程序已在断点处停止",
1749
+ "accessibilitySignals.positionHasError.name": "Error at Position",
1750
+ "accessibilitySignals.positionHasWarning.name": "Warning at Position",
1751
+ "accessibilitySignals.progress": "Progress",
1704
1752
  "accessibilitySignals.save": "保存",
1705
1753
  "accessibilitySignals.taskCompleted": "任务已完成",
1706
1754
  "accessibilitySignals.taskFailed": "任务失败",
1707
1755
  "accessibilitySignals.terminalBell": "终端钟",
1708
1756
  "accessibilitySignals.terminalCommandFailed": "终端命令失败",
1709
- "accessibilitySignals.terminalQuickFix.name": "终端快速修复"
1757
+ "accessibilitySignals.terminalQuickFix.name": "终端快速修复",
1758
+ "accessibilitySignals.voiceRecordingStarted": "Voice Recording Started",
1759
+ "accessibilitySignals.voiceRecordingStopped": "Voice Recording Stopped"
1710
1760
  },
1711
1761
  "vs/platform/action/common/actionCommonCategories": {
1712
1762
  developer: "开发人员",
@@ -1728,13 +1778,14 @@ var content = {
1728
1778
  resetThisMenu: "重置菜单"
1729
1779
  },
1730
1780
  "vs/platform/actions/common/menuService": {
1781
+ "configure keybinding": "Configure Keybinding",
1731
1782
  "hide.label": "隐藏“{0}”"
1732
1783
  },
1733
1784
  "vs/platform/actionWidget/browser/actionList": {
1734
1785
  customQuickFixWidget: "操作小组件",
1735
1786
  "customQuickFixWidget.labels": "{0},禁用原因: {1}",
1736
- label: "{0} 以应用",
1737
- "label-preview": "{0} 以应用,按 {1} 以预览"
1787
+ label: "{0} to Apply",
1788
+ "label-preview": "{0} to Apply, {1} to Preview"
1738
1789
  },
1739
1790
  "vs/platform/actionWidget/browser/actionWidget": {
1740
1791
  "acceptSelected.title": "接受所选操作",
@@ -1980,6 +2031,14 @@ var content = {
1980
2031
  "tree indent setting": "控制树缩进(以像素为单位)。",
1981
2032
  typeNavigationMode2: "控制类型导航在工作台的列表和树中的工作方式。如果设置为`trigger`,则在运行 `list.triggerTypeNavigation` 命令后,类型导航将开始。",
1982
2033
  workbenchConfigurationTitle: "工作台"
2034
+ },
2035
+ "vs/platform/log/common/log": {
2036
+ debug: "Debug",
2037
+ error: "Error",
2038
+ info: "Info",
2039
+ off: "Off",
2040
+ trace: "Trace",
2041
+ warn: "Warning"
1983
2042
  },
1984
2043
  "vs/platform/markers/common/markers": {
1985
2044
  "sev.error": "错误",
@@ -2012,6 +2071,9 @@ var content = {
2012
2071
  "quickInput.checkAll": "切换所有复选框",
2013
2072
  "quickInput.countSelected": "已选 {0} 项",
2014
2073
  "quickInput.visibleCount": "{0} 个结果"
2074
+ },
2075
+ "vs/platform/quickinput/browser/quickInputTree": {
2076
+ quickInput: "Quick Input"
2015
2077
  },
2016
2078
  "vs/platform/quickinput/browser/quickInputUtils": {
2017
2079
  executeCommand: "单击以执行命令 \"{0}\""
@@ -2073,6 +2135,249 @@ var content = {
2073
2135
  },
2074
2136
  "vs/platform/terminal/common/terminalProfiles": {
2075
2137
  terminalAutomaticProfile: "自动检测默认值"
2138
+ },
2139
+ "vs/platform/theme/common/colors/baseColors": {
2140
+ activeContrastBorder: "An extra border around active elements to separate them from others for greater contrast.",
2141
+ contrastBorder: "An extra border around elements to separate them from others for greater contrast.",
2142
+ descriptionForeground: "Foreground color for description text providing additional information, for example for a label.",
2143
+ disabledForeground: "Overall foreground for disabled elements. This color is only used if not overridden by a component.",
2144
+ errorForeground: "Overall foreground color for error messages. This color is only used if not overridden by a component.",
2145
+ focusBorder: "Overall border color for focused elements. This color is only used if not overridden by a component.",
2146
+ foreground: "Overall foreground color. This color is only used if not overridden by a component.",
2147
+ iconForeground: "The default color for icons in the workbench.",
2148
+ selectionBackground: "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.",
2149
+ textBlockQuoteBackground: "Background color for block quotes in text.",
2150
+ textBlockQuoteBorder: "Border color for block quotes in text.",
2151
+ textCodeBlockBackground: "Background color for code blocks in text.",
2152
+ textLinkActiveForeground: "Foreground color for links in text when clicked on and on mouse hover.",
2153
+ textLinkForeground: "Foreground color for links in text.",
2154
+ textPreformatBackground: "Background color for preformatted text segments.",
2155
+ textPreformatForeground: "Foreground color for preformatted text segments.",
2156
+ textSeparatorForeground: "Color for text separators."
2157
+ },
2158
+ "vs/platform/theme/common/colors/chartsColors": {
2159
+ chartsBlue: "The blue color used in chart visualizations.",
2160
+ chartsForeground: "The foreground color used in charts.",
2161
+ chartsGreen: "The green color used in chart visualizations.",
2162
+ chartsLines: "The color used for horizontal lines in charts.",
2163
+ chartsOrange: "The orange color used in chart visualizations.",
2164
+ chartsPurple: "The purple color used in chart visualizations.",
2165
+ chartsRed: "The red color used in chart visualizations.",
2166
+ chartsYellow: "The yellow color used in chart visualizations."
2167
+ },
2168
+ "vs/platform/theme/common/colors/editorColors": {
2169
+ activeLinkForeground: "Color of active links.",
2170
+ breadcrumbsBackground: "Background color of breadcrumb items.",
2171
+ breadcrumbsFocusForeground: "Color of focused breadcrumb items.",
2172
+ breadcrumbsSelectedBackground: "Background color of breadcrumb item picker.",
2173
+ breadcrumbsSelectedForeground: "Color of selected breadcrumb items.",
2174
+ diffDiagonalFill: "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.",
2175
+ "diffEditor.unchangedCodeBackground": "The background color of unchanged code in the diff editor.",
2176
+ "diffEditor.unchangedRegionBackground": "The background color of unchanged blocks in the diff editor.",
2177
+ "diffEditor.unchangedRegionForeground": "The foreground color of unchanged blocks in the diff editor.",
2178
+ diffEditorBorder: "Border color between the two text editors.",
2179
+ diffEditorInserted: "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2180
+ diffEditorInsertedLineGutter: "Background color for the margin where lines got inserted.",
2181
+ diffEditorInsertedLines: "Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.",
2182
+ diffEditorInsertedOutline: "Outline color for the text that got inserted.",
2183
+ diffEditorOverviewInserted: "Diff overview ruler foreground for inserted content.",
2184
+ diffEditorOverviewRemoved: "Diff overview ruler foreground for removed content.",
2185
+ diffEditorRemoved: "Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.",
2186
+ diffEditorRemovedLineGutter: "Background color for the margin where lines got removed.",
2187
+ diffEditorRemovedLines: "Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.",
2188
+ diffEditorRemovedOutline: "Outline color for text that got removed.",
2189
+ editorBackground: "Editor background color.",
2190
+ "editorError.background": "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2191
+ "editorError.foreground": "Foreground color of error squigglies in the editor.",
2192
+ editorFindMatch: "Color of the current search match.",
2193
+ editorFindMatchBorder: "Border color of the current search match.",
2194
+ editorForeground: "Editor default foreground color.",
2195
+ "editorHint.foreground": "Foreground color of hint squigglies in the editor.",
2196
+ editorInactiveSelection: "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations.",
2197
+ "editorInfo.background": "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2198
+ "editorInfo.foreground": "Foreground color of info squigglies in the editor.",
2199
+ editorInlayHintBackground: "Background color of inline hints",
2200
+ editorInlayHintBackgroundParameter: "Background color of inline hints for parameters",
2201
+ editorInlayHintBackgroundTypes: "Background color of inline hints for types",
2202
+ editorInlayHintForeground: "Foreground color of inline hints",
2203
+ editorInlayHintForegroundParameter: "Foreground color of inline hints for parameters",
2204
+ editorInlayHintForegroundTypes: "Foreground color of inline hints for types",
2205
+ editorLightBulbAiForeground: "The color used for the lightbulb AI icon.",
2206
+ editorLightBulbAutoFixForeground: "The color used for the lightbulb auto fix actions icon.",
2207
+ editorLightBulbForeground: "The color used for the lightbulb actions icon.",
2208
+ editorSelectionBackground: "Color of the editor selection.",
2209
+ editorSelectionForeground: "Color of the selected text for high contrast.",
2210
+ editorSelectionHighlight: "Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.",
2211
+ editorSelectionHighlightBorder: "Border color for regions with the same content as the selection.",
2212
+ editorStickyScrollBackground: "Background color of sticky scroll in the editor",
2213
+ editorStickyScrollBorder: "Border color of sticky scroll in the editor",
2214
+ editorStickyScrollHoverBackground: "Background color of sticky scroll on hover in the editor",
2215
+ editorStickyScrollShadow: " Shadow color of sticky scroll in the editor",
2216
+ "editorWarning.background": "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.",
2217
+ "editorWarning.foreground": "Foreground color of warning squigglies in the editor.",
2218
+ editorWidgetBackground: "Background color of editor widgets, such as find/replace.",
2219
+ editorWidgetBorder: "Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.",
2220
+ editorWidgetForeground: "Foreground color of editor widgets, such as find/replace.",
2221
+ editorWidgetResizeBorder: "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.",
2222
+ errorBorder: "If set, color of double underlines for errors in the editor.",
2223
+ findMatchHighlight: "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations.",
2224
+ findMatchHighlightBorder: "Border color of the other search matches.",
2225
+ findRangeHighlight: "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2226
+ findRangeHighlightBorder: "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
2227
+ hintBorder: "If set, color of double underlines for hints in the editor.",
2228
+ hoverBackground: "Background color of the editor hover.",
2229
+ hoverBorder: "Border color of the editor hover.",
2230
+ hoverForeground: "Foreground color of the editor hover.",
2231
+ hoverHighlight: "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.",
2232
+ infoBorder: "If set, color of double underlines for infos in the editor.",
2233
+ mergeBorder: "Border color on headers and the splitter in inline merge-conflicts.",
2234
+ mergeCommonContentBackground: "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2235
+ mergeCommonHeaderBackground: "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2236
+ mergeCurrentContentBackground: "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2237
+ mergeCurrentHeaderBackground: "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2238
+ mergeIncomingContentBackground: "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2239
+ mergeIncomingHeaderBackground: "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
2240
+ overviewRulerCommonContentForeground: "Common ancestor overview ruler foreground for inline merge-conflicts.",
2241
+ overviewRulerCurrentContentForeground: "Current overview ruler foreground for inline merge-conflicts.",
2242
+ overviewRulerFindMatchForeground: "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.",
2243
+ overviewRulerIncomingContentForeground: "Incoming overview ruler foreground for inline merge-conflicts.",
2244
+ overviewRulerSelectionHighlightForeground: "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.",
2245
+ problemsErrorIconForeground: "The color used for the problems error icon.",
2246
+ problemsInfoIconForeground: "The color used for the problems info icon.",
2247
+ problemsWarningIconForeground: "The color used for the problems warning icon.",
2248
+ snippetFinalTabstopHighlightBackground: "Highlight background color of the final tabstop of a snippet.",
2249
+ snippetFinalTabstopHighlightBorder: "Highlight border color of the final tabstop of a snippet.",
2250
+ snippetTabstopHighlightBackground: "Highlight background color of a snippet tabstop.",
2251
+ snippetTabstopHighlightBorder: "Highlight border color of a snippet tabstop.",
2252
+ statusBarBackground: "Background color of the editor hover status bar.",
2253
+ toolbarActiveBackground: "Toolbar background when holding the mouse over actions",
2254
+ toolbarHoverBackground: "Toolbar background when hovering over actions using the mouse",
2255
+ toolbarHoverOutline: "Toolbar outline when hovering over actions using the mouse",
2256
+ warningBorder: "If set, color of double underlines for warnings in the editor.",
2257
+ widgetBorder: "Border color of widgets such as find/replace inside the editor.",
2258
+ widgetShadow: "Shadow color of widgets such as find/replace inside the editor."
2259
+ },
2260
+ "vs/platform/theme/common/colors/inputColors": {
2261
+ buttonBackground: "Button background color.",
2262
+ buttonBorder: "Button border color.",
2263
+ buttonForeground: "Button foreground color.",
2264
+ buttonHoverBackground: "Button background color when hovering.",
2265
+ buttonSecondaryBackground: "Secondary button background color.",
2266
+ buttonSecondaryForeground: "Secondary button foreground color.",
2267
+ buttonSecondaryHoverBackground: "Secondary button background color when hovering.",
2268
+ buttonSeparator: "Button separator color.",
2269
+ "checkbox.background": "Background color of checkbox widget.",
2270
+ "checkbox.border": "Border color of checkbox widget.",
2271
+ "checkbox.foreground": "Foreground color of checkbox widget.",
2272
+ "checkbox.select.background": "Background color of checkbox widget when the element it's in is selected.",
2273
+ "checkbox.select.border": "Border color of checkbox widget when the element it's in is selected.",
2274
+ dropdownBackground: "Dropdown background.",
2275
+ dropdownBorder: "Dropdown border.",
2276
+ dropdownForeground: "Dropdown foreground.",
2277
+ dropdownListBackground: "Dropdown list background.",
2278
+ inputBoxActiveOptionBorder: "Border color of activated options in input fields.",
2279
+ inputBoxBackground: "Input box background.",
2280
+ inputBoxBorder: "Input box border.",
2281
+ inputBoxForeground: "Input box foreground.",
2282
+ "inputOption.activeBackground": "Background hover color of options in input fields.",
2283
+ "inputOption.activeForeground": "Foreground color of activated options in input fields.",
2284
+ "inputOption.hoverBackground": "Background color of activated options in input fields.",
2285
+ inputPlaceholderForeground: "Input box foreground color for placeholder text.",
2286
+ inputValidationErrorBackground: "Input validation background color for error severity.",
2287
+ inputValidationErrorBorder: "Input validation border color for error severity.",
2288
+ inputValidationErrorForeground: "Input validation foreground color for error severity.",
2289
+ inputValidationInfoBackground: "Input validation background color for information severity.",
2290
+ inputValidationInfoBorder: "Input validation border color for information severity.",
2291
+ inputValidationInfoForeground: "Input validation foreground color for information severity.",
2292
+ inputValidationWarningBackground: "Input validation background color for warning severity.",
2293
+ inputValidationWarningBorder: "Input validation border color for warning severity.",
2294
+ inputValidationWarningForeground: "Input validation foreground color for warning severity.",
2295
+ keybindingLabelBackground: "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.",
2296
+ keybindingLabelBorder: "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.",
2297
+ keybindingLabelBottomBorder: "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.",
2298
+ keybindingLabelForeground: "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."
2299
+ },
2300
+ "vs/platform/theme/common/colors/listColors": {
2301
+ highlight: "List/Tree foreground color of the match highlights when searching inside the list/tree.",
2302
+ invalidItemForeground: "List/Tree foreground color for invalid items, for example an unresolved root in explorer.",
2303
+ listActiveSelectionBackground: "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2304
+ listActiveSelectionForeground: "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2305
+ listActiveSelectionIconForeground: "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2306
+ listDeemphasizedForeground: "List/Tree foreground color for items that are deemphasized.",
2307
+ listDropBackground: "List/Tree drag and drop background when moving items over other items when using the mouse.",
2308
+ listDropBetweenBackground: "List/Tree drag and drop border color when moving items between items when using the mouse.",
2309
+ listErrorForeground: "Foreground color of list items containing errors.",
2310
+ listFilterMatchHighlight: "Background color of the filtered match.",
2311
+ listFilterMatchHighlightBorder: "Border color of the filtered match.",
2312
+ listFilterWidgetBackground: "Background color of the type filter widget in lists and trees.",
2313
+ listFilterWidgetNoMatchesOutline: "Outline color of the type filter widget in lists and trees, when there are no matches.",
2314
+ listFilterWidgetOutline: "Outline color of the type filter widget in lists and trees.",
2315
+ listFilterWidgetShadow: "Shadow color of the type filter widget in lists and trees.",
2316
+ listFocusAndSelectionOutline: "List/Tree outline color for the focused item when the list/tree is active and selected. An active list/tree has keyboard focus, an inactive does not.",
2317
+ listFocusBackground: "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2318
+ listFocusForeground: "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2319
+ listFocusHighlightForeground: "List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.",
2320
+ listFocusOutline: "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
2321
+ listHoverBackground: "List/Tree background when hovering over items using the mouse.",
2322
+ listHoverForeground: "List/Tree foreground when hovering over items using the mouse.",
2323
+ listInactiveFocusBackground: "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2324
+ listInactiveFocusOutline: "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2325
+ listInactiveSelectionBackground: "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2326
+ listInactiveSelectionForeground: "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2327
+ listInactiveSelectionIconForeground: "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
2328
+ listWarningForeground: "Foreground color of list items containing warnings.",
2329
+ tableColumnsBorder: "Table border color between columns.",
2330
+ tableOddRowsBackgroundColor: "Background color for odd table rows.",
2331
+ treeInactiveIndentGuidesStroke: "Tree stroke color for the indentation guides that are not active.",
2332
+ treeIndentGuidesStroke: "Tree stroke color for the indentation guides."
2333
+ },
2334
+ "vs/platform/theme/common/colors/menuColors": {
2335
+ menuBackground: "Background color of menu items.",
2336
+ menuBorder: "Border color of menus.",
2337
+ menuForeground: "Foreground color of menu items.",
2338
+ menuSelectionBackground: "Background color of the selected menu item in menus.",
2339
+ menuSelectionBorder: "Border color of the selected menu item in menus.",
2340
+ menuSelectionForeground: "Foreground color of the selected menu item in menus.",
2341
+ menuSeparatorBackground: "Color of a separator menu item in menus."
2342
+ },
2343
+ "vs/platform/theme/common/colors/minimapColors": {
2344
+ minimapBackground: "Minimap background color.",
2345
+ minimapError: "Minimap marker color for errors.",
2346
+ minimapFindMatchHighlight: "Minimap marker color for find matches.",
2347
+ minimapForegroundOpacity: "Opacity of foreground elements rendered in the minimap. For example, \"#000000c0\" will render the elements with 75% opacity.",
2348
+ minimapInfo: "Minimap marker color for infos.",
2349
+ minimapSelectionHighlight: "Minimap marker color for the editor selection.",
2350
+ minimapSelectionOccurrenceHighlight: "Minimap marker color for repeating editor selections.",
2351
+ minimapSliderActiveBackground: "Minimap slider background color when clicked on.",
2352
+ minimapSliderBackground: "Minimap slider background color.",
2353
+ minimapSliderHoverBackground: "Minimap slider background color when hovering.",
2354
+ overviewRuleWarning: "Minimap marker color for warnings."
2355
+ },
2356
+ "vs/platform/theme/common/colors/miscColors": {
2357
+ badgeBackground: "Badge background color. Badges are small information labels, e.g. for search results count.",
2358
+ badgeForeground: "Badge foreground color. Badges are small information labels, e.g. for search results count.",
2359
+ progressBarBackground: "Background color of the progress bar that can show for long running operations.",
2360
+ sashActiveBorder: "Border color of active sashes.",
2361
+ scrollbarShadow: "Scrollbar shadow to indicate that the view is scrolled.",
2362
+ scrollbarSliderActiveBackground: "Scrollbar slider background color when clicked on.",
2363
+ scrollbarSliderBackground: "Scrollbar slider background color.",
2364
+ scrollbarSliderHoverBackground: "Scrollbar slider background color when hovering."
2365
+ },
2366
+ "vs/platform/theme/common/colors/quickpickColors": {
2367
+ pickerBackground: "Quick picker background color. The quick picker widget is the container for pickers like the command palette.",
2368
+ pickerForeground: "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.",
2369
+ pickerGroupBorder: "Quick picker color for grouping borders.",
2370
+ pickerGroupForeground: "Quick picker color for grouping labels.",
2371
+ pickerTitleBackground: "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.",
2372
+ "quickInput.list.focusBackground deprecation": "Please use quickInputList.focusBackground instead",
2373
+ "quickInput.listFocusBackground": "Quick picker background color for the focused item.",
2374
+ "quickInput.listFocusForeground": "Quick picker foreground color for the focused item.",
2375
+ "quickInput.listFocusIconForeground": "Quick picker icon foreground color for the focused item."
2376
+ },
2377
+ "vs/platform/theme/common/colors/searchColors": {
2378
+ "search.resultsInfoForeground": "Color of the text in the search viewlet's completion message.",
2379
+ "searchEditor.editorFindMatchBorder": "Border color of the Search Editor query matches.",
2380
+ "searchEditor.queryMatch": "Color of the Search Editor query matches."
2076
2381
  },
2077
2382
  "vs/platform/theme/common/iconRegistry": {
2078
2383
  "iconDefinition.fontCharacter": "与图标定义关联的字体字符。",
@@ -2195,15 +2500,12 @@ var content = {
2195
2500
  },
2196
2501
  "vs/platform/workspace/common/workspace": {
2197
2502
  codeWorkspace: "Code 工作区"
2198
- },
2199
- "vs/platform/workspace/common/workspaceTrust": {
2200
- trusted: "受信任",
2201
- untrusted: "受限模式"
2202
2503
  },
2203
2504
  "vs/workbench/api/browser/mainThreadAuthentication": {
2204
2505
  allow: "允许(&&A)",
2205
2506
  confirmLogin: "扩展\"{0}\"希望使用{1}登录。",
2206
2507
  confirmRelogin: "扩展“{0}”希望你使用 {1} 重新登录。",
2508
+ learnMore: "Learn more",
2207
2509
  signedOut: "已成功注销。"
2208
2510
  },
2209
2511
  "vs/workbench/api/browser/mainThreadCLICommands": {
@@ -2251,6 +2553,9 @@ var content = {
2251
2553
  "msg-write": "正在运行“文件写入”参与者...",
2252
2554
  ok: "确定(&&O)",
2253
2555
  preview: "显示预览(&&P)"
2556
+ },
2557
+ "vs/workbench/api/browser/mainThreadLanguageModels": {
2558
+ languageModelsAccountId: "Language Models"
2254
2559
  },
2255
2560
  "vs/workbench/api/browser/mainThreadMessageService": {
2256
2561
  cancel: "取消",
@@ -2330,6 +2635,7 @@ var content = {
2330
2635
  "views.scm": "向活动栏中的“源代码管理”容器提供视图",
2331
2636
  "views.test": "向活动栏中的“测试”容器提供视图",
2332
2637
  viewsContainers: "查看容器",
2638
+ "vscode.extension.contributes.view.accessibilityHelpContent": "When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string. Keybindings will be resolved when provided in the format of <keybinding:commandId>. If there is no keybinding, that will be indicated with a link to configure one.",
2333
2639
  "vscode.extension.contributes.view.contextualTitle": "当视图移出其原始位置时的用户可读上下文。默认情况下,将使用视图的容器名称。",
2334
2640
  "vscode.extension.contributes.view.group": "视图中的嵌套组",
2335
2641
  "vscode.extension.contributes.view.icon": "视图图标的路径。无法显示视图名称时,将显示视图图标。可以接受任何图像文件类型,但建议图标采用 SVG 格式。",
@@ -2397,9 +2703,6 @@ var content = {
2397
2703
  "workspaceConfig.tasks.description": "工作区任务配置",
2398
2704
  "workspaceConfig.transient": "重启或重新加载时,暂时性工作区将消失。",
2399
2705
  "workspaceConfig.uri.description": "文件夹的 URI"
2400
- },
2401
- "vs/workbench/api/common/extHostChatAgents2": {
2402
- errorResponse: "提供程序出错: {0}"
2403
2706
  },
2404
2707
  "vs/workbench/api/common/extHostDiagnostics": {
2405
2708
  limitHit: "未显示 {0} 个进一步的错误和警告。"
@@ -2411,6 +2714,10 @@ var content = {
2411
2714
  "vs/workbench/api/common/extHostLanguageFeatures": {
2412
2715
  defaultDropLabel: "使用“{0}”扩展删除",
2413
2716
  defaultPasteLabel: "使用“{0}”扩展粘贴"
2717
+ },
2718
+ "vs/workbench/api/common/extHostLanguageModels": {
2719
+ chatAccess: "To allow access to the language models provided by {0}",
2720
+ chatAccessWithJustification: "To allow access to the language models provided by {0}. Justification:\r\n\r\n{1}"
2414
2721
  },
2415
2722
  "vs/workbench/api/common/extHostLogService": {
2416
2723
  local: "扩展宿主",
@@ -2513,8 +2820,11 @@ var content = {
2513
2820
  fullScreenIcon: "表示全屏",
2514
2821
  fullscreen: "全屏",
2515
2822
  hideEditorActons: "隐藏编辑器操作",
2823
+ hideEditorActonsDescription: "Hide Editor Actions in the tab and title bar",
2516
2824
  hideEditorTabs: "隐藏编辑器选项卡",
2825
+ hideEditorTabsDescription: "Hide Tab Bar",
2517
2826
  hideEditorTabsZenMode: "在禅模式下隐藏编辑器选项卡",
2827
+ hideEditorTabsZenModeDescription: "Hide Tab Bar in Zen Mode",
2518
2828
  increaseEditorHeight: "增加编辑器高度",
2519
2829
  increaseEditorWidth: "增加编辑器宽度",
2520
2830
  increaseViewSize: "增加当前视图大小",
@@ -2539,7 +2849,9 @@ var content = {
2539
2849
  "move sidebar left": "向左移动主侧栏",
2540
2850
  "move sidebar right": "向右移动主侧栏",
2541
2851
  moveEditorActionsToTabBar: "将编辑器操作移动到选项卡栏",
2852
+ moveEditorActionsToTabBarDescription: "Move Editor Actions from the title bar to the tab bar",
2542
2853
  moveEditorActionsToTitleBar: "将编辑器操作移动到标题栏",
2854
+ moveEditorActionsToTitleBarDescription: "Move Editor Actions from the tab bar to the title bar",
2543
2855
  moveFocusedView: "移动焦点视图",
2544
2856
  "moveFocusedView.error.noFocusedView": "当前没有重点视图。",
2545
2857
  "moveFocusedView.error.nonMovableView": "当前焦点视图不可移动。",
@@ -2577,10 +2889,15 @@ var content = {
2577
2889
  selectToHide: "选择以隐藏",
2578
2890
  selectToShow: "选择以显示",
2579
2891
  showEditorActons: "显示编辑器操作",
2892
+ showEditorActonsDescription: "Make Editor Actions visible.",
2580
2893
  showMultipleEditorTabs: "显示多个编辑器选项卡",
2894
+ showMultipleEditorTabsDescription: "Show Tab Bar with multiple tabs",
2581
2895
  showMultipleEditorTabsZenMode: "在禅模式下显示多个编辑器选项卡",
2896
+ showMultipleEditorTabsZenModeDescription: "Show Tab Bar in Zen Mode",
2582
2897
  showSingleEditorTab: "显示单个编辑器选项卡",
2898
+ showSingleEditorTabDescription: "Show Tab Bar with one Tab",
2583
2899
  showSingleEditorTabZenMode: "在禅模式下显示单个编辑器选项卡",
2900
+ showSingleEditorTabZenModeDescription: "Show Tab Bar in Zen Mode with one Tab",
2584
2901
  sideBar: "主侧栏",
2585
2902
  sideBarPosition: "主侧栏位置",
2586
2903
  sidebar: "侧边栏",
@@ -2592,6 +2909,7 @@ var content = {
2592
2909
  toggleEditor: "切换编辑器区域可见性",
2593
2910
  toggleMenuBar: "切换菜单栏",
2594
2911
  toggleSeparatePinnedEditorTabs: "分离已固定编辑器选项卡",
2912
+ toggleSeparatePinnedEditorTabsDescription: "Toggle whether pinned editor tabs are shown on a separate row above unpinned tabs.",
2595
2913
  toggleSideBar: "切换主侧栏",
2596
2914
  toggleSidebar: "切换主侧栏可见性",
2597
2915
  toggleSidebarPosition: "切换主侧栏位置",
@@ -2603,7 +2921,8 @@ var content = {
2603
2921
  },
2604
2922
  "vs/workbench/browser/actions/listCommands": {
2605
2923
  mitoggleTreeStickyScroll: "切换树粘滞滚动(&&T)",
2606
- toggleTreeStickyScroll: "切换树粘滞滚动"
2924
+ toggleTreeStickyScroll: "切换树粘滞滚动",
2925
+ toggleTreeStickyScrollDescription: "Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View."
2607
2926
  },
2608
2927
  "vs/workbench/browser/actions/navigationActions": {
2609
2928
  focusNextPart: "专注下一部分",
@@ -2696,20 +3015,23 @@ var content = {
2696
3015
  },
2697
3016
  "vs/workbench/browser/parts/activitybar/activitybarPart": {
2698
3017
  "activity bar position": "活动栏位置",
3018
+ bottom: "Bottom",
3019
+ "default": "Default",
2699
3020
  focusActivityBar: "将焦点放在活动栏上",
2700
3021
  hide: "隐藏",
2701
3022
  hideActivityBar: "隐藏活动栏",
2702
3023
  hideMenu: "隐藏菜单",
2703
3024
  menu: "菜单",
3025
+ miBottomActivityBar: "&&Bottom",
3026
+ miDefaultActivityBar: "&&Default",
2704
3027
  miHideActivityBar: "隐藏(&&H)",
2705
- miSideActivityBar: "侧边(&&S)",
2706
3028
  miTopActivityBar: "顶部(&&T)",
2707
3029
  nextSideBarView: "下一个主侧栏视图",
2708
3030
  positionActivituBar: "活动栏位置",
2709
- positionActivityBarSide: "将活动栏移至侧边",
3031
+ positionActivityBarBottom: "Move Activity Bar to Bottom",
3032
+ positionActivityBarDefault: "Move Activity Bar to Side",
2710
3033
  positionActivityBarTop: "将活动栏移至顶部",
2711
3034
  previousSideBarView: "上一个主侧栏视图",
2712
- side: "侧边",
2713
3035
  top: "顶部"
2714
3036
  },
2715
3037
  "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": {
@@ -2725,6 +3047,7 @@ var content = {
2725
3047
  toggleSecondarySideBar: "切换辅助侧栏"
2726
3048
  },
2727
3049
  "vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": {
3050
+ "activity bar position": "Activity Bar Position",
2728
3051
  "hide second side bar": "隐藏辅助侧栏",
2729
3052
  "move second side bar left": "向左移动辅助边栏",
2730
3053
  "move second side bar right": "向右移动辅助边栏"
@@ -2816,14 +3139,21 @@ var content = {
2816
3139
  "cmd.focus": "聚焦到“导航路径”视图",
2817
3140
  "cmd.focusAndSelect": "聚焦并选择痕迹导航",
2818
3141
  "cmd.toggle": "切换导航路径",
2819
- "cmd.toggle2": "痕迹导航",
3142
+ "cmd.toggle2": "Toggle Breadcrumbs",
2820
3143
  empty: "无元素",
2821
3144
  miBreadcrumbs: "切换痕迹导航(&&B)",
2822
- miBreadcrumbs2: "痕迹导航(&&B)",
3145
+ miBreadcrumbs2: "Toggle &&Breadcrumbs",
2823
3146
  separatorIcon: "痕迹导航中分隔符的图标。"
2824
3147
  },
2825
3148
  "vs/workbench/browser/parts/editor/breadcrumbsPicker": {
2826
3149
  breadcrumbs: "痕迹导航"
3150
+ },
3151
+ "vs/workbench/browser/parts/editor/diffEditorCommands": {
3152
+ compare: "Compare",
3153
+ "compare.nextChange": "Go to Next Change",
3154
+ "compare.previousChange": "Go to Previous Change",
3155
+ swapDiffSides: "Swap Left and Right Editor Side",
3156
+ toggleInlineView: "Toggle Inline View"
2827
3157
  },
2828
3158
  "vs/workbench/browser/parts/editor/editor.contribution": {
2829
3159
  activeGroupEditorsByMostRecentlyUsedQuickAccess: "按最近使用显示活动组中的编辑器",
@@ -3080,9 +3410,6 @@ var content = {
3080
3410
  unpinEditor: "取消固定编辑器"
3081
3411
  },
3082
3412
  "vs/workbench/browser/parts/editor/editorCommands": {
3083
- compare: "比较",
3084
- "compare.nextChange": "转到下一个更改",
3085
- "compare.previousChange": "转到上一个更改",
3086
3413
  "editorCommand.activeEditorCopy.arg.description": "参数属性\r\n\t* 'to': 提供复制位置的字符串值。\r\n\t* 'value': 提供要复制的位置数或绝对位置数的数字值。",
3087
3414
  "editorCommand.activeEditorCopy.arg.name": "活动编辑器复制参数",
3088
3415
  "editorCommand.activeEditorCopy.description": "按组复制活动编辑器",
@@ -3095,9 +3422,7 @@ var content = {
3095
3422
  joinEditorInGroup: "在组中加入编辑器",
3096
3423
  lockEditorGroup: "锁定编辑器组",
3097
3424
  splitEditorInGroup: "在组中拆分编辑器",
3098
- swapDiffSides: "切换编辑器左右端",
3099
3425
  toggleEditorGroupLock: "切换编辑器组锁定",
3100
- toggleInlineView: "切换内联视图",
3101
3426
  toggleJoinEditorInGroup: "在组中切换拆分编辑器",
3102
3427
  toggleSplitEditorInGroupLayout: "切换组中拆分编辑器的布局",
3103
3428
  unlockEditorGroup: "解锁编辑器组"
@@ -3121,7 +3446,8 @@ var content = {
3121
3446
  groupAriaLabel: "编辑器组{0}",
3122
3447
  groupAriaLabelLong: "{0}: 编辑器组{1}",
3123
3448
  groupLabel: "第 {0} 组",
3124
- groupLabelLong: "{0}: 组{1}"
3449
+ groupLabelLong: "{0}: 组{1}",
3450
+ moveErrorDetails: "Try saving or reverting the editor first and then try again."
3125
3451
  },
3126
3452
  "vs/workbench/browser/parts/editor/editorGroupWatermark": {
3127
3453
  editorLineHighlight: "编辑器水印中标签的前景色。",
@@ -3140,9 +3466,7 @@ var content = {
3140
3466
  },
3141
3467
  "vs/workbench/browser/parts/editor/editorPanes": {
3142
3468
  editorOpenErrorDialog: "无法打开“{0}”",
3143
- editorUnsupportedInAuxWindow: "此类型的编辑器尚无法在其他窗口中打开。",
3144
- ok: "确定(&&O)",
3145
- openFolder: "关闭编辑器"
3469
+ ok: "确定(&&O)"
3146
3470
  },
3147
3471
  "vs/workbench/browser/parts/editor/editorParts": {
3148
3472
  groupLabel: "窗口 {0}"
@@ -3431,11 +3755,13 @@ var content = {
3431
3755
  manage: "管理",
3432
3756
  showCustomTitleBar: "显示自定义标题栏",
3433
3757
  "toggle.commandCenter": "命令中心",
3758
+ "toggle.commandCenterDescription": "Toggle visibility of the Command Center in title bar",
3434
3759
  "toggle.customTitleBar": "自定义标题栏",
3435
3760
  "toggle.editorActions": "编辑器操作",
3436
3761
  "toggle.hideCustomTitleBar": "隐藏自定义标题栏",
3437
3762
  "toggle.hideCustomTitleBarInFullScreen": "在全屏模式下隐藏自定义标题栏",
3438
- "toggle.layout": "布局控件"
3763
+ "toggle.layout": "布局控件",
3764
+ "toggle.layoutDescription": "Toggle visibility of the Layout Controls in title bar"
3439
3765
  },
3440
3766
  "vs/workbench/browser/parts/titlebar/titlebarPart": {
3441
3767
  ariaLabelTitleActions: "标题操作",
@@ -3463,6 +3789,7 @@ var content = {
3463
3789
  "more filters": "更多筛选器..."
3464
3790
  },
3465
3791
  "vs/workbench/browser/parts/views/viewPane": {
3792
+ viewAccessibilityHelp: "Use Alt+F1 for accessibility help {0}",
3466
3793
  viewPaneContainerCollapsedIcon: "已折叠的视图窗格容器的图标。",
3467
3794
  viewPaneContainerExpandedIcon: "已展开的视图窗格容器的图标。",
3468
3795
  viewToolbarAriaLabel: "{0}操作"
@@ -3515,8 +3842,8 @@ var content = {
3515
3842
  activeFolderShort: "\"${activeFolderShort}\": 文件所在的文件夹名称 (例如, myFileFolder)。",
3516
3843
  activeRepositoryBranchName: "`${activeRepositoryBranchName}`: 活动存储库中活动分支的名称(例如 main)。",
3517
3844
  activeRepositoryName: "`${activeRepositoryName}`: 活动存储库的名称(例如 vscode)。",
3518
- activityBarIconClickBehavior: "控制在工作台中单击活动栏图标时出现的行为。",
3519
- activityBarLocation: "控制活动栏的位置。它可以显示到主侧边栏的“侧边”或“顶部”,也可以“隐藏”。",
3845
+ activityBarIconClickBehavior: "Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.",
3846
+ activityBarLocation: "Controls the location of the Activity Bar relative to the Primary and Secondary Side Bars.",
3520
3847
  appName: "\"${appName}\": 例如 VS Code。",
3521
3848
  askChatLocation: "控制命令面板应在何处提出聊天问题。",
3522
3849
  "askChatLocation.chatView": "在“聊天”视图中提出聊天问题。",
@@ -3529,6 +3856,7 @@ var content = {
3529
3856
  commandHistory: "控制命令面板中保留最近使用命令的数量。设置为 0 时禁用命令历史功能。",
3530
3857
  confirmBeforeClose: "控制是否在关闭窗口或退出应用程序之前显示确认对话框。",
3531
3858
  confirmBeforeCloseWeb: "控制在关闭浏览器选项卡或窗口之前是否显示确认对话框。请注意,即使已启用,浏览器仍可能决定在不进行确认的情况下关闭选项卡或窗口,并且此设置仅作为提示,并非在所有情况下都起作用。",
3859
+ customEditorLabelDescriptionExample: "Example: `\"**/static/**/*.html\": \"${filename} - ${dirname} (${extname})\"` will render a file `root/static/folder/file.html` as `file - folder (html)`.",
3532
3860
  customMenuBarAltFocus: "控制是否通过按 Alt 键聚焦菜单栏。此设置对使用 Alt 键切换菜单栏没有任何影响。",
3533
3861
  "decorations.badges": "控制编辑器文件修饰是否应使用徽章。",
3534
3862
  "decorations.colors": "控制编辑器文件修饰是否应使用颜色。",
@@ -3632,11 +3960,12 @@ var content = {
3632
3960
  "window.titleSeparator": "{0} 使用的分隔符。",
3633
3961
  windowConfigurationTitle: "窗口",
3634
3962
  windowTitle: "基于打开的工作区或活动编辑器等当前上下文控制窗口标题。根据上下文替换变量:",
3635
- "workbench.activityBar.iconClickBehavior.focus": "如果单击的项已可见,则将焦点放在边栏上。",
3636
- "workbench.activityBar.iconClickBehavior.toggle": "如果单击的项已可见,则隐藏边栏。",
3637
- "workbench.activityBar.location.hide": "隐藏活动栏。",
3638
- "workbench.activityBar.location.side": "在主侧栏的侧边显示活动栏。",
3639
- "workbench.activityBar.location.top": "在主侧栏的顶部显示活动栏。",
3963
+ "workbench.activityBar.iconClickBehavior.focus": "Focus the Primary Side Bar if the clicked item is already visible.",
3964
+ "workbench.activityBar.iconClickBehavior.toggle": "Hide the Primary Side Bar if the clicked item is already visible.",
3965
+ "workbench.activityBar.location.bottom": "Show the Activity Bar at the bottom of the Primary and Secondary Side Bars.",
3966
+ "workbench.activityBar.location.default": "Show the Activity Bar on the side of the Primary Side Bar and on top of the Secondary Side Bar.",
3967
+ "workbench.activityBar.location.hide": "Hide the Activity Bar in the Primary and Secondary Side Bars.",
3968
+ "workbench.activityBar.location.top": "Show the Activity Bar on top of the Primary and Secondary Side Bars.",
3640
3969
  "workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand": "该编辑器组通过尽可能缩小所有其他编辑器组来占用尽可能多的空间。",
3641
3970
  "workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize": "所有其他编辑器组均已隐藏,当前编辑器组将最大化以占用整个编辑器区域。",
3642
3971
  "workbench.editor.doubleClickTabToToggleEditorGroupSizes.off": "双击选项卡时不会调整编辑器组的大小。",
@@ -3645,6 +3974,13 @@ var content = {
3645
3974
  "workbench.editor.editorActionsLocation.titleBar": "在窗口标题栏中显示编辑器操作。如果 {0} 设置为 {1},则隐藏编辑器操作。",
3646
3975
  "workbench.editor.empty.hint": "控制空编辑器文本提示是否应在编辑器中可见。",
3647
3976
  "workbench.editor.historyBasedLanguageDetection": "允许在语言检测中使用编辑器历史记录。这会导致自动语言检测偏向于最近打开的语言,并允许自动语言检测使用较小的输入进行操作。",
3977
+ "workbench.editor.label.dirname": "`${dirname}`: name of the folder in which the file is located (e.g. `root/folder/file.txt -> folder`).",
3978
+ "workbench.editor.label.enabled": "Controls whether the custom workbench editor labels should be applied.",
3979
+ "workbench.editor.label.extname": "`${extname}`: the file extension (e.g. `root/folder/file.txt -> txt`).",
3980
+ "workbench.editor.label.filename": "`${filename}`: name of the file without the file extension (e.g. `root/folder/file.txt -> file`).",
3981
+ "workbench.editor.label.nthdirname": "`${dirname(N)}`: name of the nth parent folder in which the file is located (e.g. `N=1: root/folder/file.txt -> root`). Folders can be picked from the start of the path by using negative numbers (e.g. `N=-1: root/folder/file.txt -> root`). If the __Item__ is an absolute pattern path, the first folder (`N=-1`) refers to the first folder in the absoulte path, otherwise it corresponds to the workspace folder.",
3982
+ "workbench.editor.label.patterns": "Controls the rendering of the editor label. Each __Item__ is a pattern that matches a file path. Both relative and absolute file paths are supported. In case multiple patterns match, the longest matching path will be picked. Each __Value__ is the template for the rendered editor when the __Item__ matches. Variables are substituted based on the context:",
3983
+ "workbench.editor.label.template": "The template which should be rendered when the pattern mtches. May include the variables ${dirname}, ${filename} and ${extname}.",
3648
3984
  "workbench.editor.labelFormat.default": "显示文件名。当启用选项卡且在同一组内有两个相同名称的文件时,将添加每个文件路径中可以用于区分的部分。在选项卡被禁用且编辑器活动时,将显示相对于工作区文件夹的路径。",
3649
3985
  "workbench.editor.labelFormat.long": "显示文件名后跟其绝对路径。",
3650
3986
  "workbench.editor.labelFormat.medium": "显示文件名及其相对于工作区文件夹的路径。",
@@ -3724,7 +4060,7 @@ var content = {
3724
4060
  },
3725
4061
  "vs/workbench/common/contextkeys": {
3726
4062
  activeAuxiliary: "活动辅助面板的标识符",
3727
- activeCompareEditorOriginalWritable: "活动比较编辑器是否具有可写的原始端",
4063
+ activeCompareEditorCanSwap: "Whether the active compare editor can swap sides",
3728
4064
  activeEditor: "活动编辑器的标识符",
3729
4065
  activeEditorAvailableEditorIds: "可用于活动编辑器的可用编辑器标识符",
3730
4066
  activeEditorCanRevert: "活动编辑器是否可以还原",
@@ -3817,10 +4153,12 @@ var content = {
3817
4153
  activityBarDragAndDropBorder: "拖放活动栏项的反馈颜色。活动栏显示在最左侧或最右侧,并允许在侧边栏视图之间切换。",
3818
4154
  activityBarForeground: "活动栏项在活动时的前景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
3819
4155
  activityBarInActiveForeground: "活动栏项在非活动时的前景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
3820
- activityBarTop: "活动栏中的项位于顶部时的活动前景色。活动允许在侧边栏视图之间切换。",
3821
- activityBarTopActiveFocusBorder: "活动栏中的活动项位于顶部时的焦点边框颜色。活动允许在侧边栏视图之间切换。",
3822
- activityBarTopDragAndDropBorder: "活动栏中的项位于顶部时的拖放反馈颜色。活动允许在侧边栏视图之间切换。",
3823
- activityBarTopInActiveForeground: "活动栏中的项位于顶部时的非活动前景色。活动允许在侧边栏视图之间切换。",
4156
+ activityBarTop: "Active foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
4157
+ activityBarTopActiveBackground: "Background color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
4158
+ activityBarTopActiveFocusBorder: "Focus border color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
4159
+ activityBarTopBackground: "Background color of the activity bar when set to top / bottom.",
4160
+ activityBarTopDragAndDropBorder: "Drag and drop feedback color for the items in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
4161
+ activityBarTopInActiveForeground: "Inactive foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
3824
4162
  "banner.background": "横幅背景颜色。横幅显示在窗口的标题栏下。",
3825
4163
  "banner.foreground": "横幅前景色。横幅显示在窗口的标题栏下。",
3826
4164
  "banner.iconForeground": "横幅图标颜色。横幅显示在窗口的标题栏下。",
@@ -3873,8 +4211,12 @@ var content = {
3873
4211
  panelSectionHeaderBackground: "面板区域标题背景色。面板显示在编辑器区域的下方,包含输出和集成终端等视图。面板部分是嵌套在面板中的视图。",
3874
4212
  panelSectionHeaderBorder: "当多个视图在面板中垂直堆叠时使用的面板区域标题边框颜色。面板显示在编辑器区域下方,其中包含输出和集成终端等视图。面板部分是嵌套在面板中的视图。",
3875
4213
  panelSectionHeaderForeground: "面板区域标题前景色。面板显示在编辑器区域的下方,包含输出和集成终端等视图。面板部分是嵌套在面板中的视图。",
4214
+ panelStickyScrollBackground: "Background color of sticky scroll in the panel.",
4215
+ panelStickyScrollBorder: "Border color of sticky scroll in the panel.",
4216
+ panelStickyScrollShadow: "Shadow color of sticky scroll in the panel.",
3876
4217
  profileBadgeBackground: "配置文件徽章背景色。配置文件徽章显示在活动栏中设置齿轮图标的顶部。",
3877
4218
  profileBadgeForeground: "配置文件徽章前景颜色。配置文件徽章显示在活动栏中设置齿轮图标的顶部。",
4219
+ sideBarActivityBarTopBorder: "Border color between the activity bar at the top/bottom and the views.",
3878
4220
  sideBarBackground: "侧边栏背景色。侧边栏是资源管理器和搜索等视图的容器。",
3879
4221
  sideBarBorder: "侧边栏分隔编辑器的边框颜色。侧边栏包含资源管理器、搜索等视图。",
3880
4222
  sideBarDragAndDropBackground: "侧边栏中的部分在拖放时的反馈颜色。此颜色应有透明度,以便侧边栏中的部分仍能透过。侧边栏是资源管理器和搜索等视图的容器。侧边栏部分是嵌套在侧边栏中的视图。",
@@ -3882,6 +4224,10 @@ var content = {
3882
4224
  sideBarSectionHeaderBackground: "侧边栏部分标题背景色。此侧边栏是资源管理器和搜索等视图的容器。侧边栏部分是在侧边栏中嵌套的视图。",
3883
4225
  sideBarSectionHeaderBorder: "侧边栏部分标题边界色。侧栏是类似资源管理器和搜索等视图的容器。侧栏部分是在侧栏中嵌套的视图。",
3884
4226
  sideBarSectionHeaderForeground: "侧边栏部分标题前景色。侧栏是类似资源管理器和搜索等视图的容器。侧栏部分是在侧栏中嵌套的视图。",
4227
+ sideBarStickyScrollBackground: "Background color of sticky scroll in the side bar.",
4228
+ sideBarStickyScrollBorder: "Border color of sticky scroll in the side bar.",
4229
+ sideBarStickyScrollShadow: "Shadow color of sticky scroll in the side bar.",
4230
+ sideBarTitleBackground: "Side bar title background color. The side bar is the container for views like explorer and search.",
3885
4231
  sideBarTitleForeground: "侧边栏标题前景色。侧边栏是资源管理器和搜索等视图的容器。",
3886
4232
  "sideBySideEditor.horizontalBorder": "在编辑器组中上下并排显示时,用于分隔两个编辑器的颜色。",
3887
4233
  "sideBySideEditor.verticalBorder": "在编辑器组中左右并排显示时,用于区分两个编辑器的颜色。",
@@ -3963,9 +4309,6 @@ var content = {
3963
4309
  "accessibility.signals.chatRequestSent": "当发出聊天请求时播放信号。",
3964
4310
  "accessibility.signals.chatRequestSent.announcement": "指示何时发出聊天请求。",
3965
4311
  "accessibility.signals.chatRequestSent.sound": "发出聊天请求时播放声音。",
3966
- "accessibility.signals.chatResponsePending": "在响应挂起时循环播放信号。",
3967
- "accessibility.signals.chatResponsePending.announcement": "响应挂起时循环发出警报。",
3968
- "accessibility.signals.chatResponsePending.sound": "在响应挂起时循环播放声音。",
3969
4312
  "accessibility.signals.chatResponseReceived": "指示何时收到响应。",
3970
4313
  "accessibility.signals.chatResponseReceived.sound": "在收到响应时循环播放声音。",
3971
4314
  "accessibility.signals.clear": "清除功能(例如,终端、调试控制台或输出通道)时播放信号。",
@@ -4012,6 +4355,15 @@ var content = {
4012
4355
  "accessibility.signals.onDebugBreak": "当调试程序在断点上停止时播放信号。",
4013
4356
  "accessibility.signals.onDebugBreak.announcement": "指示调试程序何时在断点上停止。",
4014
4357
  "accessibility.signals.onDebugBreak.sound": "当调试程序在断点上停止时播放声音。",
4358
+ "accessibility.signals.positionHasError": "Plays a signal when the active line has a warning.",
4359
+ "accessibility.signals.positionHasError.announcement": "Indicates when the active line has a warning.",
4360
+ "accessibility.signals.positionHasError.sound": "Plays a sound when the active line has a warning.",
4361
+ "accessibility.signals.positionHasWarning": "Plays a signal when the active line has a warning.",
4362
+ "accessibility.signals.positionHasWarning.announcement": "Indicates when the active line has a warning.",
4363
+ "accessibility.signals.positionHasWarning.sound": "Plays a sound when the active line has a warning.",
4364
+ "accessibility.signals.progress": "Plays a signal on loop while progress is occurring.",
4365
+ "accessibility.signals.progress.announcement": "Alerts on loop while progress is occurring.",
4366
+ "accessibility.signals.progress.sound": "Plays a sound on loop while progress is occurring.",
4015
4367
  "accessibility.signals.save": "保存文件时播放信号。",
4016
4368
  "accessibility.signals.save.announcement": "指示文件何时保存。",
4017
4369
  "accessibility.signals.save.announcement.always": "每当保存文件(包括自动保存)时,都会报出。",
@@ -4032,16 +4384,19 @@ var content = {
4032
4384
  "accessibility.signals.terminalBell": "当终端钟响铃时播放信号。",
4033
4385
  "accessibility.signals.terminalBell.announcement": "指示终端钟何时响铃。",
4034
4386
  "accessibility.signals.terminalBell.sound": "当终端钟响铃时播放声音。",
4035
- "accessibility.signals.terminalCommandFailed": "当终端命令失败时播放信号(非零退出代码)",
4036
- "accessibility.signals.terminalCommandFailed.announcement": "指示终端命令何时失败(非零退出代码)",
4037
- "accessibility.signals.terminalCommandFailed.sound": "当终端命令失败时播放声音(非零退出代码)",
4387
+ "accessibility.signals.terminalCommandFailed": "Plays a signal when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
4388
+ "accessibility.signals.terminalCommandFailed.announcement": "Indicates when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
4389
+ "accessibility.signals.terminalCommandFailed.sound": "Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
4038
4390
  "accessibility.signals.terminalQuickFix": "终端快速修复可用时播放信号。",
4039
4391
  "accessibility.signals.terminalQuickFix.announcement": "指示终端快速修复何时可用。",
4040
4392
  "accessibility.signals.terminalQuickFix.sound": "当终端快速修复可用时播放声音。",
4393
+ "accessibility.signals.voiceRecordingStarted": "Indicates when the voice recording has started.",
4394
+ "accessibility.signals.voiceRecordingStarted.sound": "Plays a sound when the voice recording has started.",
4395
+ "accessibility.signals.voiceRecordingStopped": "Indicates when the voice recording has stopped.",
4396
+ "accessibility.signals.voiceRecordingStopped.sound": "Plays a sound when the voice recording has stopped.",
4041
4397
  accessibilityConfigurationTitle: "辅助功能",
4042
4398
  "announcement.breakpoint": "指示调试程序何时中断。另请参阅 {0}。",
4043
4399
  "announcement.chatRequestSent": "指示何时发送聊天请求。另请参阅 {0}。",
4044
- "announcement.chatResponsePending": "指示聊天响应何时挂起。另请参阅 {0}。",
4045
4400
  "announcement.clear": "指示何时清除功能(例如,终端、调试控制台或输出通道)。另请参阅 {0}。",
4046
4401
  "announcement.enabled.auto": "启用公告,仅在屏幕阅读器优化模式下播放。",
4047
4402
  "announcement.enabled.off": "禁用公告。",
@@ -4056,6 +4411,7 @@ var content = {
4056
4411
  "announcement.notebookCellCompleted": "指示笔记本单元格何时成功完成。另请参阅 {0}。",
4057
4412
  "announcement.notebookCellFailed": "指示笔记本单元格何时失败。另请参阅 {0}。",
4058
4413
  "announcement.onDebugBreak": "指示调试程序何时中断。另请参阅 {0}。",
4414
+ "announcement.progress": "Indicates when a chat response is pending. Also see {0}.",
4059
4415
  "announcement.save": "指示文件何时保存。另请参阅 {0}。",
4060
4416
  "announcement.save.always": "指示何时保存文件,包括自动保存。",
4061
4417
  "announcement.save.never": "从不发出警报。",
@@ -4068,36 +4424,15 @@ var content = {
4068
4424
  "announcement.warning": "指示活动行何时具有警告。另请参阅 {0}。",
4069
4425
  dimUnfocusedEnabled: "是否将未聚焦的编辑器和终端变暗,这可以更清楚地说明键入的输入将转到何处。这适用于大多数编辑器,但使用 iframe(如笔记本和扩展 Web 视图编辑器)的编辑器除外。",
4070
4426
  dimUnfocusedOpacity: "不透明度分数 (0.2 到 1.0) 用于未聚焦的编辑器和终端。这仅在启用 {0} 时生效。",
4071
- "speechLanguage.da-DK": "丹麦语(丹麦)",
4072
- "speechLanguage.de-DE": "德语(德国)",
4073
- "speechLanguage.en-AU": "英语(澳大利亚)",
4074
- "speechLanguage.en-CA": "英语(加拿大)",
4075
- "speechLanguage.en-GB": "英语(英国)",
4076
- "speechLanguage.en-IE": "英语(爱尔兰)",
4077
- "speechLanguage.en-IN": "英语(印度)",
4078
- "speechLanguage.en-NZ": "英语(新西兰)",
4079
- "speechLanguage.en-US": "英语(美国)",
4080
- "speechLanguage.es-ES": "西班牙语(西班牙)",
4081
- "speechLanguage.es-MX": "西班牙语(墨西哥)",
4082
- "speechLanguage.fr-CA": "法语(加拿大)",
4083
- "speechLanguage.fr-FR": "法语(法国)",
4084
- "speechLanguage.hi-IN": "印地语(印度)",
4085
- "speechLanguage.it-IT": "意大利语(意大利)",
4086
- "speechLanguage.ja-JP": "日语(日本)",
4087
- "speechLanguage.ko-KR": "韩语(韩国)",
4088
- "speechLanguage.nl-NL": "荷兰语(荷兰)",
4089
- "speechLanguage.pt-BR": "葡萄牙语(巴西)",
4090
- "speechLanguage.pt-PT": "葡萄牙语(葡萄牙)",
4091
- "speechLanguage.ru-RU": "俄语(俄罗斯)",
4092
- "speechLanguage.sv-SE": "瑞典语(瑞典)",
4093
- "speechLanguage.tr-TR": "土耳其语(土耳其)",
4094
- "speechLanguage.zh-CN": "中文(简体,中国)",
4095
- "speechLanguage.zh-HK": "中文(繁体,香港特别行政区)",
4096
- "speechLanguage.zh-TW": "中文(繁体,台湾)",
4427
+ "sound.enabled.auto": "Enable sound when a screen reader is attached.",
4428
+ "sound.enabled.off": "Disable sound.",
4429
+ "sound.enabled.on": "Enable sound.",
4430
+ "speechLanguage.auto": "Auto (Use Display Language)",
4097
4431
  "terminal.integrated.accessibleView.closeOnKeyPress": "在 keypress 上,关闭辅助视图,将焦点放在调用它的元素上。",
4098
4432
  "verbosity.chat.description": "提供有关如何在聚焦聊天输入时访问聊天帮助菜单的信息。",
4099
4433
  "verbosity.comments": "提供有关可在注释小组件或包含注释的文件中执行的操作的信息。",
4100
4434
  "verbosity.diffEditor.description": "提供有关如何在聚焦差异编辑器时在其中导航更改的信息。",
4435
+ "verbosity.diffEditorActive": "Indicate when a diff editor becomes the active editor.",
4101
4436
  "verbosity.emptyEditorHint": "在空文本编辑器中提供有关相关操作的信息。",
4102
4437
  "verbosity.hover": "提供有关如何在辅助视图中打开悬停的信息。",
4103
4438
  "verbosity.inlineCompletions.description": "提供有关如何访问内联完成悬停和辅助视图的信息。",
@@ -4106,13 +4441,8 @@ var content = {
4106
4441
  "verbosity.notebook": "提供有关在笔记本单元格聚焦时如何聚焦单元格容器或内部编辑器的信息。",
4107
4442
  "verbosity.notification": "提供有关如何在辅助视图中打开通知的信息。",
4108
4443
  "verbosity.terminal.description": "提供有关如何在聚焦终端时访问终端辅助功能帮助菜单的信息。",
4109
- "voice.speechLanguage": "语音识别功能应识别的语言。",
4444
+ "voice.speechLanguage": "The language that voice speech recognition should recognize. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition",
4110
4445
  "voice.speechTimeout": "停止说话后语音识别保持活动状态的持续时间(以毫秒为单位)。例如,在聊天会话中,超时后自动提交听录文本。设置为“0”以禁用此功能。"
4111
- },
4112
- "vs/workbench/contrib/accessibility/browser/accessibilityContributions": {
4113
- clearNotification: "清除通知",
4114
- "notification.accessibleView": "{0}",
4115
- "notification.accessibleViewSrc": "{0} 源: {1}"
4116
4446
  },
4117
4447
  "vs/workbench/contrib/accessibility/browser/accessibilityStatus": {
4118
4448
  screenReaderDetected: "已为屏幕阅读器优化",
@@ -4140,13 +4470,19 @@ var content = {
4140
4470
  chatAccessibleViewNextPreviousHintNoKb: "通过为“辅助视图”命令中的“显示下一个和上一个”命令配置键绑定,显示下一项或上一项。",
4141
4471
  disableAccessibilityHelp: "{0} 辅助功能详细程度现已禁用",
4142
4472
  exit: "\r\n\r\n退出此对话框 (Escape)。",
4143
- goToSymbolHint: "转到符号 ({0})",
4473
+ goToSymbolHint: "Go to a symbol ({0}).",
4144
4474
  goToSymbolHintNoKb: "如果要转到符号,请为“辅助视图”中的“转到符号”命令配置键绑定",
4475
+ insertAtCursor: " - Insert the code block at the cursor ({0}).\r\n",
4476
+ insertAtCursorNoKb: " - Insert the code block at the cursor by configuring a keybinding for the Chat: Insert Code Block command.\r\n",
4477
+ insertIntoNewFile: " - Insert the code block into a new file ({0}).\r\n",
4478
+ insertIntoNewFileNoKb: " - Insert the code block into a new file by configuring a keybinding for the Chat: Insert into New File command.\r\n",
4145
4479
  intro: "在辅助视图中,可以:\r\n",
4146
4480
  openDoc: "\r\n\r\n打开浏览器窗口,其中包含与辅助功能 (H) 相关的详细信息。",
4481
+ runInTerminal: " - Run the code block in the terminal ({0}).\r\n",
4482
+ runInTerminalNoKb: " - Run the coe block in the terminal by configuring a keybinding for the Chat: Insert into Terminal command.\r\n",
4147
4483
  symbolLabel: "({0}) {1}",
4148
4484
  symbolLabelAria: "({0}) {1}",
4149
- toolbar: "导航到工具栏 (Shift+Tab))。"
4485
+ toolbar: "Navigate to the toolbar (Shift+Tab)."
4150
4486
  },
4151
4487
  "vs/workbench/contrib/accessibility/browser/accessibleViewActions": {
4152
4488
  "editor.action.accessibilityHelp": "打开辅助功能帮助",
@@ -4155,53 +4491,19 @@ var content = {
4155
4491
  "editor.action.accessibleViewDisableHint": "禁用辅助视图提示",
4156
4492
  "editor.action.accessibleViewGoToSymbol": "转动辅助视图中的符号",
4157
4493
  "editor.action.accessibleViewNext": "在辅助视图中显示下一个",
4158
- "editor.action.accessibleViewPrevious": "在辅助视图中显示上一个"
4159
- },
4160
- "vs/workbench/contrib/accessibilitySignals/browser/accessibilitySignal.contribution": {
4161
- "audioCues.chatRequestSent": "发出聊天请求时播放声音。",
4162
- "audioCues.chatResponsePending": "在响应挂起时循环播放声音。",
4163
- "audioCues.chatResponseReceived": "在收到响应时循环播放声音。",
4164
- "audioCues.clear": "在清除功能(例如终端、调试控制台或输出通道)时播放声音。当禁用此功能时,aria 警报将宣布“已清除”。",
4165
- "audioCues.debouncePositionChanges": "是否应停用位置更改",
4166
- "audioCues.debouncePositionChangesDeprecated": "此设置已弃用,请改用“signals.debouncePositionChanges”设置。",
4167
- "audioCues.diffLineDeleted": "当焦点移到可访问差异查看器下的已删除行或下一/上一个更改时播放声音。",
4168
- "audioCues.diffLineInserted": "当焦点移到可访问差异查看器下的已插入行或下一/上一个更改时播放声音。",
4169
- "audioCues.diffLineModified": "当焦点移到可访问差异查看器下的已修改行或下一/上一个更改时播放声音。",
4170
- "audioCues.enabled.auto": "附加屏幕阅读器时,启用声音。",
4171
- "audioCues.enabled.deprecated": "此设置已弃用。请改用“信号”设置。",
4172
- "audioCues.enabled.off": "禁用声音。",
4173
- "audioCues.enabled.on": "启用声音。",
4174
- "audioCues.format": "在格式化文件或笔记本时播放声音。另请参阅 {0}",
4175
- "audioCues.format.always": "每次文件格式化(包括将其设置为在保存、键入、粘贴或运行单元格时格式化)时播放音频提示。",
4176
- "audioCues.format.never": "从不播放音频提示。",
4177
- "audioCues.format.userGesture": "在用户显式保存文件时播放音频提示。",
4178
- "audioCues.lineHasBreakpoint": "当有效行具有断点时播放声音。",
4179
- "audioCues.lineHasError": "当有效行出现错误时播放声音。",
4180
- "audioCues.lineHasFoldedArea": "当有效行具有可展开的折叠区域时播放声音。",
4181
- "audioCues.lineHasInlineSuggestion": "当有效行具有内联建议时播放声音。",
4182
- "audioCues.lineHasWarning": "当有效行出现警告时播放声音。",
4183
- "audioCues.noInlayHints": "尝试读取包含无内嵌提示的内嵌提示的行时播放声音。",
4184
- "audioCues.notebookCellCompleted": "在成功完成笔记本单元格执行时播放声音。",
4185
- "audioCues.notebookCellFailed": "在笔记本单元格执行失败时播放声音。",
4186
- "audioCues.onDebugBreak": "当调试程序在断点上停止时播放声音。",
4187
- "audioCues.save": "保存文件时播放声音。另请参阅 {0}",
4188
- "audioCues.save.always": "每次保存文件(包括自动保存)时播放音频提示。",
4189
- "audioCues.save.never": "从不播放音频提示。",
4190
- "audioCues.save.userGesture": "在用户显式保存文件时播放音频提示。",
4191
- "audioCues.taskCompleted": "任务完成时播放声音。",
4192
- "audioCues.taskFailed": "任务失败时播放声音(非零退出代码)。",
4193
- "audioCues.terminalBell": "当终端钟响铃时播放声音。",
4194
- "audioCues.terminalCommandFailed": "当终端命令失败时播放声音(非零退出代码)。",
4195
- "audioCues.terminalQuickFix": "当终端快速修复可用时播放声音。"
4494
+ "editor.action.accessibleViewNextCodeBlock": "Accessible View: Next Code Block",
4495
+ "editor.action.accessibleViewPrevious": "在辅助视图中显示上一个",
4496
+ "editor.action.accessibleViewPreviousCodeBlock": "Accessible View: Previous Code Block"
4196
4497
  },
4197
4498
  "vs/workbench/contrib/accessibilitySignals/browser/commands": {
4198
4499
  "accessibility.announcement.help": "帮助: 列出信号公告",
4199
- "accessibility.announcement.help.description": "列出所有辅助功能公告/警报并配置其设置",
4200
- "accessibility.sound.help.description": "列出所有辅助功能声音/音频指示并配置其设置",
4500
+ "accessibility.announcement.help.description": "List all accessibility announcements, alerts, braille messages, and configure their settings",
4501
+ "accessibility.sound.help.description": "List all accessibility sounds, noises, or audio cues and configure their settings",
4201
4502
  "announcement.help.placeholder": "选择要配置的公告",
4503
+ "announcement.help.placeholder.disabled": "Screen reader is not active, announcements are disabled by default.",
4202
4504
  "announcement.help.settings": "配置公告",
4203
- "audioCues.help.placeholder": "选择要播放和配置的声音",
4204
4505
  "signals.sound.help": "帮助: 列出信号声音",
4506
+ "sounds.help.placeholder": "Select a sound to play and configure",
4205
4507
  "sounds.help.settings": "配置声音"
4206
4508
  },
4207
4509
  "vs/workbench/contrib/bulkEdit/browser/bulkEditService": {
@@ -4320,23 +4622,22 @@ var content = {
4320
4622
  "workbench.action.interactiveSession.focusInputNoKb": "若要将焦点放在聊天请求的输入框上,请调用“将焦点放在聊天输入上”命令;当前无法通过键绑定触发此命令。"
4321
4623
  },
4322
4624
  "vs/workbench/contrib/chat/browser/actions/chatActions": {
4323
- "actions.chat.submit": "提交",
4324
- "actions.chat.submitSecondaryAgent": "提交到辅助代理",
4325
4625
  "actions.interactiveSession.focus": "焦点聊天列表",
4326
4626
  "chat.category": "聊天",
4327
4627
  "chat.clear.label": "清除所有工作区聊天",
4328
- "chat.history.label": "显示图表",
4628
+ "chat.history.label": "Show Chats...",
4329
4629
  "interactiveSession.clearHistory.label": "清除输入历史记录",
4330
4630
  "interactiveSession.focusInput.label": "焦点聊天输入",
4331
4631
  "interactiveSession.history.delete": "删除",
4332
4632
  "interactiveSession.history.pick": "切换到聊天",
4333
- "interactiveSession.open": "打开编辑器({0})",
4633
+ "interactiveSession.open": "Open Editor",
4334
4634
  openChat: "打开聊天"
4335
4635
  },
4336
4636
  "vs/workbench/contrib/chat/browser/actions/chatClearActions": {
4337
4637
  "chat.newChat.label": "新建聊天"
4338
4638
  },
4339
4639
  "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
4640
+ "interactive.compare.apply": "Apply Edits",
4340
4641
  "interactive.copyCodeBlock.label": "复制",
4341
4642
  "interactive.insertCodeBlock.label": "在光标处插入",
4342
4643
  "interactive.insertIntoNewFile.label": "插入到新文件中",
@@ -4349,30 +4650,30 @@ var content = {
4349
4650
  "interactive.copyItem.label": "复制"
4350
4651
  },
4351
4652
  "vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
4653
+ "actions.chat.submitSecondaryAgent": "Submit to Secondary Agent",
4654
+ "chat.newChat.label": "Send to New Chat",
4352
4655
  "interactive.cancel.label": "取消",
4353
- "interactive.submit.label": "提交"
4656
+ "interactive.submit.label": "Send"
4354
4657
  },
4355
4658
  "vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": {
4356
4659
  "interactive.nextFileTree.label": "下一文件树",
4357
4660
  "interactive.previousFileTree.label": "上一文件树"
4358
4661
  },
4359
4662
  "vs/workbench/contrib/chat/browser/actions/chatImportExport": {
4360
- "chat.export.label": "导出会话",
4663
+ "chat.export.label": "Export Chat...",
4361
4664
  "chat.file.label": "聊天会话",
4362
- "chat.import.label": "导入会话"
4665
+ "chat.import.label": "Import Chat..."
4363
4666
  },
4364
4667
  "vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
4365
4668
  "chat.openInEditor.label": "在编辑器中打开聊天",
4366
4669
  "chat.openInNewWindow.label": "在新窗口中打开聊天",
4367
- "interactiveSession.openInEditor.label": "在编辑器中打开聊天",
4368
- "interactiveSession.openInNewWindow.label": "在新窗口中打开聊天",
4369
4670
  "interactiveSession.openInSidebar.label": "在侧边栏中打开聊天"
4370
4671
  },
4371
4672
  "vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
4372
4673
  "chat.closeQuickChat.label": "关闭快速聊天",
4373
4674
  "chat.launchInlineChat.label": "启动内联聊天",
4374
4675
  "chat.openInChatView.label": "在聊天视图中打开",
4375
- "interactiveSession.open": "打开快速聊天 ({0})",
4676
+ "interactiveSession.open": "Open Quick Chat",
4376
4677
  quickChat: "快速聊天",
4377
4678
  "toggle.desc": "切换快速聊天",
4378
4679
  "toggle.isPartialQuery": "查询是否为部分查询; 它将等待更多用户输入",
@@ -4380,14 +4681,22 @@ var content = {
4380
4681
  },
4381
4682
  "vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
4382
4683
  "chat.remove.label": "移除请求和响应",
4684
+ "chat.rerun.label": "Rerun Request",
4685
+ "chat.rerunWithoutCommandDetection.label": "Rerun without Command Detection",
4383
4686
  "interactive.helpful.label": "有用",
4384
4687
  "interactive.insertIntoNotebook.label": "插入笔记本",
4385
4688
  "interactive.reportIssueForBug.label": "报告问题",
4386
- "interactive.unhelpful.label": "无用"
4689
+ "interactive.unhelpful.label": "无用",
4690
+ reunmenu: "Rerun..."
4691
+ },
4692
+ "vs/workbench/contrib/chat/browser/chat": {
4693
+ generating: "Generating"
4387
4694
  },
4388
4695
  "vs/workbench/contrib/chat/browser/chat.contribution": {
4389
4696
  chat: "聊天",
4697
+ "chat.experimental.implicitContext": "Controls whether a checkbox is shown to allow the user to determine which implicit context is included with a chat participant's prompt.",
4390
4698
  clear: "启动新聊天",
4699
+ file: "Choose a file in the workspace",
4391
4700
  "interactiveSession.editor.fontFamily": "控制聊天代码块中的字体系列。",
4392
4701
  "interactiveSession.editor.fontSize": "控制聊天代码块中的字号(以像素为单位)。",
4393
4702
  "interactiveSession.editor.fontWeight": "控制聊天代码块中的字体粗细。",
@@ -4395,13 +4704,16 @@ var content = {
4395
4704
  "interactiveSession.editor.wordWrap": "控制行是否应整合在聊天代码块中。",
4396
4705
  interactiveSessionConfigurationTitle: "聊天"
4397
4706
  },
4398
- "vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
4399
- "chat.viewContainer.label": "聊天",
4400
- "vscode.extension.contributes.interactiveSession": "为交互式会话提供程序做出贡献",
4401
- "vscode.extension.contributes.interactiveSession.icon": "此交互式会话提供程序的图标。",
4402
- "vscode.extension.contributes.interactiveSession.id": "此交互式会话提供程序的唯一标识符。",
4403
- "vscode.extension.contributes.interactiveSession.label": "此交互式会话提供程序的显示名称。",
4404
- "vscode.extension.contributes.interactiveSession.when": "条件必须为 true 才能启用此交互式会话提供程序。"
4707
+ "vs/workbench/contrib/chat/browser/chatAccessibilityProvider": {
4708
+ chat: "Chat",
4709
+ multiCodeBlock: "{0} {1} code blocks",
4710
+ multiCodeBlockHint: "{0} {1} code blocks: {2}",
4711
+ multiFileTreeHint: "{0} file trees",
4712
+ noCodeBlocks: "{0} {1}",
4713
+ noCodeBlocksHint: "{0} {1} {2}",
4714
+ singleCodeBlock: "{0} 1 code block: {1}",
4715
+ singleCodeBlockHint: "{0} 1 code block: {1} {2}",
4716
+ singleFileTreeHint: "1 file tree"
4405
4717
  },
4406
4718
  "vs/workbench/contrib/chat/browser/chatEditorInput": {
4407
4719
  chatEditorLabelIcon: "聊天编辑器标签的图标。",
@@ -4412,21 +4724,16 @@ var content = {
4412
4724
  },
4413
4725
  "vs/workbench/contrib/chat/browser/chatInputPart": {
4414
4726
  "actions.chat.accessibiltyHelp": "聊天输入,键入内容进行提问或者键入 / 来查找主题,按 Enter 可发送请求。使用 {0} 查看聊天辅助功能帮助。",
4727
+ "chat.submitToSecondaryAgent": "Send to @{0}",
4415
4728
  chatInput: "聊天输入",
4416
- "chatInput.accessibilityHelpNoKb": "聊天输入,在此处键入代码,然后按 Enter 运行。有关详细信息,请使用“聊天辅助功能帮助”命令。"
4729
+ "chatInput.accessibilityHelpNoKb": "聊天输入,在此处键入代码,然后按 Enter 运行。有关详细信息,请使用“聊天辅助功能帮助”命令。",
4730
+ "notebook.moreExecuteActionsLabel": "More...",
4731
+ use: "Use"
4417
4732
  },
4418
4733
  "vs/workbench/contrib/chat/browser/chatListRenderer": {
4419
- chat: "聊天",
4420
4734
  commandButtonDisabled: "在还原的聊天中无法使用按钮",
4421
- multiCodeBlock: "{0} {1} 个代码块",
4422
- multiCodeBlockHint: "{0} {1} 个代码块: {2}",
4423
- multiFileTreeHint: "{0} 个文件树",
4424
- noCodeBlocks: "{0} {1}",
4425
- noCodeBlocksHint: "{0} {1} {2}",
4426
- singleCodeBlock: "{0} 1 个代码块: {1}",
4427
- singleCodeBlockHint: "{0} 1 代码块: {1} {2}",
4428
- singleFileTreeHint: "1 文件树",
4429
- thinking: "思考中",
4735
+ editsSummary: "Made changes.",
4736
+ editsSummary1: "Making changes...",
4430
4737
  treeAriaLabel: "文件树",
4431
4738
  usedAgent: "已使用 {0}",
4432
4739
  usedReferences: "已使用的引用",
@@ -4441,8 +4748,19 @@ var content = {
4441
4748
  "chat.codeBlock.toolbarVerbose": "可通过选项卡访问的代码块的工具栏",
4442
4749
  "chat.codeBlockHelp": "代码块",
4443
4750
  "chat.codeBlockLabel": "代码块 {0}",
4751
+ "chat.compareCodeBlockLabel": "Code Edits",
4752
+ "chat.edits.1": "Made 1 change in [[{0}]]",
4753
+ "chat.edits.N": "Made {0} changes in [[{1}]]",
4754
+ "interactive.compare.apply.confirm": "The original file has been modified.",
4755
+ "interactive.compare.apply.confirm.detail": "Do you want to apply the changes anyway?",
4756
+ modified: "Modified",
4757
+ original: "Original",
4444
4758
  vulnerabilitiesPlural: "{0} 个漏洞",
4445
4759
  vulnerabilitiesSingular: "{0} 个漏洞"
4760
+ },
4761
+ "vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables": {
4762
+ allFiles: "All Files",
4763
+ allFilesDescription: "Search for relevant files in the workspace and provide context from them"
4446
4764
  },
4447
4765
  "vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": {
4448
4766
  pickFileLabel: "选择文件"
@@ -4456,13 +4774,16 @@ var content = {
4456
4774
  "chat.slashCommandForeground": "聊天斜线命令的前景色。"
4457
4775
  },
4458
4776
  "vs/workbench/contrib/chat/common/chatContextKeys": {
4777
+ chatEditApplied: "True when the chat text edits have been applied.",
4778
+ chatIsEnabled: "True when chat is enabled because a default chat participant is registered.",
4459
4779
  chatRequest: "聊天项是一个请求",
4460
4780
  chatResponse: "聊天项是一个响应。",
4461
4781
  chatResponseFiltered: "服务器筛选掉聊天响应时为 True。",
4462
4782
  chatResponseSupportsIssueReporting: "如果当前聊天响应支持问题报告,则为 True。",
4463
- hasChatProvider: "注册某些聊天提供程序时为 True。",
4783
+ chatSessionResponseDetectedAgentOrCommand: "When the agent or command was automatically detected",
4464
4784
  inChat: "当焦点位于聊天小组件中时为 true,否则为 false。",
4465
4785
  inInteractiveInput: "当焦点位于聊天输入中时为 true,否则为 false。",
4786
+ interactiveInputHasFocus: "True when the chat input has focus.",
4466
4787
  interactiveInputHasText: "如果聊天输入包含文本,则为 True。",
4467
4788
  interactiveSessionRequestInProgress: "当前请求仍在进行时为 True。",
4468
4789
  interactiveSessionResponseVote: "对响应投赞成票后,其设置为 \"up\"。投反对票时,设置为 \"down\"。否则为空字符串。"
@@ -4503,7 +4824,8 @@ var content = {
4503
4824
  "contributes.documentation.refactorings": "为重构提供了文档。"
4504
4825
  },
4505
4826
  "vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": {
4506
- toggleScreenReaderMode: "切换屏幕阅读器辅助功能模式"
4827
+ toggleScreenReaderMode: "切换屏幕阅读器辅助功能模式",
4828
+ toggleScreenReaderModeDescription: "Toggles an optimized mode for usage with screen readers, braille devices, and other assistive technologies."
4507
4829
  },
4508
4830
  "vs/workbench/contrib/codeEditor/browser/dictation/editorDictation": {
4509
4831
  startDictation: "在编辑器中启动听写",
@@ -4517,8 +4839,11 @@ var content = {
4517
4839
  hintWhitespace: "显示空白差异",
4518
4840
  msg1: "在一个差异编辑器的窗格中。",
4519
4841
  msg2: "在针对屏幕阅读器优化的差异审阅模式下查看下一个({0})或上一个({1})差异。",
4520
- msg3: "若要控制应播放哪些辅助功能信号,可以配置以下设置: {0}",
4521
- removeTimeout: "删除限制"
4842
+ msg3: "Run the command Diff Editor: Switch Side ({0}) to toggle between the original and modified editors.",
4843
+ msg4: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
4844
+ msg5: "The setting, accessibility.verbosity.diffEditorActive, controls if a diff editor announcement is made when it becomes the active editor.",
4845
+ removeTimeout: "删除限制",
4846
+ switchSidesNoKb: "Run the command Diff Editor: Switch Side, which is currently not triggerable via keybinding, to toggle between the original and modified editors."
4522
4847
  },
4523
4848
  "vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
4524
4849
  defaultHintAriaLabel: "执行 {0} 以选择语言、执行 {1} 以填充模板,或执行 {2} 以打开其他编辑器并开始使用。开始键入以关闭。",
@@ -4601,6 +4926,70 @@ var content = {
4601
4926
  "toggle.wordwrap": "查看: 切换自动换行",
4602
4927
  unwrapMinified: "在此文件禁用折行",
4603
4928
  wrapMinified: "在此文件启用折行"
4929
+ },
4930
+ "vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint": {
4931
+ formatError: "{0}: Invalid format, JSON object expected.",
4932
+ parseErrors: "Errors parsing {0}: {1}",
4933
+ "schema.autoCloseBefore": "Defines what characters must be after the cursor in order for bracket or quote autoclosing to occur when using the 'languageDefined' autoclosing setting. This is typically the set of characters which can not start an expression.",
4934
+ "schema.autoClosingPairs": "Defines the bracket pairs. When a opening bracket is entered, the closing bracket is inserted automatically.",
4935
+ "schema.autoClosingPairs.notIn": "Defines a list of scopes where the auto pairs are disabled.",
4936
+ "schema.blockComment.begin": "The character sequence that starts a block comment.",
4937
+ "schema.blockComment.end": "The character sequence that ends a block comment.",
4938
+ "schema.blockComments": "Defines how block comments are marked.",
4939
+ "schema.brackets": "Defines the bracket symbols that increase or decrease the indentation. When bracket pair colorization is enabled and {0} is not defined, this also defines the bracket pairs that are colorized by their nesting level.",
4940
+ "schema.closeBracket": "The closing bracket character or string sequence.",
4941
+ "schema.colorizedBracketPairs": "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled. Any brackets included here that are not included in {0} will be automatically included in {0}.",
4942
+ "schema.comments": "Defines the comment symbols",
4943
+ "schema.folding": "The language's folding settings.",
4944
+ "schema.folding.markers": "Language specific folding markers such as '#region' and '#endregion'. The start and end regexes will be tested against the contents of all lines and must be designed efficiently",
4945
+ "schema.folding.markers.end": "The RegExp pattern for the end marker. The regexp must start with '^'.",
4946
+ "schema.folding.markers.start": "The RegExp pattern for the start marker. The regexp must start with '^'.",
4947
+ "schema.folding.offSide": "A language adheres to the off-side rule if blocks in that language are expressed by their indentation. If set, empty lines belong to the subsequent block.",
4948
+ "schema.indentationRules": "The language's indentation settings.",
4949
+ "schema.indentationRules.decreaseIndentPattern": "If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).",
4950
+ "schema.indentationRules.decreaseIndentPattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4951
+ "schema.indentationRules.decreaseIndentPattern.flags": "The RegExp flags for decreaseIndentPattern.",
4952
+ "schema.indentationRules.decreaseIndentPattern.pattern": "The RegExp pattern for decreaseIndentPattern.",
4953
+ "schema.indentationRules.increaseIndentPattern": "If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).",
4954
+ "schema.indentationRules.increaseIndentPattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4955
+ "schema.indentationRules.increaseIndentPattern.flags": "The RegExp flags for increaseIndentPattern.",
4956
+ "schema.indentationRules.increaseIndentPattern.pattern": "The RegExp pattern for increaseIndentPattern.",
4957
+ "schema.indentationRules.indentNextLinePattern": "If a line matches this pattern, then **only the next line** after it should be indented once.",
4958
+ "schema.indentationRules.indentNextLinePattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4959
+ "schema.indentationRules.indentNextLinePattern.flags": "The RegExp flags for indentNextLinePattern.",
4960
+ "schema.indentationRules.indentNextLinePattern.pattern": "The RegExp pattern for indentNextLinePattern.",
4961
+ "schema.indentationRules.unIndentedLinePattern": "If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.",
4962
+ "schema.indentationRules.unIndentedLinePattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4963
+ "schema.indentationRules.unIndentedLinePattern.flags": "The RegExp flags for unIndentedLinePattern.",
4964
+ "schema.indentationRules.unIndentedLinePattern.pattern": "The RegExp pattern for unIndentedLinePattern.",
4965
+ "schema.lineComment": "The character sequence that starts a line comment.",
4966
+ "schema.onEnterRules": "The language's rules to be evaluated when pressing Enter.",
4967
+ "schema.onEnterRules.action": "The action to execute.",
4968
+ "schema.onEnterRules.action.appendText": "Describes text to be appended after the new line and after the indentation.",
4969
+ "schema.onEnterRules.action.indent": "Describe what to do with the indentation",
4970
+ "schema.onEnterRules.action.indent.indent": "Insert new line and indent once (relative to the previous line's indentation).",
4971
+ "schema.onEnterRules.action.indent.indentOutdent": "Insert two new lines:\r\n - the first one indented which will hold the cursor\r\n - the second one at the same indentation level",
4972
+ "schema.onEnterRules.action.indent.none": "Insert new line and copy the previous line's indentation.",
4973
+ "schema.onEnterRules.action.indent.outdent": "Insert new line and outdent once (relative to the previous line's indentation).",
4974
+ "schema.onEnterRules.action.removeText": "Describes the number of characters to remove from the new line's indentation.",
4975
+ "schema.onEnterRules.afterText": "This rule will only execute if the text after the cursor matches this regular expression.",
4976
+ "schema.onEnterRules.afterText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4977
+ "schema.onEnterRules.afterText.flags": "The RegExp flags for afterText.",
4978
+ "schema.onEnterRules.afterText.pattern": "The RegExp pattern for afterText.",
4979
+ "schema.onEnterRules.beforeText": "This rule will only execute if the text before the cursor matches this regular expression.",
4980
+ "schema.onEnterRules.beforeText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4981
+ "schema.onEnterRules.beforeText.flags": "The RegExp flags for beforeText.",
4982
+ "schema.onEnterRules.beforeText.pattern": "The RegExp pattern for beforeText.",
4983
+ "schema.onEnterRules.previousLineText": "This rule will only execute if the text above the line matches this regular expression.",
4984
+ "schema.onEnterRules.previousLineText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4985
+ "schema.onEnterRules.previousLineText.flags": "The RegExp flags for previousLineText.",
4986
+ "schema.onEnterRules.previousLineText.pattern": "The RegExp pattern for previousLineText.",
4987
+ "schema.openBracket": "The opening bracket character or string sequence.",
4988
+ "schema.surroundingPairs": "Defines the bracket pairs that can be used to surround a selected string.",
4989
+ "schema.wordPattern": "Defines what is considered to be a word in the programming language.",
4990
+ "schema.wordPattern.flags": "The RegExp flags used to match words.",
4991
+ "schema.wordPattern.flags.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
4992
+ "schema.wordPattern.pattern": "The RegExp pattern used to match words."
4604
4993
  },
4605
4994
  "vs/workbench/contrib/commands/common/commands.contribution": {
4606
4995
  runCommands: "运行命令",
@@ -4652,6 +5041,7 @@ var content = {
4652
5041
  commentsConfigurationTitle: "评论",
4653
5042
  expandAll: "全部展开",
4654
5043
  openComments: "控制评论面板应何时打开。",
5044
+ reply: "Reply",
4655
5045
  totalUnresolvedComments: "{0} 未解析的注释",
4656
5046
  useRelativeTime: "确定是否在注释时间戳中使用相对时间,(例如\"1 天前\")。"
4657
5047
  },
@@ -4700,17 +5090,25 @@ var content = {
4700
5090
  commentLine: "[Ln {0}]",
4701
5091
  commentRange: "[Ln {0}-{1}]",
4702
5092
  "comments.view.title": "注释",
4703
- commentsCount: "{0} 条注释",
5093
+ commentsCountReplies: "{0} replies",
5094
+ commentsCountReply: "1 reply",
4704
5095
  image: "图片",
4705
5096
  imageWithLabel: "图片: {0}",
4706
- lastReplyFrom: "来自 {0} 的最新回复"
5097
+ lastReplyFrom: "来自 {0} 的最新回复",
5098
+ outdated: "Outdated"
4707
5099
  },
4708
5100
  "vs/workbench/contrib/comments/browser/commentsView": {
5101
+ acessibleViewHint: "Inspect this in the accessible view ({0}).\r\n",
5102
+ acessibleViewHintNoKbOpen: "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding.\r\n",
4709
5103
  "comments.filter.ariaLabel": "筛选注释",
4710
5104
  "comments.filter.placeholder": "筛选器(例如文本、作者)",
4711
- resourceWithCommentLabel: "{3} 中第 {1} 行第 {2} 列的 ${0},源: {4}",
4712
- resourceWithCommentLabelFile: "{1} 中的 ${0},源: {2}",
5105
+ replyCount: " {0} replies,",
5106
+ resourceWithCommentLabel: "{0} at line {1} column {2} in {3},{4} comment: {5}",
5107
+ resourceWithCommentLabelFile: "{0} in {1},{2} comment: {3}",
5108
+ resourceWithCommentLabelFileOutdated: "Outdated from {0} in {1},{2} comment: {3}",
5109
+ resourceWithCommentLabelOutdated: "Outdated from {0} at line {1} column {2} in {3},{4} comment: {5}",
4713
5110
  resourceWithCommentThreadsLabel: "{0} 中的注释,完整路径: {1}",
5111
+ resourceWithRepliesLabel: "{0} {1}",
4714
5112
  rootCommentsLabel: "当前工作区的注释",
4715
5113
  "showing filtered results": "正在显示第 {0} 页(共 {1} 页)"
4716
5114
  },
@@ -4720,8 +5118,8 @@ var content = {
4720
5118
  focusCommentsFilter: "焦点注释筛选器",
4721
5119
  focusCommentsList: "焦点注释视图",
4722
5120
  resolved: "显示已解决",
4723
- "toggle resolved": "切换已解决注释",
4724
- "toggle unresolved": "切换未解决注释",
5121
+ "toggle resolved": "Show Resolved",
5122
+ "toggle unresolved": "Show Unresolved",
4725
5123
  unresolved: "显示未解决"
4726
5124
  },
4727
5125
  "vs/workbench/contrib/comments/browser/commentThreadBody": {
@@ -4758,6 +5156,11 @@ var content = {
4758
5156
  editorHasCommentingRange: "活动编辑器是否具有注释范围",
4759
5157
  hasCommentingProvider: "打开的工作区是否具有注释或注释范围。",
4760
5158
  hasCommentingRange: "活动光标处的位置是否具有评论范围"
5159
+ },
5160
+ "vs/workbench/contrib/customEditor/browser/customEditorInput": {
5161
+ editorCannotMove: "Unable to move '{0}': The editor contains changes that can only be saved in its current window.",
5162
+ editorUnsupportedInWindow: "Unable to open the editor in this window, it contains modifications that can only be saved in the original window.",
5163
+ reopenInOriginalWindow: "Open in Original Window"
4761
5164
  },
4762
5165
  "vs/workbench/contrib/customEditor/common/contributedCustomEditors": {
4763
5166
  builtinProviderDisplayName: "内置"
@@ -4790,7 +5193,7 @@ var content = {
4790
5193
  breakpoint: "断点",
4791
5194
  breakpointHasConditionDisabled: "此{0}的{1}将在删除后丢失。请考虑仅启用此{0}。",
4792
5195
  breakpointHasConditionEnabled: "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
4793
- breakpointHelper: "单击以添加断点。",
5196
+ breakpointHelper: "Click to add a breakpoint",
4794
5197
  condition: "条件",
4795
5198
  "debugIcon.breakpointCurrentStackframeForeground": "当前断点堆栈帧的图标颜色。",
4796
5199
  "debugIcon.breakpointDisabledForeground": "禁用断点的图标颜色。",
@@ -4823,6 +5226,7 @@ var content = {
4823
5226
  "vs/workbench/contrib/debug/browser/breakpointsView": {
4824
5227
  access: "访问",
4825
5228
  activateBreakpoints: "切换激活断点",
5229
+ addDataBreakpointOnAddress: "Add Data Breakpoint at Address",
4826
5230
  addFunctionBreakpoint: "添加函数断点",
4827
5231
  breakpoint: "断点",
4828
5232
  breakpointUnsupported: "调试器不支持此类型的断点",
@@ -4830,8 +5234,14 @@ var content = {
4830
5234
  dataBreakPointExpresionAriaLabel: "类型表达式。表达式计算结果为 true 时,数据断点将中断",
4831
5235
  dataBreakPointHitCountAriaLabel: "类型命中次数。达到命中次数时,数据断点将中断。",
4832
5236
  dataBreakpoint: "数据断点",
5237
+ dataBreakpointAccessType: "Select the access type to monitor",
5238
+ dataBreakpointAddrFormat: "Address should be a range of numbers the form \"[Start] - [End]\" or \"[Start] + [Bytes]\"",
5239
+ dataBreakpointAddrStartEnd: "Number must be a decimal integer or hex value starting with \"0x\", got {0}",
5240
+ dataBreakpointError: "Failed to set data breakpoint at {0}: {1}",
4833
5241
  dataBreakpointExpressionPlaceholder: "在表达式结果为 true 时中断",
4834
5242
  dataBreakpointHitCountPlaceholder: "在到达命中次数时中断",
5243
+ dataBreakpointMemoryRangePlaceholder: "Absolute range (0x1234 - 0x1300) or range of bytes after an address (0x1234 + 0xff)",
5244
+ dataBreakpointMemoryRangePrompt: "Enter a memory range in which to break",
4835
5245
  dataBreakpointUnsupported: "此调试类型不支持数据断点",
4836
5246
  dataBreakpointsNotSupported: "此调试类型不支持数据断点",
4837
5247
  disableAllBreakpoints: "禁用所有断点",
@@ -4839,6 +5249,7 @@ var content = {
4839
5249
  disabledLogpoint: "已禁用的记录点",
4840
5250
  editBreakpoint: "编辑函数条件...",
4841
5251
  editCondition: "编辑条件…",
5252
+ editDataBreakpointOnAddress: "Edit Address...",
4842
5253
  editHitCount: "编辑命中次数…",
4843
5254
  editMode: "编辑模式...",
4844
5255
  enableAllBreakpoints: "启用所有断点",
@@ -4861,6 +5272,7 @@ var content = {
4861
5272
  instructionBreakpointAtAddress: "地址 {0} 处的指令断点",
4862
5273
  instructionBreakpointUnsupported: "不受此调试类型支持的指令断点",
4863
5274
  logMessage: "日志消息: {0}",
5275
+ miDataBreakpoint: "&&Data Breakpoint...",
4864
5276
  miDisableAllBreakpoints: "禁用所有断点(&&L)",
4865
5277
  miEnableAllBreakpoints: "启用所有断点(&&E)",
4866
5278
  miFunctionBreakpoint: "函数断点(&&F)...",
@@ -4885,6 +5297,7 @@ var content = {
4885
5297
  expression: "表达式",
4886
5298
  hitCount: "命中次数",
4887
5299
  logMessage: "日志消息",
5300
+ noBpSource: "Could not load source.",
4888
5301
  noTriggerByBreakpoint: "无",
4889
5302
  ok: "确定",
4890
5303
  selectBreakpoint: "选择断点",
@@ -4913,7 +5326,6 @@ var content = {
4913
5326
  },
4914
5327
  "vs/workbench/contrib/debug/browser/debug.contribution": {
4915
5328
  SetNextStatement: "设置下一语句",
4916
- addToWatchExpressions: "添加到监视",
4917
5329
  allowBreakpointsEverywhere: "允许在任何文件中设置断点。",
4918
5330
  always: "始终在状态栏中显示调试",
4919
5331
  breakWhenValueChanges: "值更改时中断",
@@ -4923,7 +5335,6 @@ var content = {
4923
5335
  callStack: "调用堆栈",
4924
5336
  cancel: "取消调试。",
4925
5337
  closeReadonlyTabsOnEnd: "调试会话结束时,与该会话关联的所有只读选项卡都将关闭",
4926
- copyAsExpression: "复制表达式",
4927
5338
  copyStackTrace: "复制调用堆栈",
4928
5339
  copyValue: "复制值",
4929
5340
  "debug.autoExpandLazyVariables": "自动显示调试器延迟解析的变量的值,例如 getter。",
@@ -4942,6 +5353,10 @@ var content = {
4942
5353
  "debug.enableStatusBarColor": "调试器处于活动状态时的状态栏颜色。",
4943
5354
  "debug.focusEditorOnBreak": "控制调试器中断时编辑器是否应聚焦。",
4944
5355
  "debug.focusWindowOnBreak": "控制当调试器中断时,工作台窗口是否应获得焦点。",
5356
+ "debug.gutterMiddleClickAction.conditionalBreakpoint": "Add Conditional Breakpoint.",
5357
+ "debug.gutterMiddleClickAction.logpoint": "Add Logpoint.",
5358
+ "debug.gutterMiddleClickAction.none": "Don't perform any action.",
5359
+ "debug.gutterMiddleClickAction.triggeredBreakpoint": "Add Triggered Breakpoint.",
4945
5360
  "debug.hideLauncherWhileDebugging": "调试处于活动状态时,在“运行和调试”视图的标题栏中隐藏“启动调试”控件。仅当“{0}”不是“docked”时才相关。",
4946
5361
  "debug.onTaskErrors": "控制在运行预启动任务后遇到错误时应该怎么做。",
4947
5362
  "debug.saveBeforeStart": "控制在启动调试会话前要保存哪些编辑器。",
@@ -4960,6 +5375,7 @@ var content = {
4960
5375
  "debugToolBar.hidden": "不显示调试工具栏。",
4961
5376
  disassembly: "反汇编",
4962
5377
  editWatchExpression: "编辑表达式",
5378
+ gutterMiddleClickAction: "Controls the action to perform when clicking the editor gutter with the middle mouse button.",
4963
5379
  inlineBreakpoint: "内联断点",
4964
5380
  inlineValues: "当处于调试过程中时,在编辑器中内联显示变量值。",
4965
5381
  "inlineValues.focusNoScroll": "如果语言支持内联值位置,则在调试时在编辑器中内联显示变量值。",
@@ -5047,12 +5463,15 @@ var content = {
5047
5463
  "vs/workbench/contrib/debug/browser/debugCommands": {
5048
5464
  addConfiguration: "添加配置…",
5049
5465
  addInlineBreakpoint: "添加内联断点",
5466
+ addToWatchExpressions: "Add to Watch",
5050
5467
  callStackBottom: "导航到调用堆栈底部",
5051
5468
  callStackDown: "向下导航调用堆栈",
5052
5469
  callStackTop: "导航到调用堆栈顶部",
5053
5470
  callStackUp: "向上导航调用堆栈",
5054
5471
  chooseLocation: "选择特定位置",
5055
5472
  continueDebug: "继续",
5473
+ copyAsExpression: "Copy as Expression",
5474
+ copyValue: "Copy Value",
5056
5475
  debug: "调试",
5057
5476
  disconnect: "断开连接",
5058
5477
  disconnectSuspend: "断开连接和暂停",
@@ -5110,6 +5529,7 @@ var content = {
5110
5529
  stepIntoTargets: "单步执行目标",
5111
5530
  toggleBreakpointAction: "调试: 切换断点",
5112
5531
  toggleDisassemblyViewSourceCode: "在反汇编视图中切换源代码",
5532
+ toggleDisassemblyViewSourceCodeDescription: "Shows or hides source code in disassembly",
5113
5533
  triggerByBreakpointEditorAction: "调试:添加触发的断点..."
5114
5534
  },
5115
5535
  "vs/workbench/contrib/debug/browser/debugEditorContribution": {
@@ -5175,6 +5595,7 @@ var content = {
5175
5595
  variablesViewIcon: "查看变量视图的图标。",
5176
5596
  watchExpressionRemove: "监视视图中“删除”操作的图标。",
5177
5597
  watchExpressionsAdd: "监视视图中“添加”操作的图标。",
5598
+ watchExpressionsAddDataBreakpoint: "Icon for the add data breakpoint action in the breakpoints view.",
5178
5599
  watchExpressionsAddFuncBreakpoint: "监视视图中“添加函数断点”操作的图标。",
5179
5600
  watchExpressionsRemoveAll: "监视视图中“全部删除”操作的图标。",
5180
5601
  watchViewIcon: "查看监视视图的图标。"
@@ -5217,6 +5638,7 @@ var content = {
5217
5638
  debuggingStartedNoDebug: "已开始运行而不进行调试。",
5218
5639
  debuggingStopped: "已停止调试。",
5219
5640
  noDebugAdapter: "没有可用的调试程序,无法发送“{0}”",
5641
+ sessionDoesNotSupporBytesBreakpoints: "Session does not support breakpoints with bytes",
5220
5642
  sessionNotReadyForBreakpoints: "会话还没有为断点做好准备"
5221
5643
  },
5222
5644
  "vs/workbench/contrib/debug/browser/debugSessionPicker": {
@@ -5253,6 +5675,7 @@ var content = {
5253
5675
  "vs/workbench/contrib/debug/browser/debugViewlet": {
5254
5676
  debugPanel: "调试控制台",
5255
5677
  miOpenConfigurations: "打开配置(&&C)",
5678
+ openLaunchConfigDescription: "Opens the file used to configure how your program is debugged",
5256
5679
  selectWorkspaceFolder: "选择工作区文件夹以在其中创建 launch.json 文件或将其添加到工作区配置文件",
5257
5680
  startAdditionalSession: "启动其他会话"
5258
5681
  },
@@ -5300,6 +5723,7 @@ var content = {
5300
5723
  "actions.repl.acceptInput": "接受 REPL 的输入",
5301
5724
  "actions.repl.copyAll": "调试: 复制控制台所有内容",
5302
5725
  clearRepl: "清除控制台",
5726
+ "clearRepl.descriotion": "Clears all program output from your debug REPL",
5303
5727
  collapse: "全部折叠",
5304
5728
  copy: "复制",
5305
5729
  copyAll: "全部复制",
@@ -5309,7 +5733,7 @@ var content = {
5309
5733
  selectRepl: "选择调试控制台",
5310
5734
  "showing filtered repl lines": "正在显示第 {0} 页(共 {1} 页)",
5311
5735
  startDebugFirst: "请发起调试会话来对表达式求值",
5312
- "workbench.debug.filter.placeholder": "筛选器(例如 text、!exclude)"
5736
+ "workbench.debug.filter.placeholder": "Filter (e.g. text, !exclude, \\escape)"
5313
5737
  },
5314
5738
  "vs/workbench/contrib/debug/browser/replViewer": {
5315
5739
  debugConsole: "调试控制台",
@@ -5325,17 +5749,14 @@ var content = {
5325
5749
  statusBarDebuggingForeground: "调试程序时状态栏的前景色。状态栏显示在窗口底部"
5326
5750
  },
5327
5751
  "vs/workbench/contrib/debug/browser/variablesView": {
5328
- cancel: "取消",
5329
5752
  collapse: "全部折叠",
5330
- install: "安装",
5331
5753
  removeVisualizer: "删除可视化工具",
5332
5754
  useVisualizer: "可视化变量...",
5333
5755
  variableAriaLabel: "{0},值 {1}",
5334
5756
  variableScopeAriaLabel: "范围 {0}",
5335
5757
  variableValueAriaLabel: "键入新的变量值",
5336
5758
  variablesAriaTreeLabel: "调试变量",
5337
- "viewMemory.install.progress": "正在安装十六进制编辑器...",
5338
- "viewMemory.prompt": "要有十六进制编辑器扩展才能检查二进制数据。是否要立即安装?"
5759
+ "viewMemory.prompt": "Inspecting binary data requires this extension."
5339
5760
  },
5340
5761
  "vs/workbench/contrib/debug/browser/watchExpressionsView": {
5341
5762
  addWatchExpression: "添加表达式",
@@ -5366,6 +5787,7 @@ var content = {
5366
5787
  breakWhenValueIsReadSupported: "如果焦点断点支持在值被读取时中断,则为 True。",
5367
5788
  breakpointHasModes: "断点是否具有多个模式可切换。",
5368
5789
  breakpointInputFocused: "当输入框在 \"BREAKPOINTS \" 视图中具有焦点时为 True。",
5790
+ breakpointItemIsDataBytes: "Whether the breakpoint item is a data breakpoint on a byte range.",
5369
5791
  breakpointItemType: "表示 \"BREAKPOINTS \" 视图中具有焦点的元素的项类型。例如: \"breakpoint\"、\"exceptionBreakppint\"、\"functionBreakpoint\"、\"dataBreakpoint\"",
5370
5792
  breakpointSupportsCondition: "焦点断点支持条件时为 True。",
5371
5793
  breakpointWidgetVisibile: "如果显示断点编辑器区域小组件,则为 True;否则为 false。",
@@ -5379,6 +5801,7 @@ var content = {
5379
5801
  debugConfigurationType: "所选启动配置的调试类型。例如 \"python\"。",
5380
5802
  debugExtensionsAvailable: "如果至少安装并启用了一个调试扩展,则为 True。",
5381
5803
  debugProtocolVariableMenuContext: "表示 \"VARIABLES\" 视图中调试适配器针对焦点变量设置的上下文。",
5804
+ debugSetDataBreakpointAddressSupported: "True when the focused session supports 'getBreakpointInfo' request on an address.",
5382
5805
  debugSetExpressionSupported: "当焦点会话支持 “setExpression” 请求时为 True。",
5383
5806
  debugSetVariableSupported: "焦点会话支持 \"setVariable\" 请求时为 True。",
5384
5807
  debugState: "焦点调试会话所处的状态。以下项之一:“非活动”、“正在初始化”、“已停止”或“正在运行”。",
@@ -5412,6 +5835,7 @@ var content = {
5412
5835
  terminateDebuggeeSupported: "如果焦点会话支持终止调试对象功能,则为 True。",
5413
5836
  variableEvaluateNamePresent: "在焦点变量设置了 “evalauteName” 字段时为 True。",
5414
5837
  variableExtensionId: "变量源的扩展 ID,用于调试可视化子句。",
5838
+ variableInterfaces: "Any interfaces or contracts that the variable satisfies, present for debug visualization clauses.",
5415
5839
  variableIsReadonly: "当焦点变量为只读时为 True。",
5416
5840
  variableLanguage: "变量源的语言,用于调试可视化子句。",
5417
5841
  variableName: "用于调试可视化子句的变量名称。",
@@ -5612,9 +6036,10 @@ var content = {
5612
6036
  errors: "{0} 个未捕获的错误",
5613
6037
  extensionActivating: "正在激活扩展...",
5614
6038
  languageActivation: "因你打开 {0} 文件而被 {1} 激活",
5615
- "requests count": "{0} 请求: {1} (会话)",
5616
- "requests count title": "上一次请求为 {0}。总体请求数: {1}",
6039
+ "requests count": "{0} Requests: {1} (Overall)",
6040
+ "requests count title": "Last request was {0}.",
5617
6041
  runtimeExtensions: "运行时扩展",
6042
+ "session requests count": ", {0} (Session)",
5618
6043
  showRuntimeExtensions: "显示正在运行的扩展",
5619
6044
  starActivation: "已在启动时由 {0} 激活",
5620
6045
  startupFinishedActivation: "启动完成后已由 {0} 激活",
@@ -5663,6 +6088,7 @@ var content = {
5663
6088
  "last released": "上次发布时间",
5664
6089
  "last updated": "上次更新时间",
5665
6090
  license: "许可证",
6091
+ "local extension": "Local Extension",
5666
6092
  name: "扩展名",
5667
6093
  noChangelog: "无可用的更改日志。",
5668
6094
  noDependencies: "没有依赖项",
@@ -5672,7 +6098,8 @@ var content = {
5672
6098
  publisher: "发布服务器",
5673
6099
  rating: "评分",
5674
6100
  repository: "仓库",
5675
- resources: "资源"
6101
+ resources: "资源",
6102
+ "workspace extension": "Workspace Extension"
5676
6103
  },
5677
6104
  "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
5678
6105
  "restartExtensionHost.reason": "由于工作区信任更改,正在重启扩展主机。"
@@ -5765,9 +6192,9 @@ var content = {
5765
6192
  "extensions.supportVirtualWorkspaces": "替代扩展的虚拟工作区支持。",
5766
6193
  extensionsCheckUpdates: "启用后,将自动检查扩展更新。若扩展存在更新,将在“扩展”视图中将其标记为过时扩展。更新将从 Microsoft 联机服务中获取。",
5767
6194
  extensionsCloseExtensionDetailsOnViewChange: "启用后,将在离开“扩展”视图时,自动关闭扩展详细信息页面。",
5768
- extensionsConfigurationTitle: "扩展",
5769
6195
  extensionsDeferredStartupFinishedActivation: "启用后,将在超时后激活声明“onStartupFinished”激活事件的扩展。",
5770
6196
  extensionsIgnoreRecommendations: "启用后,将不会显示扩展建议的通知。",
6197
+ extensionsInQuickAccess: "When enabled, extensions can be searched for via Quick Access and report issues from there.",
5771
6198
  extensionsShowRecommendationsOnlyOnDemand_Deprecated: "已弃用此设置。使用 extensions.ignoreRecommendations 设置来控制建议通知。默认使用“扩展”视图的可见性操作来隐藏“建议”视图。",
5772
6199
  extensionsWebWorker: "启用 Web Worker 扩展主机。",
5773
6200
  "extensionsWebWorker.auto": "Web 辅助角色扩展主机将在 Web 扩展需要时启动。",
@@ -5842,8 +6269,10 @@ var content = {
5842
6269
  "workbench.extensions.installExtension.description": "安装给定的扩展",
5843
6270
  "workbench.extensions.installExtension.option.context": "安装的上下文。这是一个 JSON 对象,可用于将任何信息传递给安装处理程序。例如,“{skipWalkthrough: true}”将在安装时跳过打开演练。",
5844
6271
  "workbench.extensions.installExtension.option.donotSync": "启用后,VS Code 在启用“设置同步”时不同步此扩展。",
6272
+ "workbench.extensions.installExtension.option.enable": "When enabled, the extension will be enabled if it is installed but disabled. If the extension is already enabled, this has no effect.",
5845
6273
  "workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX": "启用后,VS Code 仅安装来自扩展包 VSIX 的新添加的扩展。仅在安装 VSIX 时才考虑此选项。",
5846
6274
  "workbench.extensions.installExtension.option.installPreReleaseVersion": "启用后,VS Code 将安装扩展的预发布版本(如果可用)。",
6275
+ "workbench.extensions.installExtension.option.justification": "Justification for installing the extension. This is a string or an object that can be used to pass any information to the installation handlers. i.e. `{reason: 'This extension wants to open a URI', action: 'Open URI'}` will show a message box with the reason and action upon install.",
5847
6276
  "workbench.extensions.search.arg.name": "要在搜索中使用的查询",
5848
6277
  "workbench.extensions.search.description": "搜索特定扩展",
5849
6278
  "workbench.extensions.uninstallExtension.arg.name": "要卸载的扩展的 id",
@@ -5939,6 +6368,7 @@ var content = {
5939
6368
  "install release version": "安装发布版本",
5940
6369
  "install remote extensions": "本地安装远程扩展",
5941
6370
  "install vsix": "下载后,请手动安装“{0}”的 VSIX。",
6371
+ "install workspace version": "Install Workspace Extension",
5942
6372
  installExtensionComplete: "已完成安装扩展 {0}。",
5943
6373
  installExtensionStart: "已启动安装扩展 {0}。将打开编辑器,显示此扩展的更多详细信息。",
5944
6374
  installRecommendedExtension: "安装推荐的扩展",
@@ -5960,8 +6390,9 @@ var content = {
5960
6390
  "not web tooltip": "“{0}”扩展在 {1} 中不可用。",
5961
6391
  "pre-release": "预发布",
5962
6392
  reinstall: "重新安装扩展...",
5963
- "reload required": "需要重新加载",
5964
- reloadAction: "重新加载",
6393
+ "reload window": "Reload Window",
6394
+ "restart extensions": "Restart Extensions",
6395
+ "restart product": "Restart to Update",
5965
6396
  "search recommendations": "搜索扩展",
5966
6397
  "select and install local extensions": "在“{0}”中安装本地扩展…",
5967
6398
  "select and install remote extensions": "本地安装远程扩展…",
@@ -5990,6 +6421,7 @@ var content = {
5990
6421
  uninstalled: "已卸载",
5991
6422
  update: "更新",
5992
6423
  "update operation": "更新 \"{0}\" 扩展时出错。",
6424
+ "update product": "Update {0}",
5993
6425
  "update to": "更新到 v{0}",
5994
6426
  updateExtensionComplete: "已完成更新扩展 {0} 到版本 {1}。",
5995
6427
  updateExtensionStart: "已启动更新扩展 {0} 到版本 {1}。",
@@ -6065,11 +6497,11 @@ var content = {
6065
6497
  enabledExtensions: "已启用",
6066
6498
  extensionFound: "找到 1 个扩展。",
6067
6499
  extensionFoundInSection: "在“{0}”小节中找到 1 个扩展。",
6068
- extensionToReload: "{0} 需要重新加载",
6500
+ extensionToReload: "{0} requires restart",
6069
6501
  extensionToUpdate: "{0} 需要更新",
6070
6502
  extensionsFound: "找到 {0} 个扩展。",
6071
6503
  extensionsFoundInSection: "在“{1}”小节中找到 {0} 个扩展。",
6072
- extensionsToReload: "{0} 需要重新加载",
6504
+ extensionsToReload: "{0} require restart",
6073
6505
  extensionsToUpdate: "{0} 需要更新",
6074
6506
  "install remote in local": "本地安装远程扩展…",
6075
6507
  installed: "已安装",
@@ -6114,6 +6546,7 @@ var content = {
6114
6546
  extensionIconVerifiedForeground: "已验证扩展的发布服务器图标颜色。",
6115
6547
  extensionPreReleaseForeground: "预发布扩展的图标颜色。",
6116
6548
  "has prerelease": "此扩展具有可用的 {0}",
6549
+ "local extension": "Local Extension",
6117
6550
  message: "1 条消息",
6118
6551
  messages: "{0} 条消息",
6119
6552
  "publisher verified tooltip": "此发布者已验证 {0} 的所有权",
@@ -6125,26 +6558,46 @@ var content = {
6125
6558
  "syncingore.label": "此扩展在同步期间被忽略。",
6126
6559
  "uncaught error": "1 个未捕获错误",
6127
6560
  "uncaught errors": "{0} 个未捕获错误",
6128
- updateRequired: "最新版本:"
6561
+ updateRequired: "最新版本:",
6562
+ "workspace extension": "Workspace Extension"
6129
6563
  },
6130
6564
  "vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": {
6131
6565
  "Manifest is not found": "未找到清单文件",
6132
6566
  "disable all": "全部禁用",
6133
- "enable locally": "请重载 Visual Studio Code 以在本地启用此扩展。",
6134
- "enable remote": "请重载 Visual Studio Code 以在 {0} 中启用此扩展。",
6567
+ "enable locally": "Please {0} to enable this extension locally.",
6568
+ "enable remote": "Please {0} to enable this extension in {1}.",
6569
+ enableButtonLabel: "&&Enable Extension",
6570
+ enableButtonLabelWithAction: "&&Enable Extension and {0}",
6571
+ enableExtensionMessage: "Would you like to enable '{0}' extension?",
6572
+ enableExtensionTitle: "Enable Extension",
6135
6573
  incompatible: "无法安装“{0}”扩展,因为它不兼容。",
6574
+ installButtonLabel: "&&Install Extension",
6575
+ installButtonLabelWithAction: "&&Install Extension and {0}",
6576
+ installExtensionMessage: "Would you like to install '{0}' extension from '{1}'?",
6577
+ installExtensionTitle: "Install Extension",
6578
+ installVSIXMessage: "Would you like to install the extension?",
6136
6579
  "installing extension": "正在安装扩展...",
6137
6580
  "installing named extension": "正在安装 \"{0}\" 扩展...",
6138
6581
  malicious: "报告称该扩展存在问题。",
6139
6582
  multipleDependentsError: "无法单独禁用 \"{0}\" 扩展。\"{1}\"、\"{2}\" 和其他扩展依赖于此扩展。要禁用所有这些扩展吗?",
6140
- "not found": "无法安装扩展“{0}”,因为找不到请求的版本“{1}”。",
6141
- postDisableTooltip: "请重新加载 Visual Studio Code 以禁用此扩展。",
6142
- postEnableTooltip: "请重新加载 Visual Studio Code 以启用此扩展。",
6143
- postUninstallTooltip: "请重新加载 Visual Studio Code 以完成此扩展的卸载。",
6144
- postUpdateTooltip: "请重新启动 Visual Studio Code 以完成对此扩展的更新。",
6583
+ "not found": "Unable to install extension '{0}' because it is not found.",
6584
+ "not found version": "Unable to install extension '{0}' because the requested version '{1}' is not found.",
6585
+ open: "Open Extension",
6586
+ postDisableTooltip: "Please {0} to disable this extension.",
6587
+ postEnableTooltip: "Please {0} to enable this extension.",
6588
+ postUninstallTooltip: "Please {0} to complete the uninstallation of this extension.",
6589
+ postUpdateDownloadTooltip: "Please update {0} to enable the updated extension.",
6590
+ postUpdateRestartTooltip: "Please restart {0} to enable the updated extension.",
6591
+ postUpdateTooltip: "Please {0} to enable the updated extension.",
6592
+ postUpdateUpdateTooltip: "Please update {0} to enable the updated extension.",
6593
+ reload: "reload window",
6594
+ restart: "Enable or Disable extensions",
6595
+ "restart extensions": "restart extensions",
6145
6596
  singleDependentError: "无法单独禁用 \"{0}\" 扩展。\"{1}\" 扩展依赖于此扩展。要禁用所有这些扩展吗?",
6597
+ "sync extension": "Sync this extension",
6146
6598
  twoDependentsError: "无法单独禁用 \"{0}\" 扩展。\"{1}\" 和 \"{2}\" 扩展依赖于此扩展。要禁用所有这些扩展吗?",
6147
- uninstallingExtension: "正在卸载扩展..."
6599
+ uninstallingExtension: "正在卸载扩展...",
6600
+ unknown: "Unable to install extension"
6148
6601
  },
6149
6602
  "vs/workbench/contrib/extensions/browser/fileBasedRecommendations": {
6150
6603
  fileBasedRecommendation: "根据你最近打开的文件,建议使用此扩展。",
@@ -6248,8 +6701,11 @@ var content = {
6248
6701
  binFailed: "无法删除到回收站。是否永久删除?",
6249
6702
  clipboardComparisonLabel: "剪贴板 ↔ {0}",
6250
6703
  closeGroup: "关闭组",
6704
+ compareFileWithMeta: "Opens a picker to select a file to diff with the active editor.",
6251
6705
  compareNewUntitledTextFiles: "比较新的无标题文本文件",
6706
+ compareNewUntitledTextFilesMeta: "Opens a new diff editor with two untitled files.",
6252
6707
  compareWithClipboard: "比较活动文件与剪贴板",
6708
+ compareWithClipboardMeta: "Opens a new diff editor to compare the active file with the contents of the clipboard.",
6253
6709
  confirmDeleteMessageFile: "是否确定要永久删除“{0}”?",
6254
6710
  confirmDeleteMessageFilesAndDirectories: "是否确定要永久删除以下 {0} 个文件或文件夹 (包括其内容)?",
6255
6711
  confirmDeleteMessageFolder: "是否确定要永久删除“{0}”及其内容?",
@@ -6293,6 +6749,7 @@ var content = {
6293
6749
  fileNameStartsWithSlashError: "文件或文件夹名称不能以斜杠开头。",
6294
6750
  fileNameWhitespaceWarning: "在文件或文件夹名称中检测到的前导或尾随空格。",
6295
6751
  focusFilesExplorer: "聚焦到“文件资源管理器”视图",
6752
+ focusFilesExplorerMetadata: "Moves focus to the file explorer view container.",
6296
6753
  globalCompareFile: "比较活动文件与...",
6297
6754
  invalidFileNameError: "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
6298
6755
  irreversible: "此操作不可逆!",
@@ -6303,6 +6760,7 @@ var content = {
6303
6760
  newFile: "新建文件...",
6304
6761
  newFolder: "新建文件夹...",
6305
6762
  openFileInEmptyWorkspace: "在新的空白工作区中打开活动文件",
6763
+ openFileInEmptyWorkspaceMetadata: "Opens the active file in a new window with no folders open.",
6306
6764
  "openFileToShowInNewWindow.unsupportedschema": "活动编辑器必须包含可打开的资源。",
6307
6765
  pasteButtonLabel: "粘贴(&&P)",
6308
6766
  pasteFile: "粘贴",
@@ -6311,14 +6769,15 @@ var content = {
6311
6769
  renamingBulkEdit: "将 {0} 重命名为 {1}",
6312
6770
  replaceButtonLabel: "替换(&&R)",
6313
6771
  resetActiveEditorReadonlyInSession: "在会话中重置活动编辑器只读",
6314
- restore: "可以使用“撤消”命令还原此文件",
6315
- restorePlural: "可以使用“撤消”命令还原这些文件",
6772
+ restore: "You can restore this file using the Undo command.",
6773
+ restorePlural: "You can restore these files using the Undo command.",
6316
6774
  retry: "重试",
6317
6775
  retryButtonLabel: "重试(&&R)",
6318
6776
  saveAllInGroup: "全部保存在组中",
6319
6777
  setActiveEditorReadonlyInSession: "在会话中设置活动编辑器只读",
6320
6778
  setActiveEditorWriteableInSession: "在会话中设置活动编辑器可写",
6321
6779
  showInExplorer: "在资源管理器视图中显示活动文件",
6780
+ showInExplorerMetadata: "Reveals and selects the active file within the explorer view.",
6322
6781
  toggleActiveEditorReadonlyInSession: "在会话中切换活动编辑器只读",
6323
6782
  toggleAutoSave: "切换开关自动保存",
6324
6783
  toggleAutoSaveDescription: "切换键入后自动保存文件的功能",
@@ -6336,6 +6795,7 @@ var content = {
6336
6795
  closeOthers: "关闭其他",
6337
6796
  closeSaved: "关闭已保存",
6338
6797
  compareActiveWithSaved: "比较活动与已保存的文件",
6798
+ compareActiveWithSavedMeta: "Opens a new diff editor to compare the active file with the version on disk.",
6339
6799
  compareSelected: "将已选项进行比较",
6340
6800
  compareSource: "选择以进行比较",
6341
6801
  compareWithSaved: "与已保存文件比较",
@@ -6427,10 +6887,12 @@ var content = {
6427
6887
  },
6428
6888
  "vs/workbench/contrib/files/browser/views/explorerView": {
6429
6889
  collapseExplorerFolders: "在资源管理器中折叠文件夹",
6890
+ collapseExplorerFoldersMetadata: "Folds all folders in the Explorer.",
6430
6891
  createNewFile: "新建文件...",
6431
6892
  createNewFolder: "新建文件夹...",
6432
6893
  explorerSection: "资源管理器部分: {0}",
6433
- refreshExplorer: "刷新资源管理器"
6894
+ refreshExplorer: "刷新资源管理器",
6895
+ refreshExplorerMetadata: "Forces a refresh of the Explorer."
6434
6896
  },
6435
6897
  "vs/workbench/contrib/files/browser/views/explorerViewer": {
6436
6898
  confirmMove: "是否确定要将\"{0}\"移到\"{1}\"?",
@@ -6524,7 +6986,6 @@ var content = {
6524
6986
  "stop.title": "停止内嵌提示读取"
6525
6987
  },
6526
6988
  "vs/workbench/contrib/inlineChat/browser/inlineChatActions": {
6527
- accept: "发出请求",
6528
6989
  apply1: "接受更改",
6529
6990
  apply2: "接受",
6530
6991
  arrowDown: "光标向下",
@@ -6533,26 +6994,16 @@ var content = {
6533
6994
  cat: "内联聊天",
6534
6995
  close: "关闭",
6535
6996
  configure: "配置 ",
6536
- contractMessage: "显示更少",
6537
6997
  copyRecordings: "(开发人员)将 Exchange 写入剪贴板",
6538
6998
  discard: "放弃",
6539
6999
  discardMenu: "放弃...",
6540
- expandMessage: "显示更多内容",
6541
- "feedback.helpful": "有用",
6542
- "feedback.reportIssueForBug": "报告问题",
6543
- "feedback.unhelpful": "无用",
6544
7000
  focus: "聚焦输入",
6545
7001
  label: "'{0}' 和 {1} 跟进({2})",
6546
7002
  moveToNextHunk: "移动到下一个更改",
6547
7003
  moveToPreviousHunk: "移动到上一个更改",
6548
- nextFromHistory: "历史记录中的下一个",
6549
- previousFromHistory: "历史记录中的上一个",
6550
- rerun: "重新生成响应",
6551
- rerunShort: "再生成",
6552
- run: "开始内联聊天",
6553
- showChanges: "显示更改",
7004
+ run: "Start in Editor",
7005
+ showChanges: "Toggle Changes",
6554
7006
  startInlineChat: "从编辑器工具栏生成内联聊天的图标。",
6555
- stop: "停止请求",
6556
7007
  "undo.clipboard": "放弃到剪贴板",
6557
7008
  "undo.newfile": "放弃到新文件",
6558
7009
  unstash: "继续上次关闭的内联聊天",
@@ -6560,14 +7011,10 @@ var content = {
6560
7011
  },
6561
7012
  "vs/workbench/contrib/inlineChat/browser/inlineChatController": {
6562
7013
  "create.fail": "无法启动编辑器聊天",
6563
- "create.fail.detail": "请查阅错误日志,稍后重试。",
6564
- editResponseMessage: "查看差异编辑器中的建议更改。",
6565
- editResponseMessage2: "{0},还可在差异编辑器中查看建议的更改。",
6566
7014
  empty: "无结果,请优化输入并重试",
6567
7015
  "err.apply": "无法应用更改。",
6568
7016
  "err.discard": "无法放弃更改。",
6569
7017
  savehint: "接受或放弃更改以继续保存",
6570
- thinking: "思考中...",
6571
7018
  "welcome.1": "AI 生成的代码可能不正确",
6572
7019
  "welcome.2": "正在准备..."
6573
7020
  },
@@ -6576,18 +7023,22 @@ var content = {
6576
7023
  "inlineChat.N": "正在等待接受或放弃 {0} 编辑器中的内联聊天更改..."
6577
7024
  },
6578
7025
  "vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
6579
- "change.0": "未更改任何内容",
7026
+ "change.0": "Nothing changed.",
6580
7027
  "change.1": "1 项更改",
6581
- "lines.NM": "{0} 项更改"
7028
+ "change.N": "{0} changes",
7029
+ review: "Review (accept or discard) all changes before continuing.",
7030
+ "review.1": "$(info) Accept or Discard 1 change.",
7031
+ "review.N": "$(info) Accept or Discard {0} changes."
6582
7032
  },
6583
7033
  "vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
6584
7034
  "aria-label": "内联聊天输入",
6585
7035
  "inlineChat.accessibilityHelp": "内联聊天输入,将{0}用于内联聊天辅助功能帮助。",
6586
7036
  "inlineChat.accessibilityHelpNoKb": "内联聊天输入,运行内联聊天辅助功能帮助命令以了解详细信息。",
6587
- inlineChatClosed: "已关闭内联聊天小组件",
6588
7037
  modified: "已修改",
6589
- original: "原始版本",
6590
- slashCommandUsed: "使用 {0} 生成响应 ([[在没有]的情况下重新运行]])"
7038
+ original: "原始版本"
7039
+ },
7040
+ "vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget": {
7041
+ inlineChatClosed: "Closed inline chat widget"
6591
7042
  },
6592
7043
  "vs/workbench/contrib/inlineChat/common/inlineChat": {
6593
7044
  acceptedOrDiscardBeforeSave: "挂起的内联聊天会话是否会阻止保存。",
@@ -6623,7 +7074,6 @@ var content = {
6623
7074
  "inlineChatInput.focusBorder": "聚焦时交互式编辑器输入的边框颜色",
6624
7075
  "inlineChatInput.placeholderForeground": "交互式编辑器输入占位符的前景色",
6625
7076
  inlineChatLastFeedbackKind: "提供的最后一种反馈",
6626
- inlineChatMarkdownMessageCropState: "交互式编辑器消息是否裁剪还是展开",
6627
7077
  inlineChatOuterCursorPosition: "外部编辑器的光标位于交互式编辑器输入的上方还是下方",
6628
7078
  inlineChatResponseFocused: "交互式小组件的响应是否集中",
6629
7079
  inlineChatResponseType: "当前交互式编辑器会话的最后一个响应类型是什么",
@@ -6648,7 +7098,8 @@ var content = {
6648
7098
  interactiveScrollToBottom: "滚动到底部",
6649
7099
  interactiveScrollToTop: "滚动到顶部",
6650
7100
  interactiveWindow: "交互窗口",
6651
- "interactiveWindow.alwaysScrollOnNewCell": "自动滚动交互窗口以显示执行的最后一条语句的输出。如果此值为 false,仅当最后一个单元格已滚动到此单元格时,窗口才会滚动。"
7101
+ "interactiveWindow.alwaysScrollOnNewCell": "自动滚动交互窗口以显示执行的最后一条语句的输出。如果此值为 false,仅当最后一个单元格已滚动到此单元格时,窗口才会滚动。",
7102
+ "interactiveWindow.promptToSaveOnClose": "Prompt to save the interactive window when it is closed. Only new interactive windows will be affected by this setting change."
6652
7103
  },
6653
7104
  "vs/workbench/contrib/interactive/browser/interactiveEditor": {
6654
7105
  interactiveInputPlaceHolder: "在此处键入 '{0}' 代码并按 {1} 运行"
@@ -6763,26 +7214,19 @@ var content = {
6763
7214
  "vs/workbench/contrib/logs/common/logsActions": {
6764
7215
  all: "全部",
6765
7216
  current: "当前",
6766
- debug: "调试",
6767
7217
  "default": "默认值",
6768
- err: "错误",
6769
7218
  extensionLogs: "扩展日志",
6770
- info: "信息",
6771
7219
  "log placeholder": "选择日志文件",
6772
7220
  loggers: "日志",
6773
- off: "关",
6774
7221
  openSessionLogFile: "打开窗口日志文(会话)...",
6775
7222
  resetLogLevel: "设置为默认日志级别",
6776
7223
  selectLogLevel: "选择日志级别",
6777
7224
  selectLogLevelFor: " {0}: 选择日志级别",
6778
7225
  selectlog: "设置日志级别",
6779
7226
  "sessions placeholder": "选择会话",
6780
- setLogLevel: "设置日志级别...",
6781
- trace: "跟踪",
6782
- warn: "警告"
7227
+ setLogLevel: "设置日志级别..."
6783
7228
  },
6784
7229
  "vs/workbench/contrib/markdown/browser/markdownSettingRenderer": {
6785
- changeFeatureTitle: "使用设置 {0} 切换功能",
6786
7230
  changeSettingTitle: "查看或更改设置",
6787
7231
  copySettingId: "复制设置 ID",
6788
7232
  falseMessage: "禁用“{0}: {1}”",
@@ -7073,10 +7517,11 @@ var content = {
7073
7517
  name: "多差异编辑器"
7074
7518
  },
7075
7519
  "vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": {
7076
- scmDiffLabel: "{0}: {1}",
7077
7520
  viewChanges: "查看更改"
7078
7521
  },
7079
7522
  "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
7523
+ "cellCommands.quickFix.noneMessage": "No code actions available",
7524
+ "notebookActions.cellFailureActions": "Show Cell Failure Actions",
7080
7525
  "notebookActions.changeCellToCode": "将单元格更改为代码",
7081
7526
  "notebookActions.changeCellToMarkdown": "将单元格更改为 Markdown",
7082
7527
  "notebookActions.collapseAllCellInput": "折叠所有单元格输入",
@@ -7099,6 +7544,7 @@ var content = {
7099
7544
  "notebookActions.toggleScrolling": "切换滚动单元格输出"
7100
7545
  },
7101
7546
  "vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": {
7547
+ "notebook.cell.status.diagnostic": "Quick Actions {0}",
7102
7548
  "notebook.cell.status.executing": "正在执行",
7103
7549
  "notebook.cell.status.failed": "已失败",
7104
7550
  "notebook.cell.status.pending": "挂起",
@@ -7112,6 +7558,7 @@ var content = {
7112
7558
  "notebook.cell.status.searchLanguageExtensions": "未知的单元格语言。单击以搜索 '{0}' 扩展"
7113
7559
  },
7114
7560
  "vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": {
7561
+ "notebook.cell.output.selectAll": "Select All",
7115
7562
  "notebookActions.copy": "复制单元格",
7116
7563
  "notebookActions.cut": "剪切单元格",
7117
7564
  "notebookActions.paste": "粘贴单元格",
@@ -7179,6 +7626,7 @@ var content = {
7179
7626
  focusLastCell: "聚焦最后一个单元格",
7180
7627
  focusOutput: "聚焦活动单元格输出",
7181
7628
  focusOutputOut: "解除活动单元格输出聚焦",
7629
+ "notebook.cell.webviewHandledEvents": "Keypresses that should be handled by the focused element in the cell output.",
7182
7630
  "notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
7183
7631
  "notebookActions.centerActiveCell": "中心活动单元格"
7184
7632
  },
@@ -7200,9 +7648,15 @@ var content = {
7200
7648
  "notebook.notebookVariables": "笔记本变量"
7201
7649
  },
7202
7650
  "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
7203
- "breadcrumbs.showCodeCells": "启用的笔记本痕迹包含代码单元格时。",
7204
- "notebook.gotoSymbols.showAllSymbols": "启用后,转到符号快速检查将显示笔记本中的完整代码符号以及 Markdown 标头。",
7205
- "outline.showCodeCells": "启用笔记本大纲时,显示代码单元格。"
7651
+ "breadcrumbs.showCodeCells": "When enabled, notebook breadcrumbs contain code cells.",
7652
+ filter: "Filter Entries",
7653
+ "notebook.gotoSymbols.showAllSymbols": "When enabled, the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers.",
7654
+ "outline.showCodeCellSymbols": "When enabled, notebook outline shows code cell symbols. Relies on `notebook.outline.showCodeCells` being enabled.",
7655
+ "outline.showCodeCells": "When enabled, notebook outline shows code cells.",
7656
+ "outline.showMarkdownHeadersOnly": "When enabled, notebook outline will show only markdown cells containing a header.",
7657
+ toggleCodeCellSymbols: "Code Cell Symbols",
7658
+ toggleCodeCells: "Code Cells",
7659
+ toggleShowMarkdownHeadersOnly: "Markdown Headers Only"
7206
7660
  },
7207
7661
  "vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": {
7208
7662
  setProfileTitle: "设置配置文件"
@@ -7247,11 +7701,14 @@ var content = {
7247
7701
  focusPreviousCell: "聚焦上一个单元格",
7248
7702
  "notebook.cell.chat.accept": "发出请求",
7249
7703
  "notebook.cell.chat.close": "关闭聊天",
7704
+ "notebook.cell.chat.nextFromHistory": "Next From History",
7705
+ "notebook.cell.chat.previousFromHistory": "Previous From History",
7250
7706
  "notebook.cell.chat.stop": "停止请求",
7251
7707
  "notebookActions.menu.insertCode.ontoolbar": "生成",
7252
- "notebookActions.menu.insertCode.tooltip": "使用聊天生成代码单元格",
7708
+ "notebookActions.menu.insertCode.tooltip": "Start Chat to Generate Code",
7253
7709
  "notebookActions.menu.insertCodeCellWithChat": "生成",
7254
- "notebookActions.menu.insertCodeCellWithChat.tooltip": "使用聊天生成代码单元格"
7710
+ "notebookActions.menu.insertCodeCellWithChat.tooltip": "Start Chat to Generate Code",
7711
+ "notebookActions.restoreCellprompt": "Generate"
7255
7712
  },
7256
7713
  "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext": {
7257
7714
  notebookCellChatFocused: "单元格聊天编辑器是否为焦点",
@@ -7261,7 +7718,6 @@ var content = {
7261
7718
  },
7262
7719
  "vs/workbench/contrib/notebook/browser/controller/chat/notebookChatController": {
7263
7720
  "default.placeholder": "提问",
7264
- thinking: "正在思考…",
7265
7721
  "welcome.1": "AI 生成的代码可能不正确"
7266
7722
  },
7267
7723
  "vs/workbench/contrib/notebook/browser/controller/coreActions": {
@@ -7335,14 +7791,17 @@ var content = {
7335
7791
  },
7336
7792
  "vs/workbench/contrib/notebook/browser/controller/layoutActions": {
7337
7793
  customizeNotebook: "自定义笔记本...",
7794
+ mitoggleNotebookStickyScroll: "&&Toggle Notebook Sticky Scroll",
7338
7795
  "notebook.placeholder": "要保存到的设置文件",
7339
7796
  "notebook.saveMimeTypeOrder": "保存 Mimetype 显示顺序",
7340
7797
  "notebook.showLineNumbers": "笔记本行号",
7341
7798
  "notebook.toggleBreadcrumb": "切换痕迹导航",
7342
7799
  "notebook.toggleCellToolbarPosition": "切换单元格工具栏位置",
7343
7800
  "notebook.toggleLineNumbers": "切换笔记本行号",
7801
+ notebookStickyScroll: "Toggle Notebook Sticky Scroll",
7344
7802
  "saveTarget.machine": "用户设置",
7345
7803
  "saveTarget.workspace": "工作区设置",
7804
+ toggleStickyScroll: "Toggle Notebook Sticky Scroll",
7346
7805
  "workbench.notebook.layout.configure.label": "自定义笔记本布局",
7347
7806
  "workbench.notebook.layout.select.label": "在笔记本布局之间选择",
7348
7807
  "workbench.notebook.layout.webview.reset.label": "重置笔记本 Web 视图"
@@ -7355,6 +7814,16 @@ var content = {
7355
7814
  indentUsingSpaces: "使用空格缩进",
7356
7815
  indentUsingTabs: "使用制表符缩进",
7357
7816
  selectTabWidth: "选择当前文件的制表符大小"
7817
+ },
7818
+ "vs/workbench/contrib/notebook/browser/controller/sectionActions": {
7819
+ expandSection: "Expand Section",
7820
+ foldSection: "Fold Section",
7821
+ miexpandSection: "&&Expand Section",
7822
+ mifoldSection: "&&Fold Section",
7823
+ mirunCell: "&&Run Cell",
7824
+ mirunCellsInSection: "&&Run Cells In Section",
7825
+ runCell: "Run Cell",
7826
+ runCellsInSection: "Run Cells In Section"
7358
7827
  },
7359
7828
  "vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": {
7360
7829
  builtinRenderInfo: "内置",
@@ -7391,7 +7860,10 @@ var content = {
7391
7860
  never: "保存时从不触发代码操作。",
7392
7861
  neverBoolean: "仅在显式保存时触发代码操作。此值将被弃用,取而代之将使用“从不”。",
7393
7862
  "notebook.VariablesView.description": "在调试面板中启用实验性笔记本变量视图。",
7394
- "notebook.cellChat": "为笔记本启用实验性单元格聊天。",
7863
+ "notebook.backup.sizeLimit": "The limit of notebook output size in kilobytes (KB) where notebook files will no longer be backed up for hot reload. Use 0 for unlimited.",
7864
+ "notebook.cellChat": "Enable experimental floating chat widget in notebooks.",
7865
+ "notebook.cellFailureDiagnostics": "Show available diagnostics for cell failures.",
7866
+ "notebook.cellGenerate": "Enable experimental generate action to create code cell with inline chat enabled.",
7395
7867
  "notebook.cellToolbarLocation.description": "应在何处显示单元格工具栏,或是否隐藏它。",
7396
7868
  "notebook.cellToolbarLocation.viewType": "为特定文件类型配置单元格工具栏位置",
7397
7869
  "notebook.cellToolbarVisibility.description": "是否应在悬停或单击时显示单元格工具栏。",
@@ -7416,16 +7888,13 @@ var content = {
7416
7888
  "notebook.insertToolbarPosition.description": "控制插入单元格操作应出现的位置。",
7417
7889
  "notebook.interactiveWindow.collapseCodeCells": "控制默认情况下是否折叠交互窗口中的代码单元格。",
7418
7890
  "notebook.markup.fontSize": "控制笔记本中呈现的标记的字号(以像素为单位)。设置为 {0} 时,将使用 120% 的 {1}。",
7891
+ "notebook.minimalErrorRendering": "Control whether to render error output in a minimal style.",
7419
7892
  "notebook.outputFontFamily": "笔记本单元格内输出文本的字体系列。设置为空时,使用 {0}。",
7420
7893
  "notebook.outputFontSize": "笔记本单元格内输出文本的字号。设置为 0 时,使用 {0}。",
7421
7894
  "notebook.outputLineHeight": "笔记本单元格内输出文本的行高。\r\n - 设置为 0 时,使用编辑器行高。\r\n - 介于 0 和 8 之间的值将用作字号的乘数。\r\n - 大于或等于 8 的值将用作有效值。",
7422
7895
  "notebook.outputScrolling": "超出限制时,最初在可滚动区域中呈现笔记本输出。",
7423
7896
  "notebook.outputWordWrap": "控制输出中的行是否应换行。",
7424
7897
  "notebook.remoteSaving": "启用在远程环境中笔记本的增量保存。启用后,仅对笔记本的更改才会发送到扩展主机,以提高大型笔记本和慢速网络连接的性能。",
7425
- "notebook.scrolling.anchorToFocusedCell.auto.description": "根据上下文将视区定位到焦点单元格,除非 {0} 设置为 {1}。",
7426
- "notebook.scrolling.anchorToFocusedCell.description": "实验性质。使焦点单元格保持稳定,同时周围单元格会更改大小。",
7427
- "notebook.scrolling.anchorToFocusedCell.off.description": "焦点单元格可能会在单元格大小调整时四处移动。",
7428
- "notebook.scrolling.anchorToFocusedCell.on.description": "始终将视区定位到焦点单元格。",
7429
7898
  "notebook.scrolling.revealNextCellOnExecute.description": "运行 {0} 时显示下一个单元格时滚动的距离。",
7430
7899
  "notebook.scrolling.revealNextCellOnExecute.firstLine.description": "滚动以显示下一个单元格的第一行。",
7431
7900
  "notebook.scrolling.revealNextCellOnExecute.fullCell.description": "滚动以完全显示下一个单元格。",
@@ -7463,6 +7932,11 @@ var content = {
7463
7932
  "notebook.focusPreviousEditor": "聚焦到上一个单元格编辑器命令({0})将在上一个单元格的编辑器中设置焦点。",
7464
7933
  "notebook.focusPreviousEditorNoKb": "聚焦到上一个单元格编辑器命令将在上一个单元格的编辑器中设置焦点,当前无法通过键绑定触发。",
7465
7934
  "notebook.overview": "笔记本视图是代码单元格和 Markdown 单元格的集合。可以执行代码单元格,该单元格下方将直接生成输出。"
7935
+ },
7936
+ "vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider": {
7937
+ notebookTreeAriaLabel: "Notebook",
7938
+ notebookTreeAriaLabelHelp: "Notebook\r\nUse {0} for accessibility help",
7939
+ notebookTreeAriaLabelHelpNoKb: "Notebook\r\nRun the Open Accessibility Help command for more information"
7466
7940
  },
7467
7941
  "vs/workbench/contrib/notebook/browser/notebookEditor": {
7468
7942
  "fail.noEditor": "无法打开笔记本编辑器类型为“{0}”的资源,请检查是否已安装并启用正确的扩展。",
@@ -7498,9 +7972,6 @@ var content = {
7498
7972
  "notebookStatusErrorIcon.foreground": "单元格状态栏中笔记本单元格的错误图标颜色。",
7499
7973
  "notebookStatusRunningIcon.foreground": "单元格状态栏中笔记本单元格的“正在运行”图标颜色。",
7500
7974
  "notebookStatusSuccessIcon.foreground": "单元格状态栏中笔记本单元格的错误图标颜色。",
7501
- notebookTreeAriaLabel: "笔记本",
7502
- notebookTreeAriaLabelHelp: "笔记本\r\n使用 {0} 获得辅助功能帮助",
7503
- notebookTreeAriaLabelHelpNoKb: "笔记本\r\n有关详细信息,请运行“打开辅助功能帮助”命令",
7504
7975
  selectedCellBackground: "选中某个单元格时该单元格的背景色。"
7505
7976
  },
7506
7977
  "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
@@ -7635,12 +8106,6 @@ var content = {
7635
8106
  },
7636
8107
  "vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": {
7637
8108
  empty: "空单元格"
7638
- },
7639
- "vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll": {
7640
- miNotebookStickyScroll: "笔记本便笺滚动(&&T)",
7641
- mitoggleStickyScroll: "切换笔记本便笺滚动(&&T)",
7642
- notebookStickyScroll: "笔记本便笺滚动",
7643
- toggleStickyScroll: "切换笔记本粘滞滚动"
7644
8109
  },
7645
8110
  "vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy": {
7646
8111
  current1: "当前所选内容",
@@ -7721,6 +8186,8 @@ var content = {
7721
8186
  "clearOutput.label": "清除输出",
7722
8187
  extensionLogs: "扩展日志",
7723
8188
  logFile: "要打开的日志文件的 ID,例如 `\"window\"`。当前获取此信息的最佳方法是通过检查 `workbench.action.output.show.<id>` 命令来获取 ID",
8189
+ "logLevel.label": "Set Log Level...",
8190
+ "logLevelDefault.label": "Set As Default",
7724
8191
  miToggleOutput: "输出(&&O)",
7725
8192
  openActiveOutputFile: "在编辑器中打开输出",
7726
8193
  openActiveOutputFileInNewWindow: "在新窗口中打开输出",
@@ -7851,7 +8318,8 @@ var content = {
7851
8318
  settingsEditor2: "设置编辑器 2",
7852
8319
  showDefaultKeybindings: "显示系统键绑定",
7853
8320
  showExtensionKeybindings: "显示扩展键绑定",
7854
- showUserKeybindings: "显示用户按键绑定"
8321
+ showUserKeybindings: "显示用户按键绑定",
8322
+ "workbench.action.openSettingsJson.description": "Opens the JSON file containing the current user profile settings"
7855
8323
  },
7856
8324
  "vs/workbench/contrib/preferences/browser/preferencesActions": {
7857
8325
  configureLanguageBasedSettings: "配置语言特定的设置...",
@@ -8217,6 +8685,7 @@ var content = {
8217
8685
  "remote.category": "远程",
8218
8686
  "remote.close": "关闭远程连接",
8219
8687
  "remote.install": "安装远程开发拓展",
8688
+ "remote.showExtensionRecommendations": "When enabled, remote extensions recommendations will be shown in the Remote Indicator menu.",
8220
8689
  "remote.showMenu": "显示远程菜单",
8221
8690
  "remote.startActions.help": "了解详细信息",
8222
8691
  "remote.startActions.install": "安装",
@@ -8301,7 +8770,7 @@ var content = {
8301
8770
  invalidWorkspacePrimary: "打开工作区(&&O)...",
8302
8771
  pauseSocketWriting: "连接: 暂停套接字写入",
8303
8772
  remote: "远程",
8304
- "remote.autoForwardPortFallback": "自动转发端口且“remote.autoForwardPortsSource 设置为“process”时将触发从“process”切换到“hybrid”的自动转发端口数。设置为“0”可禁用回退。",
8773
+ "remote.autoForwardPortFallback": "The number of auto forwarded ports that will trigger the switch from `process` to `hybrid` when automatically forwarding ports and `remote.autoForwardPortsSource` is set to `process` by default. Set to `0` to disable the fallback. When `remote.autoForwardPortsFallback` hasn't been configured, but `remote.autoForwardPortsSource` has, `remote.autoForwardPortsFallback` will be treated as though it's set to `0`.",
8305
8774
  "remote.autoForwardPorts": "启用后,将检测到新的正在运行的进程,并自动转发其侦听的端口。禁用此设置将不会阻止转发所有端口。即使禁用,扩展将仍然能够导致端口被转发,并且打开某些 URL 仍将导致端口被转发。",
8306
8775
  "remote.autoForwardPortsSource": "设置当 {0} 为 true 时自动从其转发端口的源。在 Windows 和 Mac 远程设备上,“process”和“hybrid”选项不起作用,系统将使用“output”。",
8307
8776
  "remote.autoForwardPortsSource.hybrid": "通过读取终端和调试输出发现端口时,端口将自动转发。并非所有使用端口的进程都将打印到集成终端或调试控制台,因此某些端口将丢失。通过监视侦听该端口的进程以终止,端口将为“未转发”。",
@@ -8437,6 +8906,10 @@ var content = {
8437
8906
  "scm.showOutgoingChanges.always": "始终在“源代码管理”视图中显示传出更改。",
8438
8907
  "scm.showOutgoingChanges.auto": "仅当存在任何传出更改时,才在“源代码管理”视图中显示这些更改。",
8439
8908
  "scm.showOutgoingChanges.never": "切勿在“源代码管理”视图中显示传出更改。",
8909
+ "scm.workingSets.default": "Controls the default working set to use when switching to a source control history item group that does not have a working set.",
8910
+ "scm.workingSets.default.current": "Use the current working set when switching to a source control history item group that does not have a working set.",
8911
+ "scm.workingSets.default.empty": "Use an empty working set when switching to a source control history item group that does not have a working set.",
8912
+ "scm.workingSets.enabled": "Controls whether to store editor working sets when switching between source control history item groups.",
8440
8913
  scmConfigurationTitle: "源代码管理",
8441
8914
  showActionButton: "控制是否可以在源代码管理视图中显示操作按钮。",
8442
8915
  showInputActionButton: "控制是否可以在“源代码管理”输入中显示操作按钮。",
@@ -8527,7 +9000,7 @@ var content = {
8527
9000
  "vs/workbench/contrib/search/browser/search.contribution": {
8528
9001
  anythingQuickAccess: "转到文件",
8529
9002
  anythingQuickAccessPlaceholder: "按名称搜索文件(追加 {0} 转到行,追加 {1} 转到符号)",
8530
- exclude: "配置 [glob 模式](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)以在全文搜索和快速打开中排除文件和文件夹。从 \"#files.exclude#\" 设置继承所有 glob 模式。",
9003
+ exclude: "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and file search in quick open. To exclude files from the recently opened list in quick open, patterns must be absolute (for example `**/node_modules/**`). Inherits all glob patterns from the `#files.exclude#` setting.",
8531
9004
  "exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
8532
9005
  "exclude.when": "对匹配文件同辈进行额外检查。将 $(basename) 用作匹配文件名的变量。",
8533
9006
  filterSortOrder: "控制在快速打开中筛选时编辑器历史记录的排序顺序。",
@@ -8547,7 +9020,6 @@ var content = {
8547
9020
  "search.decorations.colors": "控制搜索文件修饰是否应使用颜色。",
8548
9021
  "search.defaultViewMode": "控制默认搜索结果视图模式。",
8549
9022
  "search.experimental.closedNotebookResults": "显示已关闭笔记本的笔记本编辑器中丰富的内容结果。请在更改此设置后刷新搜索结果。",
8550
- "search.experimental.quickAccess.preserveInput": "在打开快速搜索视图时,控制是否自动恢复上一次输入的值。",
8551
9023
  "search.followSymlinks": "控制是否在搜索中跟踪符号链接。",
8552
9024
  "search.globalFindClipboard": "控制“搜索”视图是否读取或修改 macOS 的共享查找剪贴板。",
8553
9025
  "search.location": "控制搜索功能是显示在侧边栏,还是显示在水平空间更大的面板区域。",
@@ -8558,6 +9030,7 @@ var content = {
8558
9030
  "search.mode.newEditor": "在新的搜索编辑器中搜索。",
8559
9031
  "search.mode.reuseEditor": "在现有搜索编辑器(若有)中搜索,否则在新的搜索编辑器中进行搜索。",
8560
9032
  "search.mode.view": "在面板或边栏的搜索视图中进行搜索。",
9033
+ "search.quickAccess.preserveInput": "Controls whether the last typed input to Quick Search should be restored when opening it the next time.",
8561
9034
  "search.quickOpen.includeHistory": "是否在 Quick Open 的文件结果中包含最近打开的文件。",
8562
9035
  "search.quickOpen.includeSymbols": "控制 Quick Open 文件结果中是否包括全局符号搜索的结果。",
8563
9036
  "search.searchEditor.defaultNumberOfContextLines": "创建新的搜索编辑器时要使用的周围上下文行的默认数目。如果使用 \"#search.searchEditor.reusePriorSearchConfiguration#\",则可将它设置为 \"null\" (空),以使用搜索编辑器之前的配置。",
@@ -8566,6 +9039,9 @@ var content = {
8566
9039
  "search.searchEditor.doubleClickBehaviour.openLocationToSide": "双击会将编辑器组中的结果打开到一侧,如果尚不存在,则创建一个结果。",
8567
9040
  "search.searchEditor.doubleClickBehaviour.selectWord": "双击选择光标下的单词。",
8568
9041
  "search.searchEditor.reusePriorSearchConfiguration": "启用后,新的搜索编辑器将重用之前打开的搜索编辑器的包含、排除和标志。",
9042
+ "search.searchEditor.singleClickBehaviour": "Configure effect of single-clicking a result in a search editor.",
9043
+ "search.searchEditor.singleClickBehaviour.default": "Single-clicking does nothing.",
9044
+ "search.searchEditor.singleClickBehaviour.peekDefinition": "Single-clicking opens a Peek Definition window.",
8569
9045
  "search.searchOnType": "在键入时搜索所有文件。",
8570
9046
  "search.searchOnTypeDebouncePeriod": "启用 {0} 时,控制键入的字符与开始搜索之间的超时(以毫秒为单位)。禁用 {0} 时不起作用。",
8571
9047
  "search.seedOnFocus": "聚焦搜索视图时,将搜索查询更新为编辑器的所选文本。单击时或触发 \"workbench.views.search.focus\" 命令时会发生此情况。",
@@ -8584,8 +9060,8 @@ var content = {
8584
9060
  "searchSortOrder.type": "结果按文件扩展名的字母顺序排序。",
8585
9061
  symbolsQuickAccess: "转到工作区中的符号",
8586
9062
  symbolsQuickAccessPlaceholder: "键入要打开的符号的名称。",
8587
- textSearchPickerHelp: "搜索文本 (实验性)",
8588
- textSearchPickerPlaceholder: "在工作区文件中搜索文本(实验性)。",
9063
+ textSearchPickerHelp: "Search for Text",
9064
+ textSearchPickerPlaceholder: "Search for text in your workspace files.",
8589
9065
  useGlobalIgnoreFiles: "控制在搜索文件时是否使用全局 gitignore 文件(例如,从“$HOME/.config/git/ignore”)。需要启用“#search.useIgnoreFiles#”。",
8590
9066
  useIgnoreFiles: "控制在搜索文件时是否使用 `.gitignore` 和 `.ignore` 文件。",
8591
9067
  usePCRE2Deprecated: "弃用。当使用仅 PCRE2 支持的正则表达式功能时,将自动使用 PCRE2。",
@@ -8610,7 +9086,8 @@ var content = {
8610
9086
  findInWorkspace: "在工作区中查找...",
8611
9087
  miFindInFiles: "在文件中查找(&&I)",
8612
9088
  restrictResultsToFolder: "将搜索限制为文件夹",
8613
- revealInSideBar: "在资源管理器视图中显示"
9089
+ revealInSideBar: "在资源管理器视图中显示",
9090
+ "search.expandRecursively": "Expand Recursively"
8614
9091
  },
8615
9092
  "vs/workbench/contrib/search/browser/searchActionsNav": {
8616
9093
  "AddCursorsAtSearchResults.label": "在搜索结果中添加游标",
@@ -8641,7 +9118,7 @@ var content = {
8641
9118
  showTriggerActions: "转到工作区中的符号..."
8642
9119
  },
8643
9120
  "vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": {
8644
- quickTextSearch: "快速搜索(实验性)"
9121
+ quickTextSearch: "Quick Search"
8645
9122
  },
8646
9123
  "vs/workbench/contrib/search/browser/searchActionsTopBar": {
8647
9124
  "CancelSearchAction.label": "取消搜索",
@@ -8654,6 +9131,7 @@ var content = {
8654
9131
  clearSearchHistoryLabel: "清除搜索历史记录"
8655
9132
  },
8656
9133
  "vs/workbench/contrib/search/browser/searchFindInput": {
9134
+ aiDescription: "Use AI",
8657
9135
  "searchFindInputNotebookFilter.label": "笔记本查找筛选器"
8658
9136
  },
8659
9137
  "vs/workbench/contrib/search/browser/searchIcons": {
@@ -8673,6 +9151,8 @@ var content = {
8673
9151
  searchShowAsTree: "用于在搜索视图中以树形式查看结果的图标。",
8674
9152
  searchShowContextIcon: "搜索编辑器中的“切换上下文”图标。",
8675
9153
  searchShowReplaceIcon: "用于在搜索视图中展开“替换”部分的图标。",
9154
+ searchSparkleEmpty: "Icon to hide AI results in search.",
9155
+ searchSparkleFilled: "Icon to show AI results in search.",
8676
9156
  searchStopIcon: "搜索视图中的“停止”图标。",
8677
9157
  searchViewIcon: "查看搜索视图的图标。"
8678
9158
  },
@@ -8903,10 +9383,41 @@ var content = {
8903
9383
  "vscode.extension.contributes.snippets": "贡献代码段。",
8904
9384
  "vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
8905
9385
  "vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。"
9386
+ },
9387
+ "vs/workbench/contrib/speech/browser/speechService": {
9388
+ speechProviderDescription: "A description of this Speech Provider, shown in the UI.",
9389
+ speechProviderName: "Unique name for this Speech Provider.",
9390
+ "vscode.extension.contributes.speechProvider": "Contributes a Speech Provider"
8906
9391
  },
8907
9392
  "vs/workbench/contrib/speech/common/speechService": {
8908
- hasSpeechProvider: "语音提供程序已注册到语音服务。",
8909
- speechToTextInProgress: "正在进行语音转文本会话。"
9393
+ hasSpeechProvider: "A speech provider is registered to the speech service.",
9394
+ "speechLanguage.da-DK": "Danish (Denmark)",
9395
+ "speechLanguage.de-DE": "German (Germany)",
9396
+ "speechLanguage.en-AU": "English (Australia)",
9397
+ "speechLanguage.en-CA": "English (Canada)",
9398
+ "speechLanguage.en-GB": "English (United Kingdom)",
9399
+ "speechLanguage.en-IE": "English (Ireland)",
9400
+ "speechLanguage.en-IN": "English (India)",
9401
+ "speechLanguage.en-NZ": "English (New Zealand)",
9402
+ "speechLanguage.en-US": "English (United States)",
9403
+ "speechLanguage.es-ES": "Spanish (Spain)",
9404
+ "speechLanguage.es-MX": "Spanish (Mexico)",
9405
+ "speechLanguage.fr-CA": "French (Canada)",
9406
+ "speechLanguage.fr-FR": "French (France)",
9407
+ "speechLanguage.hi-IN": "Hindi (India)",
9408
+ "speechLanguage.it-IT": "Italian (Italy)",
9409
+ "speechLanguage.ja-JP": "Japanese (Japan)",
9410
+ "speechLanguage.ko-KR": "Korean (South Korea)",
9411
+ "speechLanguage.nl-NL": "Dutch (Netherlands)",
9412
+ "speechLanguage.pt-BR": "Portuguese (Brazil)",
9413
+ "speechLanguage.pt-PT": "Portuguese (Portugal)",
9414
+ "speechLanguage.ru-RU": "Russian (Russia)",
9415
+ "speechLanguage.sv-SE": "Swedish (Sweden)",
9416
+ "speechLanguage.tr-TR": "Turkish (Türkiye)",
9417
+ "speechLanguage.zh-CN": "Chinese (Simplified, China)",
9418
+ "speechLanguage.zh-HK": "Chinese (Traditional, Hong Kong)",
9419
+ "speechLanguage.zh-TW": "Chinese (Traditional, Taiwan)",
9420
+ speechToTextInProgress: "A speech-to-text session is in progress."
8910
9421
  },
8911
9422
  "vs/workbench/contrib/surveys/browser/ces.contribution": {
8912
9423
  cesSurveyQuestion: "你有时间帮助 VS Code 团队吗? 请告诉我们你截至目前的 VS Code 体验情况。",
@@ -9000,7 +9511,7 @@ var content = {
9000
9511
  "runTask.label": "任务的标签或要作为筛选依据的术语",
9001
9512
  "runTask.task": "任务的标签或要作为筛选依据的术语",
9002
9513
  "runTask.type": "参与的任务类型",
9003
- "saveBeforeRun.dontSave": "不保存",
9514
+ "saveBeforeRun.dontSave": "Do&&n't Save",
9004
9515
  "saveBeforeRun.save": "保存(&&S)",
9005
9516
  savePersistentTask: "正在保存持久性任务: {0}",
9006
9517
  selectProblemMatcher: "选择针对何种错误和警告扫描任务输出",
@@ -9387,7 +9898,11 @@ var content = {
9387
9898
  },
9388
9899
  "vs/workbench/contrib/terminal/browser/terminalActions": {
9389
9900
  emptyTerminalNameInfo: "不提供名称会将其重置为默认值",
9901
+ "goToRecentDirectory.metadata": "Goes to a recent folder",
9390
9902
  miStickyScroll: "粘滞滚动(&&S)",
9903
+ "newWithProfile.location": "Where to create the terminal",
9904
+ "newWithProfile.location.editor": "Create the terminal in the editor",
9905
+ "newWithProfile.location.view": "Create the terminal in the terminal view",
9391
9906
  noUnattachedTerminals: "没有未附加但要附加到的终端",
9392
9907
  quickAccessTerminal: "切换活动终端",
9393
9908
  sendSequence: "要发送到终端的文本序列",
@@ -9413,7 +9928,7 @@ var content = {
9413
9928
  "workbench.action.terminal.focusPrevious": "聚焦上一终端组",
9414
9929
  "workbench.action.terminal.focusPreviousPane": "在终端组中聚焦上一终端",
9415
9930
  "workbench.action.terminal.goToRecentDirectory": "转到“最近使用的目录”...",
9416
- "workbench.action.terminal.join": "联接终端",
9931
+ "workbench.action.terminal.join": "Join Terminals...",
9417
9932
  "workbench.action.terminal.join.insufficientTerminals": "终端不足,无法执行联接操作",
9418
9933
  "workbench.action.terminal.join.onlySplits": "所有终端已联接",
9419
9934
  "workbench.action.terminal.joinInstance": "联接终端",
@@ -9456,14 +9971,8 @@ var content = {
9456
9971
  "workbench.action.terminal.selectToPreviousLine": "选择上一行的所有内容",
9457
9972
  "workbench.action.terminal.setFixedDimensions": "设置固定维度",
9458
9973
  "workbench.action.terminal.splitInActiveWorkspace": "拆分终端 (活动工作区)",
9459
- "workbench.action.terminal.startVoice": "启动终端语音",
9460
- "workbench.action.terminal.stopVoice": "停止终端语音",
9461
9974
  "workbench.action.terminal.switchTerminal": "切换终端",
9462
9975
  "workbench.action.terminal.toggleStickyScroll": "切换粘滞滚动"
9463
- },
9464
- "vs/workbench/contrib/terminal/browser/terminalConfigHelper": {
9465
- install: "安装",
9466
- "useWslExtension.title": "建议使用“{0}”扩展在 WSL 中打开终端。"
9467
9976
  },
9468
9977
  "vs/workbench/contrib/terminal/browser/terminalEditorInput": {
9469
9978
  "confirmDirtyTerminal.button": "&&终止",
@@ -9488,7 +9997,6 @@ var content = {
9488
9997
  "vs/workbench/contrib/terminal/browser/terminalInstance": {
9489
9998
  bellStatus: "铃",
9490
9999
  changeColor: "选择终端的颜色",
9491
- changeIcon: "为终端选择一个图标",
9492
10000
  configureTerminalSettings: "配置终端设置",
9493
10001
  disconnectStatus: "与进程的连接中断",
9494
10002
  keybindingHandling: "某些键绑定在默认情况下不会转到终端,而是由 {0} 进行处理。",
@@ -9531,7 +10039,7 @@ var content = {
9531
10039
  "workbench.action.terminal.copySelection.short": "复制",
9532
10040
  "workbench.action.terminal.copySelectionAsHtml": "以 HTML 格式复制",
9533
10041
  "workbench.action.terminal.joinInstance": "联接终端",
9534
- "workbench.action.terminal.newWithProfile.short": "具有配置文件的新终端",
10042
+ "workbench.action.terminal.newWithProfile.short": "New Terminal With Profile...",
9535
10043
  "workbench.action.terminal.openSettings": "配置终端设置",
9536
10044
  "workbench.action.terminal.paste.short": "粘贴",
9537
10045
  "workbench.action.terminal.renameInstance": "重命名...",
@@ -9560,7 +10068,7 @@ var content = {
9560
10068
  },
9561
10069
  "vs/workbench/contrib/terminal/browser/terminalQuickAccess": {
9562
10070
  renameTerminal: "重命名终端",
9563
- "workbench.action.terminal.newWithProfilePlus": "新建具有配置文件的终端",
10071
+ "workbench.action.terminal.newWithProfilePlus": "Create New Terminal With Profile...",
9564
10072
  "workbench.action.terminal.newplus": "创建新的终端"
9565
10073
  },
9566
10074
  "vs/workbench/contrib/terminal/browser/terminalRunRecentQuickPick": {
@@ -9603,9 +10111,6 @@ var content = {
9603
10111
  "terminal.useMonospace": "使用 \"monospace\"",
9604
10112
  terminalConnectingLabel: "正在启动...",
9605
10113
  terminals: "打开终端。"
9606
- },
9607
- "vs/workbench/contrib/terminal/browser/terminalVoice": {
9608
- terminalVoiceTextInserted: "已插入 {0}"
9609
10114
  },
9610
10115
  "vs/workbench/contrib/terminal/browser/xterm/decorationAddon": {
9611
10116
  gutter: "装订线命令修饰",
@@ -9634,11 +10139,7 @@ var content = {
9634
10139
  terminalPromptContextMenu: "显示命令操作"
9635
10140
  },
9636
10141
  "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
9637
- dontShowAgain: "不再显示",
9638
- no: "否",
9639
- "terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容",
9640
- "terminal.slowRendering": "终端 GPU 加速在你的计算机上似乎速度很慢。禁用它可提高性能,是否要切换到禁用? [阅读有关终端设置的更多信息](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered)。",
9641
- yes: "是"
10142
+ "terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容"
9642
10143
  },
9643
10144
  "vs/workbench/contrib/terminal/common/terminal": {
9644
10145
  "vscode.extension.contributes.terminal": "参与终端功能。",
@@ -9693,11 +10194,13 @@ var content = {
9693
10194
  process: "终端流程的名称",
9694
10195
  separator: "仅在由带有值或静态文本的变量括住时才显示的一个条件分隔符 {0}。",
9695
10196
  sequence: "进程提供给终端的名称",
10197
+ "suggestEnabled.deprecated": "This is an experimental setting and may break the terminal! Use at your own risk.",
9696
10198
  task: "指示此终端与任务关联",
9697
10199
  "terminal.integrated.accessibleViewFocusOnCommandExecution": "执行命令时,将焦点放在终端可访问视图上。",
9698
10200
  "terminal.integrated.accessibleViewPreserveCursorPosition": "重新打开终端的可访问视图时保留光标位置,而不是将其设置到缓冲区的底部。",
9699
10201
  "terminal.integrated.allowChords": "是否允许终端中的组合键绑定。请注意,如果此值为 true,并且击键导致一个组合,则它将绕过 {0},当你希望 ctrl+k 转到 shell (而不是 VS Code)时,将此设置为 false 特别有用。",
9700
10202
  "terminal.integrated.allowMnemonics": "是否允许使用菜单栏助记键(如 Alt+F)来触发打开菜单栏。请注意,这将导致在设为 true 时,所有 Alt 击键跳过 shell。此设置在 macOS 不起作用。",
10203
+ "terminal.integrated.allowedLinkSchemes": "An array of strings containing the URI schemes that the terminal is allowed to open links for. By default, only a small subset of possible schemes are allowed for security reasons.",
9701
10204
  "terminal.integrated.altClickMovesCursor": "如果启用,则当 {0} 设置为 {1} (默认值)时,alt/option+单击会将提示光标重置于鼠标下方。此功能的有效性取决于 shell。",
9702
10205
  "terminal.integrated.autoReplies": "在终端中遇到一组消息时,将自动响应这组消息。如果消息足够具体,这可能有助于自动执行常见响应。\r\n\r\n备注:\r\n\r\n- 使用 {0} 自动响应 Windows 上的终止批处理作业提示。\r\n- 消息包括转义序列,因此可能无法使用带样式的文本进行回复。\r\n- 每秒只能进行一次回复。\r\n- 在回复中使用 {1} 来表示 Enter 键。\r\n- 要取消设置默认键,请将该值设置为 null。\r\n- 如果新的不适用,请重启 VS Code。",
9703
10206
  "terminal.integrated.autoReplies.reply": "要发送到流程的回复。",
@@ -9772,6 +10275,9 @@ var content = {
9772
10275
  "terminal.integrated.localEchoStyle": "本地回显文本的终端样式;字体样式或 RGB 颜色。",
9773
10276
  "terminal.integrated.macOptionClickForcesSelection": "控制在 macOS 上使用 Option+单击时是否强制选择内容。这将强制进行常规(行)选择并禁止使用列选择模式。这样,可使用常规终端选择进行复制粘贴,例如在 tmux 中启用鼠标模式时。",
9774
10277
  "terminal.integrated.macOptionIsMeta": "控制是否将选项键视为 macOS 中的终端上的元键。",
10278
+ "terminal.integrated.middleClickBehavior": "Controls how terminal reacts to middle click.",
10279
+ "terminal.integrated.middleClickBehavior.default": "The platform default to focus the terminal. On Linux this will also paste the selection.",
10280
+ "terminal.integrated.middleClickBehavior.paste": "Paste on middle click.",
9775
10281
  "terminal.integrated.minimumContrastRatio": "设置每个单元格的前景色时,将改为尝试符合指定的对比度比率。示例值:\r\n\r\n- 1: 不执行任何操作,使用标准主题颜色。\r\n- 4.5: [符合 WCAG AA 标准(最低)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html)(默认)。\r\n- 7: [符合 WCAG AAA 标准(增强)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast7.html)。\r\n- 21: 黑底白字或白底黑字。",
9776
10282
  "terminal.integrated.mouseWheelScrollSensitivity": "要在鼠标滚轮滚动事件的 \"deltaY\" 上使用的乘数。",
9777
10283
  "terminal.integrated.mouseWheelZoom": "按住 Ctrl 键并滚动鼠标滚轮时对终端字体大小进行缩放。",
@@ -9780,6 +10286,7 @@ var content = {
9780
10286
  "terminal.integrated.persistentSessionReviveProcess.never": "永远不要还原终端缓冲区或重新创建流程。",
9781
10287
  "terminal.integrated.persistentSessionReviveProcess.onExit": "在 Windows/Linux 上关闭最后窗口后或当触发 `workbench.action.quit` 命令(命令面板、键绑定、菜单)时,恢复流程。",
9782
10288
  "terminal.integrated.persistentSessionReviveProcess.onExitAndWindowClose": "在 Windows/Linux 上关闭最后窗口后或当触发 `workbench.action.quit` 命令(命令面板、键绑定、菜单)或关闭窗口时,恢复流程。",
10289
+ "terminal.integrated.rescaleOverlappingGlyphs": "Whether to rescale glyphs horizontally that are a single cell wide but have glyphs that would overlap following cell(s). This typically happens for ambiguous width characters (eg. the roman numeral characters U+2160+) which aren't featured in monospace fonts. Emoji glyphs are never rescaled.",
9783
10290
  "terminal.integrated.rightClickBehavior": "控制终端如何回应右键单击操作。",
9784
10291
  "terminal.integrated.rightClickBehavior.copyPaste": "当有选定内容时复制,否则粘贴。",
9785
10292
  "terminal.integrated.rightClickBehavior.default": "显示上下文菜单。",
@@ -9793,7 +10300,7 @@ var content = {
9793
10300
  "terminal.integrated.shellIntegration.decorationsEnabled.gutter": "在终端左侧显示装订线修饰",
9794
10301
  "terminal.integrated.shellIntegration.decorationsEnabled.never": "不显示修饰",
9795
10302
  "terminal.integrated.shellIntegration.decorationsEnabled.overviewRuler": "在终端右侧显示概述标尺修饰",
9796
- "terminal.integrated.shellIntegration.enabled": "确定是否自动注入 shell 集成以支持增强型命令跟踪和当前工作目录检测等功能。\r\n\r\nShell 集成的工作原理是使用启动脚本注入 shell。通过该脚本,VS Code 可深入了解终端内正在发生的情况。\r\n\r\n受支持的 shell:\r\n\r\n- Linux/macOS: bashfishpwshzsh\r\n - Windows: pwsh\r\n\r\n此设置仅在创建终端时适用,因此需要重启终端才能生效。\r\n\r\n 请注意,如果在终端配置文件中定义了自定义参数、弃用了 {1}、具有 [复杂 bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex -bash-promptcommand)或其他不受支持的设置,则脚本注入可能不起作用。{0}",
10303
+ "terminal.integrated.shellIntegration.enabled": "Determines whether or not shell integration is auto-injected to support features like enhanced command tracking and current working directory detection. \r\n\r\nShell integration works by injecting the shell with a startup script. The script gives VS Code insight into what is happening within the terminal.\r\n\r\nSupported shells:\r\n\r\n- Linux/macOS: bash, fish, pwsh, zsh\r\n - Windows: pwsh, git bash\r\n\r\nThis setting applies only when terminals are created, so you will need to restart your terminals for it to take effect.\r\n\r\n Note that the script injection may not work if you have custom arguments defined in the terminal profile, have enabled {1}, have a [complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand), or other unsupported setup. To disable decorations, see {0}",
9797
10304
  "terminal.integrated.shellIntegration.history": "控制要保留在终端命令历史记录中的最近使用的命令数。设置为 0 可禁用终端命令历史记录。",
9798
10305
  "terminal.integrated.shellIntegration.suggestEnabled": "当 {0} 设置为 {1} 时,为受支持的 shell 启用实验性终端 Intellisense 建议。如果手动安装 shell 集成,则在调用脚本之前,需要将 {2} 设置为 {3}。",
9799
10306
  "terminal.integrated.showExitAlert": "控制在退出代码为非零时是否显示“终端进程已终止且显示退出代码”警报。",
@@ -9920,8 +10427,62 @@ var content = {
9920
10427
  runRecentCommand: "运行最近使用的命令({0})",
9921
10428
  runRecentCommandNoKb: "当前无法通过键绑定触发运行 Recent 命令。",
9922
10429
  shellIntegration: "终端具有一种称为 shell 集成的功能,可提供增强的体验并为屏幕阅读器提供有用的命令,例如:"
10430
+ },
10431
+ "vs/workbench/contrib/terminalContrib/chat/browser/terminalChat": {
10432
+ chatAgentRegisteredContextKey: "Whether the terminal chat agent has been registered.",
10433
+ chatFocusedContextKey: "Whether the chat view is focused.",
10434
+ chatInputHasTextContextKey: "Whether the chat input has text.",
10435
+ chatRequestActiveContextKey: "Whether there is an active chat request.",
10436
+ chatResponseContainsCodeBlockContextKey: "Whether the chat response contains a code block.",
10437
+ chatResponseContainsMultipleCodeBlocksContextKey: "Whether the chat response contains multiple code blocks.",
10438
+ chatResponseSupportsIssueReportingContextKey: "Whether the response supports issue reporting",
10439
+ chatVisibleContextKey: "Whether the chat view is visible.",
10440
+ interactiveSessionResponseVote: "When the response has been voted up, is set to 'up'. When voted down, is set to 'down'. Otherwise an empty string."
10441
+ },
10442
+ "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp": {
10443
+ "chat.signals": "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring.",
10444
+ "inlineChat.access": "It can be activated using the command: Terminal: Start Chat ({0}), which will focus the input box.",
10445
+ "inlineChat.focusInput": "Reach the input box from the response ({0}).",
10446
+ "inlineChat.focusInputNoKb": "Reach the response from the input box by shift+tabbing or assigning a keybinding for the command: Focus Terminal Input.",
10447
+ "inlineChat.focusResponse": "Reach the response from the input box ({0}).",
10448
+ "inlineChat.focusResponseNoKb": "Reach the response from the input box by tabbing or assigning a keybinding for the command: Focus Terminal Response.",
10449
+ "inlineChat.input": "The input box is where the user can type a request and can make the request ({0}). The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.",
10450
+ "inlineChat.inputNoKb": "The input box is where the user can type a request and can make the request by tabbing to the Make Request button, which is not currently triggerable via keybindings. The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.",
10451
+ "inlineChat.insertCommand": "With focus in the input box command editor, the Terminal: Insert Chat Command ({0}) action.",
10452
+ "inlineChat.insertCommandNoKb": "Insert a command by tabbing to the button as the action is currently not triggerable by a keybinding.",
10453
+ "inlineChat.inspectResponseMessage": "The response can be inspected in the accessible view ({0}).",
10454
+ "inlineChat.inspectResponseNoKb": "With the input box focused, inspect the response in the accessible view via the Open Accessible View command, which is currently not triggerable by a keybinding.",
10455
+ "inlineChat.overview": "Inline chat occurs within a terminal. It is useful for suggesting terminal commands. Keep in mind that AI generated code may be incorrect.",
10456
+ "inlineChat.runCommand": "With focus in the input box or command editor, the Terminal: Run Chat Command ({0}) action.",
10457
+ "inlineChat.runCommandNoKb": "Run a command by tabbing to the button as the action is currently not triggerable by a keybinding.",
10458
+ "inlineChat.toolbar": "Use tab to reach conditional parts like commands, status, message responses and more."
10459
+ },
10460
+ "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions": {
10461
+ cancelChat: "Cancel Chat",
10462
+ closeChat: "Close Chat",
10463
+ discard: "Discard",
10464
+ discardDescription: "Discards the terminal current chat response, hide the chat widget, and clear the chat input.",
10465
+ focusTerminalInput: "Focus Terminal Input",
10466
+ focusTerminalResponse: "Focus Terminal Response",
10467
+ insert: "Insert",
10468
+ insertCommand: "Insert Chat Command",
10469
+ insertFirst: "Insert First",
10470
+ insertFirstCommand: "Insert First Chat Command",
10471
+ makeChatRequest: "Make Chat Request",
10472
+ reportIssue: "Report Issue",
10473
+ run: "Run",
10474
+ runCommand: "Run Chat Command",
10475
+ runFirst: "Run First",
10476
+ runFirstCommand: "Run First Chat Command",
10477
+ startChat: "Start in Terminal",
10478
+ viewInChat: "View in Chat"
10479
+ },
10480
+ "vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget": {
10481
+ "default.placeholder": "Ask how to do something in the terminal",
10482
+ "welcome.1": "AI-generated commands may be incorrect"
9923
10483
  },
9924
10484
  "vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": {
10485
+ terminalDevMode: "Terminal Dev Mode",
9925
10486
  "workbench.action.terminal.restartPtyHost": "重启 pty 主机",
9926
10487
  "workbench.action.terminal.showTextureAtlas": "显示终端纹理图集",
9927
10488
  "workbench.action.terminal.writeDataToTerminal": "将数据写入终端",
@@ -9954,7 +10515,8 @@ var content = {
9954
10515
  "vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
9955
10516
  "workbench.action.terminal.openDetectedLink": "打开检测到的链接...",
9956
10517
  "workbench.action.terminal.openLastLocalFileLink": "打开最后一个本地文件链接",
9957
- "workbench.action.terminal.openLastUrlLink": "打开最后一个 URL 链接"
10518
+ "workbench.action.terminal.openLastUrlLink": "打开最后一个 URL 链接",
10519
+ "workbench.action.terminal.openLastUrlLink.description": "Opens the last detected URL/URI link in the terminal"
9958
10520
  },
9959
10521
  "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
9960
10522
  focusFolder: "聚焦资源管理器中的文件夹",
@@ -9964,9 +10526,11 @@ var content = {
9964
10526
  searchWorkspace: "搜索工作区"
9965
10527
  },
9966
10528
  "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": {
10529
+ allow: "Allow {0}",
9967
10530
  followForwardedLink: "执行使用转发端口的链接",
9968
10531
  followLink: "跟踪链接",
9969
10532
  followLinkUrl: "链接",
10533
+ scheme: "Opening URIs can be insecure, do you want to allow opening links with the scheme {0}?",
9970
10534
  "terminalLinkHandler.followLinkAlt": "Alt + 单击",
9971
10535
  "terminalLinkHandler.followLinkAlt.mac": "Option + 单击",
9972
10536
  "terminalLinkHandler.followLinkCmd": "Cmd + 单击",
@@ -10022,10 +10586,12 @@ var content = {
10022
10586
  },
10023
10587
  "vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
10024
10588
  "coverage.branchCovered": "执行了 {2} 次 {1} 中的分支 {0}。",
10589
+ "coverage.branchCoveredYes": "Branch {0} in {1} was executed.",
10025
10590
  "coverage.branchNotCovered": "未覆盖 {1} 中的分支 {0}。",
10026
10591
  "coverage.branches": "已覆盖 {2} 中的分支 {1} 的 {0}。",
10027
- "coverage.codeExecutedCount": "执行了 {1} 次 {0}。",
10028
10592
  "coverage.declExecutedCount": "`{0}` 执行了 {1} 次。",
10593
+ "coverage.declExecutedNo": "`{0}` was not executed.",
10594
+ "coverage.declExecutedYes": "`{0}` was executed.",
10029
10595
  "coverage.toggleInline": "切换内联覆盖率",
10030
10596
  "testing.toggleInlineCoverage": "切换内联覆盖率"
10031
10597
  },
@@ -10218,13 +10784,16 @@ var content = {
10218
10784
  "testing.goToError": "转到源",
10219
10785
  "testing.goToFile": "转到源",
10220
10786
  "testing.goToNextMessage": "转到“下一个测试失败”",
10787
+ "testing.goToNextMessage.description": "Shows the next failure message in your file",
10221
10788
  "testing.goToPreviousMessage": "转到“上一个测试失败”",
10789
+ "testing.goToPreviousMessage.description": "Shows the previous failure message in your file",
10222
10790
  "testing.markdownPeekError": "无法打开 Markdown 预览: {0}。\r\n\r\n请确保已启用 Markdown 扩展。",
10223
10791
  "testing.openMessageInEditor": "在编辑器中打开",
10224
10792
  "testing.reRunLastRun": "重新运行测试",
10225
10793
  "testing.revealInExplorer": "在测试资源管理器中显示",
10226
10794
  "testing.showResultOutput": "显示结果输出",
10227
10795
  "testing.toggleTestingPeekHistory": "在速览中切换测试历史记录",
10796
+ "testing.toggleTestingPeekHistory.description": "Shows or hides the history of test runs in the peek view",
10228
10797
  testingOutputActual: "实际结果",
10229
10798
  testingOutputExpected: "预期结果",
10230
10799
  testingPeekLabel: "测试结果消息"
@@ -10246,11 +10815,17 @@ var content = {
10246
10815
  "testing.coveredBorder": "未覆盖文本的边框颜色。",
10247
10816
  "testing.coveredGutterBackground": "代码已覆盖的区域的装订线颜色。",
10248
10817
  "testing.iconErrored": "测试资源管理器中“出错”图标的颜色。",
10818
+ "testing.iconErrored.retired": "Retired color for the 'Errored' icon in the test explorer.",
10249
10819
  "testing.iconFailed": "测试资源管理器中“失败”图标的颜色。",
10820
+ "testing.iconFailed.retired": "Retired color for the 'failed' icon in the test explorer.",
10250
10821
  "testing.iconPassed": "测试资源管理器中“已通过”图标的颜色。",
10822
+ "testing.iconPassed.retired": "Retired color for the 'passed' icon in the test explorer.",
10251
10823
  "testing.iconQueued": "测试资源管理器中“已排队”图标的颜色。",
10824
+ "testing.iconQueued.retired": "Retired color for the 'Queued' icon in the test explorer.",
10252
10825
  "testing.iconSkipped": "测试资源管理器中“已跳过”图标的颜色。",
10826
+ "testing.iconSkipped.retired": "Retired color for the 'Skipped' icon in the test explorer.",
10253
10827
  "testing.iconUnset": "测试资源管理器中“未设置”图标的颜色。",
10828
+ "testing.iconUnset.retired": "Retired color for the 'Unset' icon in the test explorer.",
10254
10829
  "testing.message.error.decorationForeground": "在编辑器中内联显示的测试错误消息的文本颜色。",
10255
10830
  "testing.message.error.marginBackground": "在编辑器中内联显示的错误消息旁边的边距颜色。",
10256
10831
  "testing.message.info.decorationForeground": "在编辑器中内联显示的测试信息消息的文本颜色。",
@@ -10311,9 +10886,6 @@ var content = {
10311
10886
  "testState.skipped": "已跳过",
10312
10887
  "testState.unset": "尚未运行",
10313
10888
  "testing.treeElementLabel": "{0} ({1})"
10314
- },
10315
- "vs/workbench/contrib/testing/common/testCoverageService": {
10316
- testCoverageError: "未能加载测试覆盖率:{0}"
10317
10889
  },
10318
10890
  "vs/workbench/contrib/testing/common/testingContentProvider": {
10319
10891
  runNoOutout: "测试运行未记录任何输出。"
@@ -10337,7 +10909,8 @@ var content = {
10337
10909
  "testing.testItemHasUri": "指示测试项是否已定义 URI 的布尔值",
10338
10910
  "testing.testItemIsHidden": "指示测试项是否处于隐藏状态的布尔值",
10339
10911
  "testing.testMessage": "“testMessage.contextValue”中设置的值,可在编辑器/内容和测试/消息/上下文中使用",
10340
- "testing.testResultOutdated": "结果过时时,编辑器/内容和测试/消息/上下文中的可用值"
10912
+ "testing.testResultOutdated": "结果过时时,编辑器/内容和测试/消息/上下文中的可用值",
10913
+ "testing.testResultState": "Value available testing/item/result indicating the state of the item."
10341
10914
  },
10342
10915
  "vs/workbench/contrib/testing/common/testResult": {
10343
10916
  runFinished: "测试运行时间: {0}"
@@ -10355,9 +10928,11 @@ var content = {
10355
10928
  "button.keep": "保留新主题",
10356
10929
  "button.revert": "还原",
10357
10930
  "button.tryTheme": "试用新主题",
10931
+ cannotToggle: "Cannot toggle between light and dark themes when `{0}` is enabled in settings.",
10358
10932
  defaultProductIconThemeLabel: "默认值",
10359
10933
  fileIconThemeCategory: "图标主题",
10360
10934
  "generateColorTheme.label": "使用当前设置生成颜色主题",
10935
+ goToSetting: "Open Settings",
10361
10936
  installColorThemes: "安装其他颜色主题...",
10362
10937
  "installExtension.button.ok": "确定",
10363
10938
  "installExtension.confirm": "这将安装“{1}”发布的扩展“{0}”。是否要继续?",
@@ -10380,12 +10955,18 @@ var content = {
10380
10955
  "themes.category.dark": "深色主题",
10381
10956
  "themes.category.hc": "高对比度主题",
10382
10957
  "themes.category.light": "浅色主题",
10958
+ "themes.configure.switchingDisabled": "Detect system color mode disabled. Click to configure.",
10959
+ "themes.configure.switchingEnabled": "Detect system color mode enabled. Click to configure.",
10383
10960
  "themes.selectIconTheme": "选择文件图标主题(向上/向下键以预览)",
10384
10961
  "themes.selectIconTheme.label": "文件图标主题",
10385
10962
  "themes.selectMarketplaceTheme": "键入以搜索更多内容。选择以安装。按向上/向下键进行预览",
10386
10963
  "themes.selectProductIconTheme": "选择产品图标主题(向上/向下键以预览)",
10387
10964
  "themes.selectProductIconTheme.label": "产品图标主题",
10388
- "themes.selectTheme": "选择颜色主题 (按上下箭头键预览)",
10965
+ "themes.selectTheme.darkHC": "Select Color Theme for High Contrast Dark Mode",
10966
+ "themes.selectTheme.darkScheme": "Select Color Theme for System Dark Mode",
10967
+ "themes.selectTheme.default": "Select Color Theme (detect system color mode disabled)",
10968
+ "themes.selectTheme.lightHC": "Select Color Theme for High Contrast Light Mode",
10969
+ "themes.selectTheme.lightScheme": "Select Color Theme for System Light Mode",
10389
10970
  "toggleLightDarkThemes.label": "在浅色/深色主题之间切换"
10390
10971
  },
10391
10972
  "vs/workbench/contrib/timeline/browser/timeline.contribution": {
@@ -10442,8 +11023,6 @@ var content = {
10442
11023
  "tree.aria": "类型层次结构"
10443
11024
  },
10444
11025
  "vs/workbench/contrib/update/browser/releaseNotesEditor": {
10445
- disableFeature: "禁用此功能",
10446
- enableFeature: "启用此功能",
10447
11026
  releaseNotesInputName: "发行说明: {0}",
10448
11027
  showOnUpdate: "更新后显示发行说明",
10449
11028
  unassigned: "未分配"
@@ -10692,6 +11271,9 @@ var content = {
10692
11271
  showAll: "更多...",
10693
11272
  start: "启动",
10694
11273
  toStart: "以开始。",
11274
+ videos: "Videos",
11275
+ "videos-description": "Learn VS Code's must-have features in short and practical videos",
11276
+ "videos-title": "Watch Getting Started Tutorials",
10695
11277
  walkthroughs: "演练",
10696
11278
  welcome: "欢迎",
10697
11279
  welcomeAriaLabel: "关于编辑器快速入门的概述。",
@@ -10701,6 +11283,7 @@ var content = {
10701
11283
  "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": {
10702
11284
  deprecationMessage: "已弃用,请使用全局 `workbench.reduceMotion`。",
10703
11285
  miWelcome: "欢迎",
11286
+ minWelcomeDescription: "Opens a Walkthrough to help you get started in VS Code.",
10704
11287
  pickWalkthroughs: "选择要打开的演练",
10705
11288
  welcome: "欢迎",
10706
11289
  "welcome.goBack": "后退",
@@ -10774,6 +11357,7 @@ var content = {
10774
11357
  "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": {
10775
11358
  builtin: "内置",
10776
11359
  developer: "开发人员",
11360
+ resetGettingStartedProgressDescription: "Reset the progress of all Walkthrough steps on the Welcome Page to make them appear as if they are being viewed for the first time, providing a fresh start to the getting started experience.",
10777
11361
  resetWelcomePageWalkthroughProgress: "重置欢迎页面演练进度"
10778
11362
  },
10779
11363
  "vs/workbench/contrib/welcomeGettingStarted/browser/startupPage": {
@@ -10782,8 +11366,8 @@ var content = {
10782
11366
  },
10783
11367
  "vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": {
10784
11368
  browseLangExts: "浏览语言扩展",
10785
- browsePopular: "浏览热门 Web 扩展",
10786
- browseRecommended: "浏览推荐的扩展",
11369
+ browsePopular: "Browse Popular Extensions",
11370
+ browsePopularWeb: "Browse Popular Web Extensions",
10787
11371
  cloneRepo: "克隆仓库",
10788
11372
  commandPalette: "打开命令面板",
10789
11373
  enableSync: "备份和同步设置",
@@ -10910,7 +11494,8 @@ var content = {
10910
11494
  },
10911
11495
  "vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": {
10912
11496
  editorWalkThrough: "交互式编辑器操场",
10913
- "editorWalkThrough.title": "编辑器操场"
11497
+ "editorWalkThrough.title": "编辑器操场",
11498
+ editorWalkThroughMetadata: "Opens an interactive playground for learning about the editor."
10914
11499
  },
10915
11500
  "vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": {
10916
11501
  miPlayground: "编辑器操场(&&N)",
@@ -10959,9 +11544,6 @@ var content = {
10959
11544
  restrictedModeBannerMessageWorkspace: "受限模式旨在实现安全地浏览代码。信任此工作区以启用所有功能。",
10960
11545
  startupTrustRequestLearnMore: "如果不信任这些文件的作者,则建议继续使用限制模式,因为这些文件可能是恶意文件。请参阅[我们的文档](https://aka.ms/vscode-workspace-trust),了解详细信息。",
10961
11546
  "status.WorkspaceTrust": "工作区信任",
10962
- "status.ariaTrustedFolder": "此文件夹受信任。",
10963
- "status.ariaTrustedWindow": "此窗口受信任。",
10964
- "status.ariaTrustedWorkspace": "此工作区受信任。",
10965
11547
  "status.ariaUntrustedFolder": "限制模式: 某些功能已禁用,因为此文件夹不受信任。",
10966
11548
  "status.ariaUntrustedWindow": "限制模式: 某些功能已禁用,因为此窗口不受信任。",
10967
11549
  "status.ariaUntrustedWorkspace": "限制模式: 某些功能已禁用,因为此工作区不受信任。",
@@ -10971,6 +11553,7 @@ var content = {
10971
11553
  trustFolderOptionDescription: "信任文件夹并启用所有功能",
10972
11554
  trustOption: "是,我信任此作者(&&Y)",
10973
11555
  trustWorkspaceOptionDescription: "信任工作区并启用所有功能",
11556
+ untrusted: "Restricted Mode",
10974
11557
  "workspace.trust.banner.always": "每次打开不受信任的工作区时显示横幅。",
10975
11558
  "workspace.trust.banner.description": "控制何时显示受限模式横幅。",
10976
11559
  "workspace.trust.banner.never": "打开不受信任的工作区时,不要显示横幅。",
@@ -11074,6 +11657,7 @@ var content = {
11074
11657
  "commentThread.editorActions": "贡献的注释编辑器操作",
11075
11658
  "commentThread.title": "贡献的注释线程标题菜单",
11076
11659
  "commentThread.titleContext": "提供的注释线程标题的速览上下文菜单,在注释线程的速览标题上呈现为右键单击菜单。",
11660
+ "commentsView.threadActions": "The contributed comment thread context menu in the comments view",
11077
11661
  dup0: "已注册命令 `{0}`",
11078
11662
  dup1: "{1} 已注册命令 `{0}` ({2})",
11079
11663
  "dupe.command": "菜单项引用的命令中默认和替代命令相同",
@@ -11091,6 +11675,7 @@ var content = {
11091
11675
  "menus.debugCallstackContext": "调试调用堆栈视图上下文菜单",
11092
11676
  "menus.debugToolBar": "调试工具栏菜单",
11093
11677
  "menus.debugVariablesContext": "调试变量视图上下文菜单",
11678
+ "menus.diffEditorGutterToolBarMenus": "The gutter toolbar in the diff editor",
11094
11679
  "menus.editorContext": "编辑器上下文菜单",
11095
11680
  "menus.editorContextCopyAs": "编辑器上下文菜单中的“复制为”子菜单",
11096
11681
  "menus.editorContextShare": "编辑器上下文菜单中的“共享”子菜单",
@@ -11150,6 +11735,7 @@ var content = {
11150
11735
  "submenuItem.duplicate": "`{0}` 子菜单已提供给 `{1}` 菜单。",
11151
11736
  "testing.item.context": "提供的测试项菜单",
11152
11737
  "testing.item.gutter.title": "测试项的装订线装饰菜单",
11738
+ "testing.item.result.title": "The menu for an item in the Test Results view or peek.",
11153
11739
  "testing.message.content.title": "结果树中消息的上下文菜单",
11154
11740
  "testing.message.context.title": "覆盖显示消息的编辑器内容的突出按钮",
11155
11741
  "unsupported.submenureference": "菜单项引用了不具有子菜单支持的菜单的子菜单。",
@@ -11183,48 +11769,28 @@ var content = {
11183
11769
  "vscode.extension.contributes.submenus": "将子菜单项分配到编辑器",
11184
11770
  "webview.context": "Webview 上下文菜单"
11185
11771
  },
11186
- "vs/workbench/services/assignment/common/assignmentService": {
11187
- "workbench.enableExperiments": " Microsoft 联机服务中获取要进行的实验。"
11772
+ "vs/workbench/services/authentication/browser/authenticationExtensionsService": {
11773
+ accessRequest: "Grant access to {0} for {1}... (1)",
11774
+ allow: "&&Allow",
11775
+ confirmAuthenticationAccess: "The extension '{0}' wants to access the {1} account '{2}'.",
11776
+ deny: "&&Deny",
11777
+ getSessionPlateholder: "Select an account for '{0}' to use or Esc to cancel",
11778
+ selectAccount: "The extension '{0}' wants to access a {1} account",
11779
+ "sign in": "Sign in requested",
11780
+ signInRequest: "Sign in with {0} to use {1} (1)",
11781
+ useOtherAccount: "Sign in to another account"
11188
11782
  },
11189
11783
  "vs/workbench/services/authentication/browser/authenticationService": {
11190
- accessRequest: "授予“{0}”访问“{1}”的权限... (1)",
11191
- accountLastUsedDate: "上次使用此帐户的时间: {0}",
11192
- allow: "允许(&&A)",
11193
- authentication: "身份验证",
11194
- "authentication.Placeholder": "尚未请求任何帐户...",
11195
- "authentication.id": "身份验证提供程序的 ID。",
11196
- "authentication.idConflict": "已注册此身份验证 ID“{0}”",
11197
- "authentication.label": "身份验证提供程序的易读名称。",
11198
- "authentication.missingId": "提供身份验证必须指定一个 ID。",
11199
- "authentication.missingLabel": "提供身份验证必须指定一个标签。",
11200
- authenticationExtensionPoint: "添加身份验证",
11201
- authenticationid: "ID",
11202
- authenticationlabel: "标签",
11203
- confirmAuthenticationAccess: "扩展“{0}”正在尝试访问 {1} 帐户“{2}”的身份验证信息。",
11204
- deny: "拒绝(&&D)",
11205
- getSessionPlateholder: "选择一个供“{0}”使用的帐户或按 Esc 取消",
11206
- loading: "正在加载…",
11207
- manageExtensions: "选择可以访问此帐户的扩展",
11208
- manageTrustedExtensions: "管理受信任的扩展",
11209
- "manageTrustedExtensions.cancel": "取消",
11210
- noTrustedExtensions: "尚无任何扩展使用此帐户。",
11211
- notUsed: "未使用此帐户",
11212
- selectAccount: "扩展“{0}”要访问 {1} 帐户",
11213
- "sign in": "已请求登录",
11214
- signInRequest: "使用 {0} 登录以使用 {1} (1)",
11215
- signOut: "退出登录(&&S)",
11216
- signOutMessage: "帐户“{0}”已由以下扩展使用: \r\n\r\n{1}\r\n\r\n 是否注销这些扩展?",
11217
- signOutMessageSimple: "注销“{0}”?",
11218
- trustedExtensionTooltip: "此扩展受 Microsoft 信任并且\r\n始终有权访问此帐户",
11219
- trustedExtensions: "受 Microsoft 信任",
11220
- useOtherAccount: "登录到其他帐户"
11784
+ "authentication.idConflict": "This authentication id '{0}' has already been registered",
11785
+ "authentication.missingId": "An authentication contribution must specify an id.",
11786
+ "authentication.missingLabel": "An authentication contribution must specify a label."
11221
11787
  },
11222
11788
  "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
11223
- lifecycleVeto: "可能无法保存所做的更改。请按“取消”,然后重试。",
11224
- retry: "重试(&&R)",
11225
- unableToOpenWindow: "浏览器已中断新窗口的打开。按下“重试”以重试。",
11226
- unableToOpenWindowDetail: "若要避免将来出现此问题,请确保允许此网站的弹出窗口。",
11227
- unableToOpenWindowError: "无法打开新窗口。"
11789
+ lifecycleVeto: "Changes that you made may not be saved. Please check press 'Cancel' and try again.",
11790
+ retry: "&&Retry",
11791
+ unableToOpenWindow: "The browser interrupted the opening of a new window. Press 'Retry' to try again.",
11792
+ unableToOpenWindowDetail: "To avoid this problem in the future, please ensure to allow popups for this website.",
11793
+ unableToOpenWindowError: "Unable to open a new window."
11228
11794
  },
11229
11795
  "vs/workbench/services/configuration/browser/configurationService": {
11230
11796
  "configurationDefaults.description": "为配置提供默认值",
@@ -11428,6 +11994,9 @@ var content = {
11428
11994
  accessExtensionFeatureMessage: "“{0}”扩展希望访问“{1}”功能。",
11429
11995
  allow: "允许",
11430
11996
  disallow: "不允许"
11997
+ },
11998
+ "vs/workbench/services/extensionManagement/common/extensionManagement": {
11999
+ extensionsConfigurationTitle: "Extensions"
11431
12000
  },
11432
12001
  "vs/workbench/services/extensionManagement/common/extensionManagementServerService": {
11433
12002
  browser: "浏览器",
@@ -11449,6 +12018,7 @@ var content = {
11449
12018
  "install multiple extensions": "是否要跨设备安装并同步扩展?",
11450
12019
  "install single extension": "是否要跨设备安装并同步 \"{0}\" 扩展?",
11451
12020
  "limited support": "“{0}”在 {1} 中具有有限的功能。",
12021
+ "main.notFound": "Cannot activate, becase {0} not found",
11452
12022
  multipleDependentsError: "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”以及其他扩展程序都依赖于此。",
11453
12023
  "non web extensions": "“{0}”包含在“{1}”中不支持的扩展。",
11454
12024
  "non web extensions detail": "包含不受支持的扩展。",
@@ -11463,17 +12033,13 @@ var content = {
11463
12033
  "workspace folder": "工作区文件夹"
11464
12034
  },
11465
12035
  "vs/workbench/services/extensions/browser/extensionUrlHandler": {
11466
- Installing: "正在安装扩展“{0}”...",
11467
12036
  confirmUrl: "是否允许“{0}”扩展打开此 URI?",
11468
- enableAndHandle: "扩展“{0}”处于禁用状态。是否要启用扩展并打开 URL?",
11469
- enableAndReload: "启用并打开(&&E)",
11470
12037
  extensions: "扩展",
11471
- "install and open": "安装并打开(&&I)",
11472
- installAndHandle: "是否要从 '{0}' 安装 '{1}' 扩展以打开此 URI?",
11473
- installDetail: "'{0}' 扩展想要打开 URI:",
12038
+ installDetail: "This extension wants to open a URI:",
11474
12039
  manage: "管理授权扩展 URI...",
11475
12040
  no: "当前没有已授权的扩展 URI。",
11476
12041
  open: "打开(&&O)",
12042
+ openUri: "Open URI",
11477
12043
  reloadAndHandle: "扩展“{0}”尚未载入。是否重载此窗口来载入扩展并打开 URL?",
11478
12044
  reloadAndOpen: "重载窗口并打开(&&R)",
11479
12045
  rememberConfirmUrl: "不再向我询问此扩展"
@@ -11992,11 +12558,11 @@ var content = {
11992
12558
  },
11993
12559
  "vs/workbench/services/themes/common/themeConfiguration": {
11994
12560
  autoDetectHighContrast: "如果已启用,则在操作系统使用高对比度主题时,将自动更改为高对比度主题。要使用的高对比度主题是由“{0}”和“{1}”指定的。",
11995
- colorTheme: "指定用在工作台中的颜色主题。",
12561
+ colorTheme: "Specifies the color theme used in the workbench when {0} is not enabled.",
11996
12562
  colorThemeError: "主题未知或未安装。",
11997
12563
  defaultProductIconThemeDesc: "默认",
11998
12564
  defaultProductIconThemeLabel: "默认",
11999
- detectColorScheme: "如果已设置,则根据 OS 外观自动切换到首选颜色主题。如果 OS 外观为深色,则使用 {0} 处指定的主题。如果外观为浅色,则使用 {1} 处指定的主题。",
12565
+ detectColorScheme: "If enabled, will automatically select a color theme based on the system color mode. If the system color mode is dark, {0} is used, else {1}.",
12000
12566
  editorColors: "替代当前所选颜色主题中的编辑器语法颜色和字形。",
12001
12567
  "editorColors.comments": "设置注释的颜色和样式",
12002
12568
  "editorColors.functions": "设置函数定义与引用的颜色和样式。",
@@ -12015,10 +12581,10 @@ var content = {
12015
12581
  iconThemeError: "文件图标主题未知或未安装。",
12016
12582
  noIconThemeDesc: "无文件图标",
12017
12583
  noIconThemeLabel: "无",
12018
- preferredDarkColorTheme: "指定启用了 {0} 时深色操作系统外观的首选颜色主题。",
12019
- preferredHCDarkColorTheme: "指定启用了 {0} 时在高对比度深色模式下使用的首选颜色主题。",
12020
- preferredHCLightColorTheme: "指定启用了 {0} 时在高对比度浅色模式下使用的首选颜色主题。",
12021
- preferredLightColorTheme: "指定启用了 {0} 时浅色操作系统外观的首选颜色主题。",
12584
+ preferredDarkColorTheme: "Specifies the color theme when system color mode is dark and {0} is enabled.",
12585
+ preferredHCDarkColorTheme: "Specifies the color theme when in high contrast dark mode and {0} is enabled.",
12586
+ preferredHCLightColorTheme: "Specifies the color theme when in high contrast light mode and {0} is enabled.",
12587
+ preferredLightColorTheme: "Specifies the color theme when system color mode is light and {0} is enabled.",
12022
12588
  productIconTheme: "指定使用的产品图标主题。",
12023
12589
  productIconThemeError: "产品图标主题未知或未安装。",
12024
12590
  semanticTokenColors: "从当前所选颜色主题重写编辑器语义标记颜色和样式。",