@codingame/monaco-vscode-language-pack-zh-hans 2.0.0 → 2.0.2
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.
- package/package.json +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +22 -22
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +12 -12
- package/translations/extensions/vscode.markdown-language-features.i18n.json +5 -5
- package/translations/extensions/vscode.typescript-language-features.i18n.json +6 -6
- package/translations/main.i18n.json.js +261 -261
|
@@ -301,7 +301,7 @@ var content = {
|
|
|
301
301
|
definitionLinkOpensInPeek: "控制\"转到定义\"鼠标手势是否始终打开预览小部件。",
|
|
302
302
|
deprecated: "此设置已弃用,请改用单独的设置,如\"editor.suggest.showKeywords\"或\"editor.suggest.showSnippets\"。",
|
|
303
303
|
dragAndDrop: "控制在编辑器中是否允许通过拖放来移动选中内容。",
|
|
304
|
-
"dropIntoEditor.enabled": "
|
|
304
|
+
"dropIntoEditor.enabled": "控制是否可以通过按住 Shift`键将文件拖放到编辑器中(而不是在编辑器中打开该文件)。",
|
|
305
305
|
"dropIntoEditor.showDropSelector": "控制将文件放入编辑器时是否显示小组件。使用此小组件可以控制文件的删除方式。",
|
|
306
306
|
"dropIntoEditor.showDropSelector.afterDrop": "将文件放入编辑器后显示放置选择器小组件。",
|
|
307
307
|
"dropIntoEditor.showDropSelector.never": "切勿显示放置选择器小组件。而是始终使用默认删除提供程序。",
|
|
@@ -357,9 +357,9 @@ var content = {
|
|
|
357
357
|
"editor.inlayHints.offUnlessPressed": "默认情况下隐藏内嵌提示,并在按住 {0} 时显示",
|
|
358
358
|
"editor.inlayHints.on": "已启用内嵌提示",
|
|
359
359
|
"editor.inlayHints.onUnlessPressed": "默认情况下显示内嵌提示,并在按住 {0} 时隐藏",
|
|
360
|
-
"editor.lightbulb.enabled.off": "
|
|
361
|
-
"editor.lightbulb.enabled.on": "
|
|
362
|
-
"editor.lightbulb.enabled.onCode": "
|
|
360
|
+
"editor.lightbulb.enabled.off": "禁用代码操作菜单。",
|
|
361
|
+
"editor.lightbulb.enabled.on": "当光标与代码一起排列或在空的行时,显示代码操作菜单。",
|
|
362
|
+
"editor.lightbulb.enabled.onCode": "当光标与代码一起排列时,显示代码操作菜单。",
|
|
363
363
|
"editor.stickyScroll.defaultModel": "定义用于确定要粘贴的行的模型。如果大纲模型不存在,它将回退到回退到缩进模型的折叠提供程序模型上。在所有三种情况下都遵循此顺序。",
|
|
364
364
|
"editor.stickyScroll.enabled": "在编辑器顶部的滚动过程中显示嵌套的当前作用域。",
|
|
365
365
|
"editor.stickyScroll.maxLineCount": "定义要显示的最大粘滞行数。",
|
|
@@ -441,7 +441,7 @@ var content = {
|
|
|
441
441
|
inline: "快速建议显示为虚影文本",
|
|
442
442
|
inlineCompletionsAccessibilityVerbose: "控制在显示内联完成时是否应向屏幕阅读器用户提供辅助功能提示。",
|
|
443
443
|
"inlineSuggest.enabled": "控制是否在编辑器中自动显示内联建议。",
|
|
444
|
-
"inlineSuggest.fontFamily": "
|
|
444
|
+
"inlineSuggest.fontFamily": "控制内联建议的字体系列。",
|
|
445
445
|
"inlineSuggest.showToolbar": "控制何时显示内联建议工具栏。",
|
|
446
446
|
"inlineSuggest.showToolbar.always": "每当显示内联建议时,显示内联建议工具栏。",
|
|
447
447
|
"inlineSuggest.showToolbar.never": "从不显示内联建议工具栏。",
|
|
@@ -470,7 +470,7 @@ var content = {
|
|
|
470
470
|
"minimap.size.proportional": "迷你地图的大小与编辑器内容相同(并且可能滚动)。",
|
|
471
471
|
mouseWheelScrollSensitivity: "对鼠标滚轮滚动事件的 `deltaX` 和 `deltaY` 乘上的系数。",
|
|
472
472
|
mouseWheelZoom: "按住 `Ctrl` 键并滚动鼠标滚轮时对编辑器字体大小进行缩放。",
|
|
473
|
-
"mouseWheelZoom.mac": "
|
|
473
|
+
"mouseWheelZoom.mac": "按住 Cmd 键并滚动鼠标滚轮时对编辑器字体大小进行缩放。",
|
|
474
474
|
multiCursorLimit: "控制一次可以在活动编辑器中显示的最大游标数。",
|
|
475
475
|
multiCursorMergeOverlapping: "当多个光标重叠时进行合并。",
|
|
476
476
|
multiCursorModifier: "用于使用鼠标添加多个游标的修饰符。“转到定义”和“打开链接”鼠标手势将进行调整,使其不与 [多光标修饰符](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier)冲突。",
|
|
@@ -772,11 +772,11 @@ var content = {
|
|
|
772
772
|
gotoLineActionLabel: "转到行/列...",
|
|
773
773
|
helpQuickAccess: "显示所有快速访问提供程序",
|
|
774
774
|
inspectTokens: "开发人员: 检查令牌",
|
|
775
|
-
listAlertsCommand: "
|
|
776
|
-
listAudioCuesCommand: "
|
|
775
|
+
listAlertsCommand: "运行命令:列出警报及其当前状态概览的。",
|
|
776
|
+
listAudioCuesCommand: "运行命令:列出所有音频提示及其当前状态概览的音频提示。",
|
|
777
777
|
openingDocs: "打开辅助功能文档页。",
|
|
778
|
-
quickChatCommand: "
|
|
779
|
-
quickChatCommandNoKb: "
|
|
778
|
+
quickChatCommand: "切换快速聊天({0})以打开或关闭聊天会话。",
|
|
779
|
+
quickChatCommandNoKb: "当前无法通过键绑定触发快速聊天切换。",
|
|
780
780
|
quickCommandActionHelp: "显示并运行命令",
|
|
781
781
|
quickCommandActionLabel: "命令面板",
|
|
782
782
|
quickOutlineActionLabel: "转到符号...",
|
|
@@ -786,8 +786,8 @@ var content = {
|
|
|
786
786
|
screenReaderModeDisabled: "已禁用屏幕阅读器优化模式。",
|
|
787
787
|
screenReaderModeEnabled: "已启用屏幕阅读器优化模式。",
|
|
788
788
|
showAccessibilityHelpAction: "显示辅助功能帮助",
|
|
789
|
-
startInlineChatCommand: "
|
|
790
|
-
startInlineChatCommandNoKb: "
|
|
789
|
+
startInlineChatCommand: "开始内联聊天({0})以创建编辑器聊天会话。",
|
|
790
|
+
startInlineChatCommandNoKb: "命令:当前无法通过键绑定启动内联聊天。",
|
|
791
791
|
stickScrollKb: "聚焦粘滞滚动({0})以聚焦当前嵌套的作用域。",
|
|
792
792
|
stickScrollNoKb: "聚焦粘滞滚动以聚焦当前嵌套的范围。当前无法通过键绑定触发。",
|
|
793
793
|
tabFocusModeOffMsg: "在当前编辑器中按 Tab 将插入选项卡字符。将此行为切换 {0}。",
|
|
@@ -888,7 +888,7 @@ var content = {
|
|
|
888
888
|
},
|
|
889
889
|
"vs/editor/contrib/codeAction/browser/lightBulbWidget": {
|
|
890
890
|
codeAction: "显示代码操作",
|
|
891
|
-
codeActionAutoRun: "
|
|
891
|
+
codeActionAutoRun: "运行:{0}",
|
|
892
892
|
codeActionWithKb: "显示代码操作({0})",
|
|
893
893
|
preferredcodeActionWithKb: "显示代码操作。首选可用的快速修复({0})"
|
|
894
894
|
},
|
|
@@ -933,10 +933,10 @@ var content = {
|
|
|
933
933
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
|
|
934
934
|
pasteAs: "粘贴为...",
|
|
935
935
|
"pasteAs.id": "要尝试应用的粘贴编辑的 ID。如果未提供,编辑器将显示选取器。",
|
|
936
|
-
pasteAsText: "
|
|
936
|
+
pasteAsText: "粘贴为文本"
|
|
937
937
|
},
|
|
938
938
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": {
|
|
939
|
-
pasteAsError: "
|
|
939
|
+
pasteAsError: "找不到“{0}”的粘贴编辑",
|
|
940
940
|
pasteAsPickerPlaceholder: "选择粘贴操作",
|
|
941
941
|
pasteAsProgress: "正在运行粘贴处理程序",
|
|
942
942
|
pasteIntoEditorProgress: "正在运行粘贴处理程序。单击以取消",
|
|
@@ -951,7 +951,7 @@ var content = {
|
|
|
951
951
|
"defaultDropProvider.uriList.relativePaths": "插入相对路径",
|
|
952
952
|
"defaultDropProvider.uriList.uri": "插入 URI",
|
|
953
953
|
"defaultDropProvider.uriList.uris": "插入 URI",
|
|
954
|
-
pasteHtmlLabel: "
|
|
954
|
+
pasteHtmlLabel: "插入 HTML",
|
|
955
955
|
"text.label": "插入纯文本"
|
|
956
956
|
},
|
|
957
957
|
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": {
|
|
@@ -1038,13 +1038,13 @@ var content = {
|
|
|
1038
1038
|
foldingExpandedIcon: "编辑器字形边距中已展开的范围的图标。",
|
|
1039
1039
|
foldingManualCollapedIcon: "编辑器字形边距中手动折叠的范围的图标。",
|
|
1040
1040
|
foldingManualExpandedIcon: "编辑器字形边距中手动展开的范围的图标。",
|
|
1041
|
-
linesCollapsed: "
|
|
1042
|
-
linesExpanded: "
|
|
1041
|
+
linesCollapsed: "单击以展开范围。",
|
|
1042
|
+
linesExpanded: "单击以折叠范围。"
|
|
1043
1043
|
},
|
|
1044
1044
|
"vs/editor/contrib/fontZoom/browser/fontZoom": {
|
|
1045
|
-
"EditorFontZoomIn.label": "
|
|
1046
|
-
"EditorFontZoomOut.label": "
|
|
1047
|
-
"EditorFontZoomReset.label": "
|
|
1045
|
+
"EditorFontZoomIn.label": "增大编辑器字号",
|
|
1046
|
+
"EditorFontZoomOut.label": "减小编辑器字号",
|
|
1047
|
+
"EditorFontZoomReset.label": "重置编辑器字号"
|
|
1048
1048
|
},
|
|
1049
1049
|
"vs/editor/contrib/format/browser/formatActions": {
|
|
1050
1050
|
"formatDocument.label": "格式化文档",
|
|
@@ -1456,12 +1456,12 @@ var content = {
|
|
|
1456
1456
|
"goToFocusedStickyScrollLine.title": "转到聚焦的粘性滚动行",
|
|
1457
1457
|
miStickyScroll: "粘滞滚动(&&S)",
|
|
1458
1458
|
mifocusStickyScroll: "聚焦粘性滚动(&&F)",
|
|
1459
|
-
mitoggleStickyScroll: "
|
|
1459
|
+
mitoggleStickyScroll: "切换编辑器粘滞滚动",
|
|
1460
1460
|
"selectEditor.title": "选择编辑器",
|
|
1461
1461
|
"selectNextStickyScrollLine.title": "选择下一个粘性滚动行",
|
|
1462
1462
|
"selectPreviousStickyScrollLine.title": "选择上一个粘性滚动行",
|
|
1463
1463
|
stickyScroll: "粘滞滚动",
|
|
1464
|
-
toggleEditorStickyScroll: "
|
|
1464
|
+
toggleEditorStickyScroll: "切换编辑器粘滞滚动"
|
|
1465
1465
|
},
|
|
1466
1466
|
"vs/editor/contrib/suggest/browser/suggest": {
|
|
1467
1467
|
acceptSuggestionOnEnter: "按 Enter 时是否会插入建议",
|
|
@@ -1645,45 +1645,45 @@ var content = {
|
|
|
1645
1645
|
},
|
|
1646
1646
|
"vs/platform/audioCues/browser/audioCueService": {
|
|
1647
1647
|
"audioCues.chatRequestSent": "已发送聊天请求",
|
|
1648
|
-
"audioCues.chatRequestSent.alertMessage": "
|
|
1648
|
+
"audioCues.chatRequestSent.alertMessage": "已发送聊天请求",
|
|
1649
1649
|
"audioCues.chatResponsePending": "聊天响应挂起",
|
|
1650
|
-
"audioCues.chatResponsePending.alertMessage": "
|
|
1650
|
+
"audioCues.chatResponsePending.alertMessage": "聊天响应挂起",
|
|
1651
1651
|
"audioCues.chatResponseReceived": "已收到聊天响应",
|
|
1652
1652
|
"audioCues.clear": "清除",
|
|
1653
|
-
"audioCues.clear.alertMessage": "
|
|
1653
|
+
"audioCues.clear.alertMessage": "清除",
|
|
1654
1654
|
"audioCues.diffLineDeleted": "已删除差异行",
|
|
1655
1655
|
"audioCues.diffLineInserted": "已插入差异线",
|
|
1656
1656
|
"audioCues.diffLineModified": "差异行已修改",
|
|
1657
1657
|
"audioCues.format": "格式",
|
|
1658
|
-
"audioCues.format.alertMessage": "
|
|
1659
|
-
"audioCues.lineHasBreakpoint.alertMessage": "
|
|
1658
|
+
"audioCues.format.alertMessage": "格式",
|
|
1659
|
+
"audioCues.lineHasBreakpoint.alertMessage": "断点",
|
|
1660
1660
|
"audioCues.lineHasBreakpoint.name": "行上的断点",
|
|
1661
|
-
"audioCues.lineHasError.alertMessage": "
|
|
1661
|
+
"audioCues.lineHasError.alertMessage": "错误",
|
|
1662
1662
|
"audioCues.lineHasError.name": "行上的错误",
|
|
1663
|
-
"audioCues.lineHasFoldedArea.alertMessage": "
|
|
1663
|
+
"audioCues.lineHasFoldedArea.alertMessage": "已折叠",
|
|
1664
1664
|
"audioCues.lineHasFoldedArea.name": "行上的折叠区域",
|
|
1665
1665
|
"audioCues.lineHasInlineSuggestion.name": "行上的内联建议",
|
|
1666
|
-
"audioCues.lineHasWarning.alertMessage": "
|
|
1666
|
+
"audioCues.lineHasWarning.alertMessage": "警告",
|
|
1667
1667
|
"audioCues.lineHasWarning.name": "行上的警告",
|
|
1668
1668
|
"audioCues.noInlayHints": "行上无嵌入提示",
|
|
1669
|
-
"audioCues.noInlayHints.alertMessage": "
|
|
1669
|
+
"audioCues.noInlayHints.alertMessage": "无内嵌提示",
|
|
1670
1670
|
"audioCues.notebookCellCompleted": "笔记本单元格已完成",
|
|
1671
|
-
"audioCues.notebookCellCompleted.alertMessage": "
|
|
1671
|
+
"audioCues.notebookCellCompleted.alertMessage": "笔记本单元格已完成",
|
|
1672
1672
|
"audioCues.notebookCellFailed": "笔记本单元格失败",
|
|
1673
|
-
"audioCues.notebookCellFailed.alertMessage": "
|
|
1674
|
-
"audioCues.onDebugBreak.alertMessage": "
|
|
1673
|
+
"audioCues.notebookCellFailed.alertMessage": "笔记本单元格失败",
|
|
1674
|
+
"audioCues.onDebugBreak.alertMessage": "断点",
|
|
1675
1675
|
"audioCues.onDebugBreak.name": "调试程序已在断点处停止",
|
|
1676
1676
|
"audioCues.save": "保存",
|
|
1677
|
-
"audioCues.save.alertMessage": "
|
|
1677
|
+
"audioCues.save.alertMessage": "保存",
|
|
1678
1678
|
"audioCues.taskCompleted": "任务已完成",
|
|
1679
|
-
"audioCues.taskCompleted.alertMessage": "
|
|
1679
|
+
"audioCues.taskCompleted.alertMessage": "任务已完成",
|
|
1680
1680
|
"audioCues.taskFailed": "任务失败",
|
|
1681
|
-
"audioCues.taskFailed.alertMessage": "
|
|
1681
|
+
"audioCues.taskFailed.alertMessage": "任务失败",
|
|
1682
1682
|
"audioCues.terminalBell": "终端钟",
|
|
1683
|
-
"audioCues.terminalBell.alertMessage": "
|
|
1683
|
+
"audioCues.terminalBell.alertMessage": "终端钟",
|
|
1684
1684
|
"audioCues.terminalCommandFailed": "终端命令失败",
|
|
1685
|
-
"audioCues.terminalCommandFailed.alertMessage": "
|
|
1686
|
-
"audioCues.terminalQuickFix.alertMessage": "
|
|
1685
|
+
"audioCues.terminalCommandFailed.alertMessage": "命令失败",
|
|
1686
|
+
"audioCues.terminalQuickFix.alertMessage": "快速修复",
|
|
1687
1687
|
"audioCues.terminalQuickFix.name": "终端快速修复"
|
|
1688
1688
|
},
|
|
1689
1689
|
"vs/platform/configuration/common/configurationRegistry": {
|
|
@@ -2048,10 +2048,10 @@ var content = {
|
|
|
2048
2048
|
editorSelectionForeground: "用以彰显高对比度的所选文本的颜色。",
|
|
2049
2049
|
editorSelectionHighlight: "具有与所选项相关内容的区域的颜色。颜色必须透明,以免隐藏下面的修饰效果。",
|
|
2050
2050
|
editorSelectionHighlightBorder: "与所选项内容相同的区域的边框颜色。",
|
|
2051
|
-
editorStickyScrollBackground: "
|
|
2052
|
-
editorStickyScrollBorder: "
|
|
2053
|
-
editorStickyScrollHoverBackground: "
|
|
2054
|
-
editorStickyScrollShadow: "
|
|
2051
|
+
editorStickyScrollBackground: "编辑器中粘滞滚动的背景色",
|
|
2052
|
+
editorStickyScrollBorder: "编辑器中粘滞滚动的边框颜色",
|
|
2053
|
+
editorStickyScrollHoverBackground: "在编辑器中悬停时粘滞滚动的背景色",
|
|
2054
|
+
editorStickyScrollShadow: " 编辑器中粘滞滚动的阴影颜色",
|
|
2055
2055
|
"editorWarning.background": "编辑器中警告文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
|
|
2056
2056
|
"editorWarning.foreground": "编辑器中警告波浪线的前景色。",
|
|
2057
2057
|
editorWidgetBackground: "编辑器组件(如查找/替换)背景颜色。",
|
|
@@ -2100,8 +2100,8 @@ var content = {
|
|
|
2100
2100
|
listActiveSelectionForeground: "已选项在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
|
|
2101
2101
|
listActiveSelectionIconForeground: "已选项在列表/树活动时的列表/树图标前景颜色。活动的列表/树具有键盘焦点,非活动的则没有。",
|
|
2102
2102
|
listDeemphasizedForeground: "取消强调的项目的列表/树前景颜色。",
|
|
2103
|
-
listDropBackground: "
|
|
2104
|
-
listDropBetweenBackground: "
|
|
2103
|
+
listDropBackground: "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
|
|
2104
|
+
listDropBetweenBackground: "使用鼠标在项目之间移动项时,列表/树拖放边框的颜色。",
|
|
2105
2105
|
listErrorForeground: "包含错误的列表项的前景颜色。",
|
|
2106
2106
|
listFilterMatchHighlight: "筛选后的匹配项的背景颜色。",
|
|
2107
2107
|
listFilterMatchHighlightBorder: "筛选后的匹配项的边框颜色。",
|
|
@@ -3551,7 +3551,7 @@ var content = {
|
|
|
3551
3551
|
activeFolderMedium: "\"${activeFolderMedium}\": 相对于工作区文件夹的、包含文件的文件夹的路径, (例如 myFolder/myFileFolder)。",
|
|
3552
3552
|
activeFolderShort: "\"${activeFolderShort}\": 文件所在的文件夹名称 (例如, myFileFolder)。",
|
|
3553
3553
|
activityBarIconClickBehavior: "控制在工作台中单击活动栏图标时出现的行为。",
|
|
3554
|
-
activityBarLocation: "
|
|
3554
|
+
activityBarLocation: "控制活动栏的位置。它可以显示到主侧边栏的“侧边”或“顶部”,也可以“隐藏”。",
|
|
3555
3555
|
appName: "\"${appName}\": 例如 VS Code。",
|
|
3556
3556
|
askChatLocation: "控制命令面板应在何处提出聊天问题。",
|
|
3557
3557
|
"askChatLocation.chatView": "在“聊天”视图中提出聊天问题。",
|
|
@@ -3568,23 +3568,23 @@ var content = {
|
|
|
3568
3568
|
"decorations.badges": "控制编辑器文件修饰是否应使用徽章。",
|
|
3569
3569
|
"decorations.colors": "控制编辑器文件修饰是否应使用颜色。",
|
|
3570
3570
|
dirty: "`${dirty}`: 表明活动编辑器具有未保存更改的时间的指示器。",
|
|
3571
|
-
doubleClickTabToToggleEditorGroupSizes: "
|
|
3572
|
-
dragToOpenWindow: "
|
|
3571
|
+
doubleClickTabToToggleEditorGroupSizes: "控制双击选项卡时编辑器组的大小调整方式。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3572
|
+
dragToOpenWindow: "控制是否可将编辑器拖出窗口以在新窗口中打开。长按 Alt 键,同时拖动以动态切换。",
|
|
3573
3573
|
editorActionsLocation: "控制显示编辑器操作的位置。",
|
|
3574
|
-
editorOpenPositioning: "
|
|
3574
|
+
editorOpenPositioning: "控制编辑器打开的位置。选择 {0} 或 {1} 可分别在当前活动编辑器的左侧或右侧打开。选择 {2} 或 {3} 打开编辑器的位置与当前活动编辑器无关。",
|
|
3575
3575
|
enableMenuBarMnemonics: "控制是否可通过 Alt 键快捷键打开主菜单。如果禁用助记符,则可将这些 Alt 键快捷键绑定到编辑器命令。",
|
|
3576
3576
|
enableNaturalLanguageSearch: "控制命令面板是否应包含类似的命令。必须安装提供自然语言支持的扩展。",
|
|
3577
3577
|
enablePreview: "控制打开的编辑器是否显示为预览编辑器。预览编辑器不会保持打开状态,在将其显式设置为保持打开(通过双击或编辑)前可以重用,并以斜体显示文件名。",
|
|
3578
|
-
enablePreviewFromCodeNavigation: "
|
|
3579
|
-
enablePreviewFromQuickOpen: "
|
|
3578
|
+
enablePreviewFromCodeNavigation: "控制当从编辑器开始进行代码导航时,编辑器是否保持为预览状态。预览编辑器不会保持打开状态,在将其显式设置为保持打开(通过双击或编辑)前将会重用。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3579
|
+
enablePreviewFromQuickOpen: "控制通过 Quick Open 打开的编辑器是否显示为预览编辑器。预览编辑器不会保持打开状态,在将其显式设置为保持打开(通过双击或编辑)前将会重用。启用后,在选择前按住 Ctrl 可在非预览模式下打开编辑器。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3580
3580
|
exclude: "配置路径或 [glob 模式](https://aka.ms/vscode-glob-patterns)以排除本地文件历史记录中的文件。glob 模式的计算结果始终是相对于工作区文件夹路径所在的位置,除非它们是绝对路径。更改此设置不会影响现有的本地文件历史记录条目。",
|
|
3581
3581
|
focusRecentEditorAfterClose: "控制是按最近使用的顺序还是从左到右关闭编辑器。",
|
|
3582
3582
|
focusedView: "`${focusedView}`: 当前聚焦的视图名称。",
|
|
3583
3583
|
folderName: "\"${folderName}\": 文件所在工作区文件夹的名称 (例如 myFolder)。",
|
|
3584
3584
|
folderPath: "\"${folderpath}\": 文件所在工作区文件夹的路径 (例如 /Users/Development/myFolder)。",
|
|
3585
3585
|
fontAliasing: "控制在工作台中字体的渲染方式。",
|
|
3586
|
-
highlightModifiedTabs: "
|
|
3587
|
-
layoutControlEnabled: "
|
|
3586
|
+
highlightModifiedTabs: "控制是否在具有未保存更改的编辑器的选项卡上绘制顶部边框。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3587
|
+
layoutControlEnabled: "控制布局控件是否显示在自定义标题栏中。仅当 {0} 设置为 {1} 时,此设置才会生效。",
|
|
3588
3588
|
layoutControlEnabledWeb: "控制是否显示标题栏中的布局控件。",
|
|
3589
3589
|
layoutControlType: "控制自定义标题栏中的布局控件是显示为单个菜单按钮还是多个 UI 切换。",
|
|
3590
3590
|
"layoutcontrol.type.both": "显示下拉列表和切换按钮。",
|
|
@@ -3609,7 +3609,7 @@ var content = {
|
|
|
3609
3609
|
panelDefaultLocation: "控制新工作区中面板(终端、调试控制台、输出、问题)的默认位置。它可以显示在编辑器区域的底部、右侧或左侧。",
|
|
3610
3610
|
panelOpensMaximized: "控制面板是否以最大化方式打开。它可以始终以最大化方式打开、永不以最大化方式打开或以关闭前的最后一个状态打开。",
|
|
3611
3611
|
perEditorGroup: "控制最大打开的编辑器的限制是否应应用于每个编辑器组或所有编辑器组。",
|
|
3612
|
-
pinnedTabSizing: "
|
|
3612
|
+
pinnedTabSizing: "控制固定的编辑器选项卡的大小。固定的选项卡排在所有打开的选项卡的开头,并且在取消固定之前,通常不会关闭。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3613
3613
|
preserveInput: "当再次打开命令面板时,控制是否恢复上一次输入的内容。",
|
|
3614
3614
|
"problems.visibility": "控制问题是否在整个编辑器和工作台中可见。",
|
|
3615
3615
|
profileName: "\"${profileName}\": 在其中打开工作区的配置文件的名称(例如数据科学(配置文件))。如果使用默认配置文件,则忽略此选项。",
|
|
@@ -3619,7 +3619,7 @@ var content = {
|
|
|
3619
3619
|
rootName: "`${rootName}`: 具有可选远程名称和工作区指示器的工作区的名称(如果适用)(例如 myFolder、myRemoteFolder [SSH] 或 myWorkspace [工作区])。",
|
|
3620
3620
|
rootNameShort: "`${rootNameShort}`: 已缩短的工作区名称,不包含后缀(例如 myFolder、myRemoteFolder 或 myWorkspace)。",
|
|
3621
3621
|
rootPath: "\"${rootPath}\": 打开的工作区或文件夹的文件路径 (例如 /Users/Development/myWorkspace)。",
|
|
3622
|
-
scrollToSwitchTabs: "
|
|
3622
|
+
scrollToSwitchTabs: "控制在滚动到选项卡上方时是否打开这些选项卡。默认情况下,选项卡仅在鼠标滚动时呈现,但不打开。可通过在滚动时按住 Shift 键来更改滚动期间的此行为。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3623
3623
|
separator: "\"${separator}\": 一种条件分隔符 (\"-\"), 仅在被包含值或静态文本的变量包围时显示。",
|
|
3624
3624
|
"settings.editor.desc": "配置默认使用的设置编辑器。",
|
|
3625
3625
|
"settings.editor.json": "使用 json 文件编辑器。",
|
|
@@ -3634,15 +3634,15 @@ var content = {
|
|
|
3634
3634
|
splitSizing: "拆分编辑器组时控制编辑器组大小。",
|
|
3635
3635
|
statusBarVisibility: "控制工作台底部状态栏的可见性。",
|
|
3636
3636
|
suggestCommands: "控制命令面板是否应包含常用命令的列表。",
|
|
3637
|
-
tabActionLocation: "
|
|
3637
|
+
tabActionLocation: "控制编辑器选项卡操作按钮(关闭、取消固定)的位置。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3638
3638
|
tabDescription: "控制编辑器标签的格式。",
|
|
3639
3639
|
tabScrollbarHeight: "控制编辑器标题区域中用于选项卡和面包屑的滚动条的高度。",
|
|
3640
|
-
tabSizing: "
|
|
3640
|
+
tabSizing: "控制编辑器选项卡的大小。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3641
3641
|
"tips.enabled": "启用后,当没有打开编辑器时将显示水印提示。",
|
|
3642
3642
|
untitledLabelFormat: "控制无标题编辑器的标签格式。",
|
|
3643
3643
|
useSplitJSON: "控制在将设置编辑为 json 时是否使用拆分 json 编辑器。",
|
|
3644
3644
|
viewVisibility: "控制是否显示视图头部的操作项。视图头部操作项可以一直,或是仅当聚焦到和悬停在视图上时显示。",
|
|
3645
|
-
"window.commandCenter": "
|
|
3645
|
+
"window.commandCenter": "将命令启动器与窗口标题一起显示。仅当 {0} 设置为 {1} 时,此设置才会生效。",
|
|
3646
3646
|
"window.commandCenterWeb": "将命令启动器与窗口标题一起显示。",
|
|
3647
3647
|
"window.confirmBeforeClose.always": "始终询问确认。",
|
|
3648
3648
|
"window.confirmBeforeClose.always.web": "始终尝试请求确认。请注意,浏览器仍可能在未经确认的情况下决定关闭标签页或窗口。",
|
|
@@ -3669,15 +3669,15 @@ var content = {
|
|
|
3669
3669
|
windowTitle: "基于打开的工作区或活动编辑器等当前上下文控制窗口标题。根据上下文替换变量:",
|
|
3670
3670
|
"workbench.activityBar.iconClickBehavior.focus": "如果单击的项已可见,则将焦点放在边栏上。",
|
|
3671
3671
|
"workbench.activityBar.iconClickBehavior.toggle": "如果单击的项已可见,则隐藏边栏。",
|
|
3672
|
-
"workbench.activityBar.location.hide": "
|
|
3673
|
-
"workbench.activityBar.location.side": "
|
|
3674
|
-
"workbench.activityBar.location.top": "
|
|
3672
|
+
"workbench.activityBar.location.hide": "隐藏活动栏。",
|
|
3673
|
+
"workbench.activityBar.location.side": "在主侧栏的侧边显示活动栏。",
|
|
3674
|
+
"workbench.activityBar.location.top": "在主侧栏的顶部显示活动栏。",
|
|
3675
3675
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand": "该编辑器组通过尽可能缩小所有其他编辑器组来占用尽可能多的空间。",
|
|
3676
3676
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize": "所有其他编辑器组均已隐藏,当前编辑器组将最大化以占用整个编辑器区域。",
|
|
3677
3677
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.off": "双击选项卡时不会调整编辑器组的大小。",
|
|
3678
|
-
"workbench.editor.editorActionsLocation.default": "
|
|
3678
|
+
"workbench.editor.editorActionsLocation.default": "当 {0} 设置为 {1} 时,在窗口标题栏中显示编辑器操作。否则,编辑器操作将显示在编辑器选项卡栏中。",
|
|
3679
3679
|
"workbench.editor.editorActionsLocation.hidden": "未显示编辑器操作。",
|
|
3680
|
-
"workbench.editor.editorActionsLocation.titleBar": "
|
|
3680
|
+
"workbench.editor.editorActionsLocation.titleBar": "在窗口标题栏中显示编辑器操作。如果 {0} 设置为 {1},则隐藏编辑器操作。",
|
|
3681
3681
|
"workbench.editor.empty.hint": "控制空编辑器文本提示是否应在编辑器中可见。",
|
|
3682
3682
|
"workbench.editor.historyBasedLanguageDetection": "允许在语言检测中使用编辑器历史记录。这会导致自动语言检测偏向于最近打开的语言,并允许自动语言检测使用较小的输入进行操作。",
|
|
3683
3683
|
"workbench.editor.labelFormat.default": "显示文件名。当启用选项卡且在同一组内有两个相同名称的文件时,将添加每个文件路径中可以用于区分的部分。在选项卡被禁用且编辑器活动时,将显示相对于工作区文件夹的路径。",
|
|
@@ -3691,7 +3691,7 @@ var content = {
|
|
|
3691
3691
|
"workbench.editor.pinnedTabSizing.compact": "固定的选项卡将以紧凑形式显示,其中只包含图标或编辑器名称的第一个字母。",
|
|
3692
3692
|
"workbench.editor.pinnedTabSizing.normal": "固定的选项卡会继承未固定的选项卡的外观。",
|
|
3693
3693
|
"workbench.editor.pinnedTabSizing.shrink": "固定的选项卡缩小至紧凑的固定大小,显示编辑器名称的各部分。",
|
|
3694
|
-
"workbench.editor.pinnedTabsOnSeparateRow": "
|
|
3694
|
+
"workbench.editor.pinnedTabsOnSeparateRow": "启用后,在所有其他选项卡上方的单独行中显示固定的选项卡。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3695
3695
|
"workbench.editor.preferBasedLanguageDetection": "启用后,将编辑器历史记录考虑在内的语言检测模型将获得更高的优先级。",
|
|
3696
3696
|
"workbench.editor.preventPinnedEditorClose": "控制在使用键盘或鼠标中键单击关闭时是否关闭固定的编辑器。",
|
|
3697
3697
|
"workbench.editor.preventPinnedEditorClose.always": "使用鼠标中间单击或键盘时,始终阻止关闭固定的编辑器。",
|
|
@@ -3711,12 +3711,12 @@ var content = {
|
|
|
3711
3711
|
"workbench.editor.splitSizingSplit": "将活动编辑器组拆分为相等的部分。",
|
|
3712
3712
|
"workbench.editor.tabActionCloseVisibility": "控制选项卡关闭操作按钮的可见性。",
|
|
3713
3713
|
"workbench.editor.tabActionUnpinVisibility": "控制选项卡取消固定操作按钮的可见性。",
|
|
3714
|
-
"workbench.editor.tabHeight": "
|
|
3714
|
+
"workbench.editor.tabHeight": "控制编辑器选项卡的高度。当 {0} 未设置为 {1}时,也适用于标题控件栏。",
|
|
3715
3715
|
"workbench.editor.tabSizing.fit": "始终将标签页保持足够大,能够完全显示编辑器标签。",
|
|
3716
3716
|
"workbench.editor.tabSizing.fixed": "使所有选项卡的大小相同,同时允许它们在可用空间不足以同时显示所有选项卡时变小。",
|
|
3717
3717
|
"workbench.editor.tabSizing.shrink": "在不能同时显示所有选项卡时,允许选项卡缩小。",
|
|
3718
|
-
"workbench.editor.tabSizingFixedMaxWidth": "
|
|
3719
|
-
"workbench.editor.tabSizingFixedMinWidth": "
|
|
3718
|
+
"workbench.editor.tabSizingFixedMaxWidth": "控制将 {0} 大小设置为 {1} 时选项卡的最大宽度。",
|
|
3719
|
+
"workbench.editor.tabSizingFixedMinWidth": "控制将 {0} 大小设置为 {1} 时选项卡的最小宽度。",
|
|
3720
3720
|
"workbench.editor.titleScrollbarSizing.default": "默认大小。",
|
|
3721
3721
|
"workbench.editor.titleScrollbarSizing.large": "增加大小,以便更轻松地通过鼠标抓取。",
|
|
3722
3722
|
"workbench.editor.untitled.labelFormat.content": "无标题文件的名称派生自其第一行的内容,除非它有关联的文件路径。如果行为空或不包含单词字符,它将回退到名称。",
|
|
@@ -3734,14 +3734,14 @@ var content = {
|
|
|
3734
3734
|
"workbench.reduceMotion.auto": "根据 OS 配置减少运动呈现。",
|
|
3735
3735
|
"workbench.reduceMotion.off": "不要减少运动呈现",
|
|
3736
3736
|
"workbench.reduceMotion.on": "始终减少动作呈现。",
|
|
3737
|
-
wrapTabs: "
|
|
3737
|
+
wrapTabs: "控制当超出可用空间时,选项卡是否应在多行之间换行,或者是否应显示滚动条。如果未将 {0} 设置为 {1},则会忽略此值。",
|
|
3738
3738
|
"zenMode.centerLayout": "控制在打开禅模式时是否启用居中布局。",
|
|
3739
3739
|
"zenMode.fullScreen": "控制在打开禅模式时是否将工作台切换到全屏。",
|
|
3740
3740
|
"zenMode.hideActivityBar": "控制在打开禅模式时是否隐藏工作台左侧或右侧的活动栏。",
|
|
3741
3741
|
"zenMode.hideLineNumbers": "控制在打开禅模式时是否隐藏编辑器行号。",
|
|
3742
3742
|
"zenMode.hideStatusBar": "控制在打开禅模式时是否隐藏工作台底部的状态栏。",
|
|
3743
3743
|
"zenMode.restore": "控制在禅模式下退出的窗口是否应还原为禅模式。",
|
|
3744
|
-
"zenMode.showTabs": "
|
|
3744
|
+
"zenMode.showTabs": "控制打开禅模式是应该显示多个编辑器选项卡、单个编辑器选项卡还是完全隐藏编辑器标题区域。",
|
|
3745
3745
|
"zenMode.showTabs.multiple": "每个编辑器在编辑器标题区域显示为选项卡。",
|
|
3746
3746
|
"zenMode.showTabs.none": "未显示编辑器标题区域。",
|
|
3747
3747
|
"zenMode.showTabs.single": "活动编辑器在编辑器标题区域显示为单个大选项卡。",
|
|
@@ -3792,7 +3792,7 @@ var content = {
|
|
|
3792
3792
|
isAuxiliaryWindowFocusedContext: "辅助窗口是否成为焦点",
|
|
3793
3793
|
isCenteredLayout: "是否已启用居中布局",
|
|
3794
3794
|
isFileSystemResource: "资源是否由文件系统提供程序支持",
|
|
3795
|
-
isFullscreen: "
|
|
3795
|
+
isFullscreen: "主窗口是否处于全屏模式",
|
|
3796
3796
|
mainEditorAreaVisible: "主窗口中的编辑器区域是否可见",
|
|
3797
3797
|
multipleEditorGroups: "是否打开了多个编辑器组",
|
|
3798
3798
|
notificationCenterVisible: "通知中心是否可见",
|
|
@@ -3992,48 +3992,48 @@ var content = {
|
|
|
3992
3992
|
"views log": "视图"
|
|
3993
3993
|
},
|
|
3994
3994
|
"vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
|
|
3995
|
-
"accessibility.hideAccessibleView": "
|
|
3995
|
+
"accessibility.hideAccessibleView": "控制是否隐藏辅助视图。",
|
|
3996
3996
|
accessibilityConfigurationTitle: "辅助功能",
|
|
3997
|
-
"alert.breakpoint": "
|
|
3998
|
-
"alert.chatRequestSent": "
|
|
3999
|
-
"alert.chatResponsePending": "
|
|
4000
|
-
"alert.clear": "
|
|
4001
|
-
"alert.error": "
|
|
4002
|
-
"alert.foldedArea": "
|
|
4003
|
-
"alert.format": "
|
|
3997
|
+
"alert.breakpoint": "当有效行出现断点时发出警报。另请参阅 {0}。",
|
|
3998
|
+
"alert.chatRequestSent": "发送聊天请求时发出警报。另请参阅 {0}。",
|
|
3999
|
+
"alert.chatResponsePending": "聊天响应挂起时发出警报。另请参阅 {0}。",
|
|
4000
|
+
"alert.clear": "在清除功能(例如终端、调试控制台或输出通道)时发出警报。另请参阅 {0}。",
|
|
4001
|
+
"alert.error": "当有效行出现错误时发出警报。另请参阅 {0}。",
|
|
4002
|
+
"alert.foldedArea": "当有效行的可展开折叠区域未展开时发出警报。另请参阅 {0}。",
|
|
4003
|
+
"alert.format": "设置文件或笔记本单元格格式时发出警报。另请参阅 {0}。",
|
|
4004
4004
|
"alert.format.always": "每次格式化文件(包括自动保存、单元格执行等)时发出警报。",
|
|
4005
4005
|
"alert.format.never": "从不发出警报。",
|
|
4006
4006
|
"alert.format.userGesture": "通过用户手势格式化文件时发出警报。",
|
|
4007
|
-
"alert.lineHasBreakpoint": "
|
|
4008
|
-
"alert.noInlayHints": "
|
|
4009
|
-
"alert.notebookCellCompleted": "
|
|
4010
|
-
"alert.notebookCellFailed": "
|
|
4011
|
-
"alert.onDebugBreak": "
|
|
4012
|
-
"alert.save": "
|
|
4007
|
+
"alert.lineHasBreakpoint": "在具有断点的行上时发出警报。另请参阅 {0}。",
|
|
4008
|
+
"alert.noInlayHints": "无嵌入提示时发出警报。另请参阅 {0}。",
|
|
4009
|
+
"alert.notebookCellCompleted": "在笔记本单元格成功完成时发出警报。另请参阅 {0}。",
|
|
4010
|
+
"alert.notebookCellFailed": "在笔记本单元格出现故障时发出警报。另请参阅 {0}。",
|
|
4011
|
+
"alert.onDebugBreak": "调试程序中断时发出警报。另请参阅 {0}。",
|
|
4012
|
+
"alert.save": "保存文件时发出警报。另请参阅 {0}。",
|
|
4013
4013
|
"alert.save.always": "每次保存文件(包括自动保存)时发出警报。",
|
|
4014
4014
|
"alert.save.never": "从不发出警报。",
|
|
4015
4015
|
"alert.save.userGesture": "通过用户手势保存文件时发出警报。",
|
|
4016
|
-
"alert.taskCompleted": "
|
|
4017
|
-
"alert.taskFailed": "
|
|
4018
|
-
"alert.terminalBell": "
|
|
4019
|
-
"alert.terminalCommandFailed": "
|
|
4020
|
-
"alert.terminalQuickFix": "
|
|
4021
|
-
"alert.warning": "
|
|
4016
|
+
"alert.taskCompleted": "任务成功完成时发出警报(零退出代码)。另请参阅 {0}。",
|
|
4017
|
+
"alert.taskFailed": "任务失败时(非零退出代码)发出警报。另请参阅 {0}。",
|
|
4018
|
+
"alert.terminalBell": "激活终端铃声时发出警报。",
|
|
4019
|
+
"alert.terminalCommandFailed": "当终端命令失败时(非零退出代码)发出警报。另请参阅 {0}。",
|
|
4020
|
+
"alert.terminalQuickFix": "在有可用的终端快速修复程序时发出警报。另请参阅 {0}。",
|
|
4021
|
+
"alert.warning": "当有效行出现警告时发出警报。另请参阅 {0}。",
|
|
4022
4022
|
dimUnfocusedEnabled: "是否将未聚焦的编辑器和终端变暗,这可以更清楚地说明键入的输入将转到何处。这适用于大多数编辑器,但使用 iframe(如笔记本和扩展 Web 视图编辑器)的编辑器除外。",
|
|
4023
4023
|
dimUnfocusedOpacity: "不透明度分数 (0.2 到 1.0) 用于未聚焦的编辑器和终端。这仅在启用 {0} 时生效。",
|
|
4024
|
-
"terminal.integrated.accessibleView.closeOnKeyPress": "
|
|
4024
|
+
"terminal.integrated.accessibleView.closeOnKeyPress": "在 keypress 上,关闭辅助视图,将焦点放在调用它的元素上。",
|
|
4025
4025
|
"verbosity.chat.description": "提供有关如何在聚焦聊天输入时访问聊天帮助菜单的信息。",
|
|
4026
4026
|
"verbosity.comments": "提供有关可在注释小组件或包含注释的文件中执行的操作的信息。",
|
|
4027
4027
|
"verbosity.diffEditor.description": "提供有关如何在聚焦差异编辑器时在其中导航更改的信息。",
|
|
4028
4028
|
"verbosity.emptyEditorHint": "在空文本编辑器中提供有关相关操作的信息。",
|
|
4029
|
-
"verbosity.hover": "
|
|
4030
|
-
"verbosity.inlineCompletions.description": "
|
|
4029
|
+
"verbosity.hover": "提供有关如何在辅助视图中打开悬停的信息。",
|
|
4030
|
+
"verbosity.inlineCompletions.description": "提供有关如何访问内联完成悬停和辅助视图的信息。",
|
|
4031
4031
|
"verbosity.interactiveEditor.description": "提供有关如何访问内联编辑器聊天辅助功能帮助菜单的信息,并提供如何在聚焦输入时使用该功能的提示。",
|
|
4032
4032
|
"verbosity.keybindingsEditor.description": "提供有关如何在聚焦行时在键绑定编辑器中更改键绑定的信息。",
|
|
4033
4033
|
"verbosity.notebook": "提供有关在笔记本单元格聚焦时如何聚焦单元格容器或内部编辑器的信息。",
|
|
4034
|
-
"verbosity.notification": "
|
|
4034
|
+
"verbosity.notification": "提供有关如何在辅助视图中打开通知的信息。",
|
|
4035
4035
|
"verbosity.terminal.description": "提供有关如何在聚焦终端时访问终端辅助功能帮助菜单的信息。",
|
|
4036
|
-
"voice.speechTimeout": "
|
|
4036
|
+
"voice.speechTimeout": "停止说话后语音识别保持活动状态的持续时间(以毫秒为单位)。例如,在聊天会话中,超时后自动提交听录文本。设置为“0”以禁用此功能。"
|
|
4037
4037
|
},
|
|
4038
4038
|
"vs/workbench/contrib/accessibility/browser/accessibilityContributions": {
|
|
4039
4039
|
clearNotification: "清除通知",
|
|
@@ -4087,7 +4087,7 @@ var content = {
|
|
|
4087
4087
|
"audioCues.chatRequestSent": "发出聊天请求时播放声音。",
|
|
4088
4088
|
"audioCues.chatResponsePending": "在响应挂起时循环播放声音。",
|
|
4089
4089
|
"audioCues.chatResponseReceived": "在收到响应时循环播放声音。",
|
|
4090
|
-
"audioCues.clear": "
|
|
4090
|
+
"audioCues.clear": "在清除功能(例如终端、调试控制台或输出通道)时播放声音。当禁用此功能时,aria 警报将宣布“已清除”。",
|
|
4091
4091
|
"audioCues.debouncePositionChanges": "是否应停用位置更改",
|
|
4092
4092
|
"audioCues.diffLineDeleted": "当焦点移到可访问差异查看器下的已删除行或下一/上一个更改时播放声音。",
|
|
4093
4093
|
"audioCues.diffLineInserted": "当焦点移到可访问差异查看器下的已插入行或下一/上一个更改时播放声音。",
|
|
@@ -4119,9 +4119,9 @@ var content = {
|
|
|
4119
4119
|
"audioCues.volume": "音频提示音量百分比(0-100)。"
|
|
4120
4120
|
},
|
|
4121
4121
|
"vs/workbench/contrib/audioCues/browser/commands": {
|
|
4122
|
-
"accessibility.alert.help": "
|
|
4123
|
-
"alerts.help.placeholder": "
|
|
4124
|
-
"alerts.help.settings": "
|
|
4122
|
+
"accessibility.alert.help": "帮助:列出警报",
|
|
4123
|
+
"alerts.help.placeholder": "检查并配置警报的状态",
|
|
4124
|
+
"alerts.help.settings": "启用/禁用音频提示",
|
|
4125
4125
|
"audioCues.help": "帮助: 列出音频提示",
|
|
4126
4126
|
"audioCues.help.placeholder": "选择要播放的音频提示",
|
|
4127
4127
|
"audioCues.help.settings": "启用/禁用音频提示",
|
|
@@ -4221,8 +4221,8 @@ var content = {
|
|
|
4221
4221
|
"vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
|
|
4222
4222
|
"chat.announcement": "聊天答复将在他们进入时公布。答复将指示代码块的数量(如果有),然后指示响应的其余部分。",
|
|
4223
4223
|
"chat.audioCues": "可通过具有 audioCues.chat 前缀的设置更改音频提示。默认情况下,如果请求超过 4 秒,你将听到一个音频提示,指示仍在进行中。",
|
|
4224
|
-
"chat.followUp": "
|
|
4225
|
-
"chat.inspectResponse": "
|
|
4224
|
+
"chat.followUp": "在输入框中,导航到建议的后续问题 (Shift+Tab),然后按 Enter 运行它。",
|
|
4225
|
+
"chat.inspectResponse": "在输入框中,在辅助视图 {0} 中检查最后一个响应",
|
|
4226
4226
|
"chat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的最后一个响应,该命令当前无法通过键绑定触发。",
|
|
4227
4227
|
"chat.overview": "聊天视图由输入框和请求/响应列表组成。输入框用于发出请求,列表用于显示响应。",
|
|
4228
4228
|
"chat.requestHistory": "在输入框中,使用向上和向下箭头导航请求历史记录。编辑输入并使用 Enter 或提交按钮运行新请求。",
|
|
@@ -4231,7 +4231,7 @@ var content = {
|
|
|
4231
4231
|
"inlineChat.diff": "进入差异编辑器后,使用({0})进入评审模式。使用向上和向下箭头导航包含建议的更改的行。",
|
|
4232
4232
|
"inlineChat.diffNoKb": "再次点击选项卡进入具有更改的差异编辑器,并使用“转到下一个差异”命令进入审阅模式。使用向上/向下箭头浏览具有建议更改的行。",
|
|
4233
4233
|
"inlineChat.fix": "如果调用了修复操作,则响应将指示当前代码的问题。将呈现差异编辑器,并且可以使用 Tab 键访问该编辑器。",
|
|
4234
|
-
"inlineChat.inspectResponse": "
|
|
4234
|
+
"inlineChat.inspectResponse": "在输入框中,在辅助视图 {0} 中检查响应。",
|
|
4235
4235
|
"inlineChat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的响应,该命令当前无法通过键绑定触发。",
|
|
4236
4236
|
"inlineChat.overview": "内联聊天发生在代码编辑器中,并考虑到当前所选内容。对当前编辑器进行更改很有用。例如,修复诊断、文档或重构代码。请注意,AI 生成的代码可能不正确。",
|
|
4237
4237
|
"inlineChat.requestHistory": "在输入框中,使用 {0} 和 {1} 导航请求历史记录。编辑输入并使用 Enter 或“提交”按钮来运行新请求。",
|
|
@@ -4239,7 +4239,7 @@ var content = {
|
|
|
4239
4239
|
"workbench.action.chat.clear": "若要清除请求/响应列表,请调用“聊天清除”命令({0})。",
|
|
4240
4240
|
"workbench.action.chat.clearNoKb": "若要清除请求/响应列表,请调用“聊天清除”命令;当前无法通过键绑定触发此命令。",
|
|
4241
4241
|
"workbench.action.chat.focus": "如果要将焦点放在聊天请求/响应列表上(可使用向上和向下箭头进行导航),请调用“将焦点放在聊天上”命令({0})。",
|
|
4242
|
-
"workbench.action.chat.focusInput": "
|
|
4242
|
+
"workbench.action.chat.focusInput": "若要将焦点放在聊天请求的输入框上,请调用“将焦点放在聊天输入上”命令 ({0})。",
|
|
4243
4243
|
"workbench.action.chat.focusNoKb": "若要将焦点放在聊天请求/响应列表上(可使用向上和向下箭头进行导航),请调用“将焦点放在聊天列表上”命令;当前无法通过键绑定触发此命令。",
|
|
4244
4244
|
"workbench.action.chat.nextCodeBlock": "若要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令({0})。",
|
|
4245
4245
|
"workbench.action.chat.nextCodeBlockNoKb": "若要将焦点放在响应中的下一个代码块上,请调用“聊天: 下一个代码块”命令;当前无法通过键绑定触发此命令。",
|
|
@@ -4252,14 +4252,14 @@ var content = {
|
|
|
4252
4252
|
"actions.chat.submitSecondaryAgent": "提交到辅助代理",
|
|
4253
4253
|
"actions.interactiveSession.focus": "焦点聊天列表",
|
|
4254
4254
|
"chat.category": "聊天",
|
|
4255
|
-
"chat.clear.label": "
|
|
4256
|
-
"chat.history.label": "
|
|
4255
|
+
"chat.clear.label": "清除所有工作区聊天",
|
|
4256
|
+
"chat.history.label": "显示图表",
|
|
4257
4257
|
"interactiveSession.clearHistory.label": "清除输入历史记录",
|
|
4258
4258
|
"interactiveSession.focusInput.label": "焦点聊天输入",
|
|
4259
4259
|
"interactiveSession.history.delete": "删除",
|
|
4260
|
-
"interactiveSession.history.pick": "
|
|
4260
|
+
"interactiveSession.history.pick": "切换到聊天",
|
|
4261
4261
|
"interactiveSession.open": "打开编辑器({0})",
|
|
4262
|
-
openChat: "
|
|
4262
|
+
openChat: "打开聊天"
|
|
4263
4263
|
},
|
|
4264
4264
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4265
4265
|
"interactive.copyCodeBlock.label": "复制",
|
|
@@ -4287,11 +4287,11 @@ var content = {
|
|
|
4287
4287
|
"chat.import.label": "导入会话"
|
|
4288
4288
|
},
|
|
4289
4289
|
"vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
|
|
4290
|
-
"chat.openInEditor.label": "
|
|
4291
|
-
"chat.openInNewWindow.label": "
|
|
4292
|
-
"interactiveSession.openInEditor.label": "
|
|
4293
|
-
"interactiveSession.openInNewWindow.label": "
|
|
4294
|
-
"interactiveSession.openInSidebar.label": "
|
|
4290
|
+
"chat.openInEditor.label": "在编辑器中打开聊天",
|
|
4291
|
+
"chat.openInNewWindow.label": "在新窗口中打开聊天",
|
|
4292
|
+
"interactiveSession.openInEditor.label": "在编辑器中打开聊天",
|
|
4293
|
+
"interactiveSession.openInNewWindow.label": "在新窗口中打开聊天",
|
|
4294
|
+
"interactiveSession.openInSidebar.label": "在侧边栏中打开聊天"
|
|
4295
4295
|
},
|
|
4296
4296
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4297
4297
|
"chat.closeQuickChat.label": "关闭快速聊天",
|
|
@@ -4318,7 +4318,7 @@ var content = {
|
|
|
4318
4318
|
"interactiveSession.editor.lineHeight": "聊天代码块中的行高(以像素为单位)。使用 0 可根据字号计算行高。",
|
|
4319
4319
|
"interactiveSession.editor.wordWrap": "控制行是否应整合在聊天代码块中。",
|
|
4320
4320
|
interactiveSessionConfigurationTitle: "聊天",
|
|
4321
|
-
newChat: "
|
|
4321
|
+
newChat: "启动新聊天"
|
|
4322
4322
|
},
|
|
4323
4323
|
"vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
|
|
4324
4324
|
"chat.viewContainer.label": "聊天",
|
|
@@ -4329,11 +4329,11 @@ var content = {
|
|
|
4329
4329
|
"vscode.extension.contributes.interactiveSession.when": "条件必须为 true 才能启用此交互式会话提供程序。"
|
|
4330
4330
|
},
|
|
4331
4331
|
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4332
|
-
chatEditorLabelIcon: "
|
|
4332
|
+
chatEditorLabelIcon: "聊天编辑器标签的图标。",
|
|
4333
4333
|
chatEditorName: "聊天"
|
|
4334
4334
|
},
|
|
4335
4335
|
"vs/workbench/contrib/chat/browser/chatFollowups": {
|
|
4336
|
-
followUpAriaLabel: "
|
|
4336
|
+
followUpAriaLabel: "跟进问题:{0}"
|
|
4337
4337
|
},
|
|
4338
4338
|
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4339
4339
|
"actions.chat.accessibiltyHelp": "聊天输入,键入内容进行提问或者键入 / 来查找主题,按 Enter 可发送请求。使用 {0} 查看聊天辅助功能帮助。",
|
|
@@ -4355,7 +4355,7 @@ var content = {
|
|
|
4355
4355
|
thinking: "思考中",
|
|
4356
4356
|
treeAriaLabel: "文件树",
|
|
4357
4357
|
usedAgent: "已使用 {0}",
|
|
4358
|
-
usedReferences: "
|
|
4358
|
+
usedReferences: "已使用的引用",
|
|
4359
4359
|
usedReferencesCollapsed: "{0},已折叠",
|
|
4360
4360
|
usedReferencesExpanded: "{0},已展开",
|
|
4361
4361
|
usedReferencesPlural: "已使用 {0} 引用",
|
|
@@ -4728,11 +4728,11 @@ var content = {
|
|
|
4728
4728
|
addBreakpoint: "添加断点",
|
|
4729
4729
|
addConditionalBreakpoint: "添加条件断点...",
|
|
4730
4730
|
addLogPoint: "添加记录点...",
|
|
4731
|
-
addTriggeredBreakpoint: "
|
|
4731
|
+
addTriggeredBreakpoint: "添加触发的断点...",
|
|
4732
4732
|
breakpoint: "断点",
|
|
4733
4733
|
breakpointHasConditionDisabled: "此{0}的{1}将在删除后丢失。请考虑仅启用此{0}。",
|
|
4734
4734
|
breakpointHasConditionEnabled: "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
|
|
4735
|
-
breakpointHelper: "
|
|
4735
|
+
breakpointHelper: "单击以添加断点。",
|
|
4736
4736
|
condition: "条件",
|
|
4737
4737
|
"debugIcon.breakpointCurrentStackframeForeground": "当前断点堆栈帧的图标颜色。",
|
|
4738
4738
|
"debugIcon.breakpointDisabledForeground": "禁用断点的图标颜色。",
|
|
@@ -4779,7 +4779,7 @@ var content = {
|
|
|
4779
4779
|
disableAllBreakpoints: "禁用所有断点",
|
|
4780
4780
|
disabledBreakpoint: "已禁用的断点",
|
|
4781
4781
|
disabledLogpoint: "已禁用的记录点",
|
|
4782
|
-
editBreakpoint: "
|
|
4782
|
+
editBreakpoint: "编辑函数条件...",
|
|
4783
4783
|
editCondition: "编辑条件…",
|
|
4784
4784
|
editHitCount: "编辑命中次数…",
|
|
4785
4785
|
enableAllBreakpoints: "启用所有断点",
|
|
@@ -4810,7 +4810,7 @@ var content = {
|
|
|
4810
4810
|
reapplyAllBreakpoints: "重新应用所有断点",
|
|
4811
4811
|
removeAllBreakpoints: "删除所有断点",
|
|
4812
4812
|
removeBreakpoint: "删除断点",
|
|
4813
|
-
triggeredBy: "
|
|
4813
|
+
triggeredBy: "在断点后命中:{0}",
|
|
4814
4814
|
unverifiedBreakpoint: "未验证的断点",
|
|
4815
4815
|
unverifiedExceptionBreakpoint: "未验证的异常断点",
|
|
4816
4816
|
unverifiedLogpoint: "未验证的记录点",
|
|
@@ -4824,11 +4824,11 @@ var content = {
|
|
|
4824
4824
|
expression: "表达式",
|
|
4825
4825
|
hitCount: "命中次数",
|
|
4826
4826
|
logMessage: "日志消息",
|
|
4827
|
-
noTriggerByBreakpoint: "
|
|
4828
|
-
ok: "
|
|
4829
|
-
selectBreakpoint: "
|
|
4830
|
-
triggerByLoading: "
|
|
4831
|
-
triggeredBy: "
|
|
4827
|
+
noTriggerByBreakpoint: "无",
|
|
4828
|
+
ok: "确定",
|
|
4829
|
+
selectBreakpoint: "选择断点",
|
|
4830
|
+
triggerByLoading: "正在加载...",
|
|
4831
|
+
triggeredBy: "等待断点"
|
|
4832
4832
|
},
|
|
4833
4833
|
"vs/workbench/contrib/debug/browser/callStackEditorContribution": {
|
|
4834
4834
|
focusedStackFrameLineHighlight: "堆栈帧中焦点一行的高亮背景色。",
|
|
@@ -4861,7 +4861,7 @@ var content = {
|
|
|
4861
4861
|
breakpoints: "断点",
|
|
4862
4862
|
callStack: "调用堆栈",
|
|
4863
4863
|
cancel: "取消调试。",
|
|
4864
|
-
closeReadonlyTabsOnEnd: "
|
|
4864
|
+
closeReadonlyTabsOnEnd: "调试会话结束时,与该会话关联的所有只读选项卡都将关闭",
|
|
4865
4865
|
copyAsExpression: "复制表达式",
|
|
4866
4866
|
copyStackTrace: "复制调用堆栈",
|
|
4867
4867
|
copyValue: "复制值",
|
|
@@ -5040,7 +5040,7 @@ var content = {
|
|
|
5040
5040
|
miEditBreakpoint: "编辑断点(&&E)",
|
|
5041
5041
|
miLogPoint: "记录点(&&L)...",
|
|
5042
5042
|
miToggleBreakpoint: "切换断点(&&B)",
|
|
5043
|
-
miTriggerByBreakpoint: "
|
|
5043
|
+
miTriggerByBreakpoint: "触发的断点...",
|
|
5044
5044
|
mitogglesource: "&&ToggleSource",
|
|
5045
5045
|
openDisassemblyView: "打开反汇编视图",
|
|
5046
5046
|
runToCursor: "运行到光标处",
|
|
@@ -5048,7 +5048,7 @@ var content = {
|
|
|
5048
5048
|
stepIntoTargets: "单步执行目标",
|
|
5049
5049
|
toggleBreakpointAction: "调试: 切换断点",
|
|
5050
5050
|
toggleDisassemblyViewSourceCode: "在反汇编视图中切换源代码",
|
|
5051
|
-
triggerByBreakpointEditorAction: "
|
|
5051
|
+
triggerByBreakpointEditorAction: "调试:添加触发的断点..."
|
|
5052
5052
|
},
|
|
5053
5053
|
"vs/workbench/contrib/debug/browser/debugEditorContribution": {
|
|
5054
5054
|
"editor.inlineValuesBackground": "调试内联值背景的颜色。",
|
|
@@ -5080,7 +5080,7 @@ var content = {
|
|
|
5080
5080
|
debugBreakpointLog: "日志断点的图标。",
|
|
5081
5081
|
debugBreakpointLogDisabled: "已禁用的日志断点的图标。",
|
|
5082
5082
|
debugBreakpointLogUnverified: "未验证的日志断点的图标。",
|
|
5083
|
-
debugBreakpointPendingOnTrigger: "
|
|
5083
|
+
debugBreakpointPendingOnTrigger: "等待另一个断点的断点的图标。",
|
|
5084
5084
|
debugBreakpointUnsupported: "不受支持的断点的图标。",
|
|
5085
5085
|
debugBreakpointUnverified: "未验证的断点的图标。",
|
|
5086
5086
|
debugCollapseAll: "调试视图中“全部折叠”操作的图标。",
|
|
@@ -5265,7 +5265,7 @@ var content = {
|
|
|
5265
5265
|
cancel: "取消",
|
|
5266
5266
|
collapse: "全部折叠",
|
|
5267
5267
|
install: "安装",
|
|
5268
|
-
useVisualizer: "
|
|
5268
|
+
useVisualizer: "可视化变量...",
|
|
5269
5269
|
variableAriaLabel: "{0},值 {1}",
|
|
5270
5270
|
variableScopeAriaLabel: "范围 {0}",
|
|
5271
5271
|
variableValueAriaLabel: "键入新的变量值",
|
|
@@ -5347,9 +5347,9 @@ var content = {
|
|
|
5347
5347
|
terminateDebuggeeSupported: "如果焦点会话支持终止调试对象功能,则为 True。",
|
|
5348
5348
|
variableEvaluateNamePresent: "在焦点变量设置了 “evalauteName” 字段时为 True。",
|
|
5349
5349
|
variableIsReadonly: "当焦点变量为只读时为 True。",
|
|
5350
|
-
variableName: "
|
|
5351
|
-
variableType: "
|
|
5352
|
-
variableValue: "
|
|
5350
|
+
variableName: "用于调试可视化子句的变量名称。",
|
|
5351
|
+
variableType: "用于调试可视化子句的变量类型。",
|
|
5352
|
+
variableValue: "用于调试可视化子句的变量值。",
|
|
5353
5353
|
variablesFocused: "当 \"VARIABLES\" 视图处于焦点时为 True,否则为 false",
|
|
5354
5354
|
watchExpressionsExist: "至少存在一个监视表达式时为 True,否则为 false。",
|
|
5355
5355
|
watchExpressionsFocused: "\"WATCH \" 视图处于焦点时为 True,否则为 false。",
|
|
@@ -5433,7 +5433,7 @@ var content = {
|
|
|
5433
5433
|
unknownSource: "未知源"
|
|
5434
5434
|
},
|
|
5435
5435
|
"vs/workbench/contrib/debug/common/disassemblyViewInput": {
|
|
5436
|
-
disassemblyEditorLabelIcon: "
|
|
5436
|
+
disassemblyEditorLabelIcon: "反汇编编辑器标签的图标。",
|
|
5437
5437
|
disassemblyInputName: "反汇编"
|
|
5438
5438
|
},
|
|
5439
5439
|
"vs/workbench/contrib/debug/common/loadedScriptsPicker": {
|
|
@@ -5535,7 +5535,7 @@ var content = {
|
|
|
5535
5535
|
iconThemes: "图标主题 ({0})",
|
|
5536
5536
|
id: "标识符",
|
|
5537
5537
|
"install count": "安装计数",
|
|
5538
|
-
issues: "
|
|
5538
|
+
issues: "问题",
|
|
5539
5539
|
"keyboard shortcuts": "键盘快捷方式",
|
|
5540
5540
|
"language id": "ID",
|
|
5541
5541
|
"language name": "名称",
|
|
@@ -5584,9 +5584,9 @@ var content = {
|
|
|
5584
5584
|
"restartExtensionHost.reason": "由于工作区信任更改,正在重启扩展主机。"
|
|
5585
5585
|
},
|
|
5586
5586
|
"vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": {
|
|
5587
|
-
donotShowAgain: "
|
|
5588
|
-
donotShowAgainExtension: "
|
|
5589
|
-
donotShowAgainExtensionSingle: "
|
|
5587
|
+
donotShowAgain: "对于此存储库,不再显示",
|
|
5588
|
+
donotShowAgainExtension: "对于这些扩展,不再显示",
|
|
5589
|
+
donotShowAgainExtensionSingle: "对于此扩展,不再显示",
|
|
5590
5590
|
exeRecommended: "你的系统上安装了 {0}。是否要为其安装推荐的 {1}?",
|
|
5591
5591
|
extensionFromPublisher: "来自 {1} 的 \"{0}\" 扩展",
|
|
5592
5592
|
extensionsFromMultiplePublishers: "来自 {0}、{1} 和其他的扩展",
|
|
@@ -5821,7 +5821,7 @@ var content = {
|
|
|
5821
5821
|
"install operation": "安装 \"{0}\" 扩展时出错。",
|
|
5822
5822
|
"install pre-release": "安装预发布版本",
|
|
5823
5823
|
"install pre-release version": "安装预发布版本",
|
|
5824
|
-
"install prerelease": "
|
|
5824
|
+
"install prerelease": "安装预发布版本",
|
|
5825
5825
|
"install previous version": "安装特定版本的扩展…",
|
|
5826
5826
|
"install release version": "安装发布版本",
|
|
5827
5827
|
"install remote extensions": "本地安装远程扩展",
|
|
@@ -5862,12 +5862,12 @@ var content = {
|
|
|
5862
5862
|
showRecommendedExtension: "显示推荐的扩展",
|
|
5863
5863
|
"signature verification failed": "{0} 无法验证 \"{1}\" 扩展。确定要安装它吗?",
|
|
5864
5864
|
switchToPreReleaseLabel: "切换到预发布版本",
|
|
5865
|
-
switchToPreReleaseTooltip: "
|
|
5865
|
+
switchToPreReleaseTooltip: "这将切换到预发布版本并始终启用最新版本的更新",
|
|
5866
5866
|
sync: "同步此扩展",
|
|
5867
5867
|
synced: "已同步此扩展",
|
|
5868
5868
|
toggleAutoUpdatesForPublisherLabel: "自动更新全部 (来自发布服务器)",
|
|
5869
5869
|
togglePreRleaseDisableLabel: "切换为发布版本",
|
|
5870
|
-
togglePreRleaseDisableTooltip: "
|
|
5870
|
+
togglePreRleaseDisableTooltip: "这将切换并启用发布版本的更新",
|
|
5871
5871
|
togglePreRleaseLabel: "预发布",
|
|
5872
5872
|
undo: "撤消",
|
|
5873
5873
|
uninstallAction: "卸载",
|
|
@@ -6049,7 +6049,7 @@ var content = {
|
|
|
6049
6049
|
"app.extensions.json.unwantedRecommendations": "不应向此工作区的用户推荐的扩展列表。扩展的标识符始终为 \"${publisher}.${name}\"。例如: \"vscode.csharp\"。"
|
|
6050
6050
|
},
|
|
6051
6051
|
"vs/workbench/contrib/extensions/common/extensionsInput": {
|
|
6052
|
-
extensionsEditorLabelIcon: "
|
|
6052
|
+
extensionsEditorLabelIcon: "扩展编辑器标签的图标。",
|
|
6053
6053
|
extensionsInputName: "扩展: {0}"
|
|
6054
6054
|
},
|
|
6055
6055
|
"vs/workbench/contrib/extensions/common/extensionsUtils": {
|
|
@@ -6062,7 +6062,7 @@ var content = {
|
|
|
6062
6062
|
},
|
|
6063
6063
|
"vs/workbench/contrib/extensions/common/runtimeExtensionsInput": {
|
|
6064
6064
|
extensionsInputName: "正在运行的扩展",
|
|
6065
|
-
runtimeExtensionEditorLabelIcon: "
|
|
6065
|
+
runtimeExtensionEditorLabelIcon: "运行时扩展编辑器标签的图标。"
|
|
6066
6066
|
},
|
|
6067
6067
|
"vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": {
|
|
6068
6068
|
"scopedConsoleAction.Integrated": "在集成终端中打开",
|
|
@@ -6188,7 +6188,7 @@ var content = {
|
|
|
6188
6188
|
movingFileBulkEdit: "正在移动 {0}",
|
|
6189
6189
|
newFile: "新建文件...",
|
|
6190
6190
|
newFolder: "新建文件夹...",
|
|
6191
|
-
openFileInEmptyWorkspace: "
|
|
6191
|
+
openFileInEmptyWorkspace: "在新的空白工作区中打开活动文件",
|
|
6192
6192
|
"openFileToShowInNewWindow.unsupportedschema": "活动编辑器必须包含可打开的资源。",
|
|
6193
6193
|
pasteButtonLabel: "粘贴(&&P)",
|
|
6194
6194
|
pasteFile: "粘贴",
|
|
@@ -6313,8 +6313,8 @@ var content = {
|
|
|
6313
6313
|
autoRevealExclude: "配置路径或 [glob 模式](https://aka.ms/vscode-glob-patterns),以便在打开文件和文件夹时避免在资源管理器中显示和选择这些文件和文件夹。glob 模式的计算结果始终是相对于工作区文件夹路径所在的位置,除非它们是绝对路径。",
|
|
6314
6314
|
autoSave: "控制具有未保存更改的编辑器的 [自动保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save)。",
|
|
6315
6315
|
autoSaveDelay: "控制自动保存具有未保存更改的编辑器之前的延迟(以毫秒为单位)。只有当 `#files.autoSave#` 设置为 `{0}` 时才适用。",
|
|
6316
|
-
autoSaveWhenNoErrors: "
|
|
6317
|
-
autoSaveWorkspaceFilesOnly: "
|
|
6316
|
+
autoSaveWhenNoErrors: "启用后,会将编辑器 [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) 限制为在触发自动保存时未报告任何错误的文件。仅在启用“#files.autoSave#”时适用。",
|
|
6317
|
+
autoSaveWorkspaceFilesOnly: "启用后,会将编辑器 [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) 限制为打开的工作区内的文件。仅在启用“#files.autoSave#”时适用。",
|
|
6318
6318
|
binaryFileEditor: "二进制文件编辑器",
|
|
6319
6319
|
compressSingleChildFolders: "控制资源管理器是否应以紧凑形式呈现文件夹。在此形式中,单个子文件夹将被压缩在组合的树元素中。例如,对 Java 包结构非常有用。",
|
|
6320
6320
|
confirmDelete: "控制资源管理器是否应在通过回收站删除文件时要求确认。",
|
|
@@ -6445,7 +6445,7 @@ var content = {
|
|
|
6445
6445
|
openEditors: "打开的编辑器"
|
|
6446
6446
|
},
|
|
6447
6447
|
"vs/workbench/contrib/files/browser/workspaceWatcher": {
|
|
6448
|
-
enospcError: "
|
|
6448
|
+
enospcError: "无法监视文件更改。请按照说明链接来解决此问题。",
|
|
6449
6449
|
eshutdownError: "文件更改观察程序意外停止。重新加载窗口可能再次启用观察程序,除非无法监视工作区的文件更改。",
|
|
6450
6450
|
learnMore: "说明",
|
|
6451
6451
|
reload: "重新加载"
|
|
@@ -6488,9 +6488,9 @@ var content = {
|
|
|
6488
6488
|
"formatSelection.label.multiple": "格式化选定内容的方式...",
|
|
6489
6489
|
formatter: "格式设置",
|
|
6490
6490
|
"formatter.default": "定义一个默认格式化程序, 该格式化程序优先于所有其他格式化程序设置。必须是提供格式化程序的扩展的标识符。",
|
|
6491
|
-
miss: "
|
|
6491
|
+
miss: "配置默认格式化程序",
|
|
6492
6492
|
"miss.1": "扩展 '{0}' 配置为格式化程序,但不能格式化 '{1}'-文件",
|
|
6493
|
-
"miss.2": "
|
|
6493
|
+
"miss.2": "扩展“{0}”配置为格式化程序,但它只能将“{1}”文件作为一个整体进行格式化,而不能格式化选定的内容或部分文件。",
|
|
6494
6494
|
"null": "无",
|
|
6495
6495
|
nullFormatterDescription: "没有",
|
|
6496
6496
|
select: "为“{0}”文件选择默认的格式化程序",
|
|
@@ -6519,8 +6519,8 @@ var content = {
|
|
|
6519
6519
|
arrowUp: "光标向上",
|
|
6520
6520
|
cancel: "取消",
|
|
6521
6521
|
cat: "内联聊天",
|
|
6522
|
-
close: "
|
|
6523
|
-
configure: "
|
|
6522
|
+
close: "关闭",
|
|
6523
|
+
configure: "配置 ",
|
|
6524
6524
|
contractMessage: "显示更少",
|
|
6525
6525
|
copyRecordings: "(开发人员)将 Exchange 写入剪贴板",
|
|
6526
6526
|
discard: "放弃",
|
|
@@ -6552,7 +6552,7 @@ var content = {
|
|
|
6552
6552
|
empty: "无结果,请优化输入并重试",
|
|
6553
6553
|
"err.apply": "无法应用更改。",
|
|
6554
6554
|
"err.discard": "无法放弃更改。",
|
|
6555
|
-
savehint: "
|
|
6555
|
+
savehint: "接受或放弃更改以继续保存",
|
|
6556
6556
|
thinking: "思考中...",
|
|
6557
6557
|
"welcome.1": "AI 生成的代码可能不正确",
|
|
6558
6558
|
"welcome.2": "正在准备..."
|
|
@@ -6565,7 +6565,7 @@ var content = {
|
|
|
6565
6565
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
6566
6566
|
"change.0": "未更改任何内容",
|
|
6567
6567
|
"change.1": "1 项更改",
|
|
6568
|
-
"lines.NM": "{0}
|
|
6568
|
+
"lines.NM": "{0} 项更改"
|
|
6569
6569
|
},
|
|
6570
6570
|
"vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
|
|
6571
6571
|
"aria-label": "内联聊天输入",
|
|
@@ -6574,14 +6574,14 @@ var content = {
|
|
|
6574
6574
|
inlineChatClosed: "已关闭内联聊天小组件",
|
|
6575
6575
|
modified: "已修改",
|
|
6576
6576
|
original: "原始版本",
|
|
6577
|
-
slashCommandUsed: "
|
|
6577
|
+
slashCommandUsed: "使用 {0} 生成响应 ([[在没有]的情况下重新运行]])"
|
|
6578
6578
|
},
|
|
6579
6579
|
"vs/workbench/contrib/inlineChat/common/inlineChat": {
|
|
6580
|
-
acceptedOrDiscardBeforeSave: "
|
|
6581
|
-
"editorOverviewRuler.inlineChatInserted": "
|
|
6582
|
-
"editorOverviewRuler.inlineChatRemoved": "
|
|
6583
|
-
finishOnType: "
|
|
6584
|
-
holdToSpeech: "
|
|
6580
|
+
acceptedOrDiscardBeforeSave: "挂起的内联聊天会话是否会阻止保存。",
|
|
6581
|
+
"editorOverviewRuler.inlineChatInserted": "内联聊天插入内容的概述标尺的标记颜色。",
|
|
6582
|
+
"editorOverviewRuler.inlineChatRemoved": "内联聊天删除的内容的概述标尺的标记颜色。",
|
|
6583
|
+
finishOnType: "在已更改区域之外输入内容时是否结束内联聊天会话。",
|
|
6584
|
+
holdToSpeech: "保持内联聊天键绑定是否将自动启用语音识别。",
|
|
6585
6585
|
"inlineChat.background": "交互式编辑器小组件的背景色",
|
|
6586
6586
|
"inlineChat.border": "交互式编辑器小组件的边框颜色",
|
|
6587
6587
|
"inlineChat.regionHighlight": "当前交互区域的背景突出显示。必须是透明的。",
|
|
@@ -6614,8 +6614,8 @@ var content = {
|
|
|
6614
6614
|
inlineChatSupportIssueReporting: "交互式编辑器是否支持问题报告",
|
|
6615
6615
|
inlineChatUserDidEdit: "用户是否在内联聊天顶部进行了更改",
|
|
6616
6616
|
inlineChatVisible: "交互式编辑器输入是否可见",
|
|
6617
|
-
mode: "
|
|
6618
|
-
"mode.live": "
|
|
6617
|
+
mode: "配置是将在内联聊天中创建的更改直接应用到文档还是先预览它们。",
|
|
6618
|
+
"mode.live": "将更改直接应用到文档,但可通过内联差异突出显示更改,以及通过 hunks 接收/舍弃更改。结束会话将保留更改。",
|
|
6619
6619
|
"mode.livePreview": "更改直接应用到文档,但可通过内联差异或并排差异在视觉上突出显示。结束会话将保留更改。",
|
|
6620
6620
|
"mode.preview": "仅预览更改,但需要通过“应用”按钮接受这些更改。结束会话将放弃更改。"
|
|
6621
6621
|
},
|
|
@@ -6721,7 +6721,7 @@ var content = {
|
|
|
6721
6721
|
problems: "问题",
|
|
6722
6722
|
"show active file": "只看当前活动的文件",
|
|
6723
6723
|
"show errors": "显示错误",
|
|
6724
|
-
"show excluded files": "
|
|
6724
|
+
"show excluded files": "显示排除的文件",
|
|
6725
6725
|
"show infos": "显示信息",
|
|
6726
6726
|
"show multiline": "在多行中显示消息",
|
|
6727
6727
|
"show singleline": "在单行中显示消息",
|
|
@@ -7208,7 +7208,7 @@ var content = {
|
|
|
7208
7208
|
"insertToolbarLocation.notebookToolbar": "位于笔记本编辑器顶部的工具栏。",
|
|
7209
7209
|
never: "保存时从不触发代码操作。",
|
|
7210
7210
|
neverBoolean: "仅在显式保存时触发代码操作。此值将被弃用,取而代之将使用“从不”。",
|
|
7211
|
-
"notebook.VariablesView.description": "
|
|
7211
|
+
"notebook.VariablesView.description": "在调试面板中启用实验性笔记本变量视图。",
|
|
7212
7212
|
"notebook.cellChat": "为笔记本启用实验性单元格聊天。",
|
|
7213
7213
|
"notebook.cellToolbarLocation.description": "应在何处显示单元格工具栏,或是否隐藏它。",
|
|
7214
7214
|
"notebook.cellToolbarLocation.viewType": "为特定文件类型配置单元格工具栏位置",
|
|
@@ -7220,7 +7220,7 @@ var content = {
|
|
|
7220
7220
|
"notebook.consolidatedRunButton.description": "控制是否在“运行”按钮旁边的下拉列表中显示额外操作。",
|
|
7221
7221
|
"notebook.diff.enableOverviewRuler.description": "是否在笔记本的差异编辑器中呈现概述标尺。",
|
|
7222
7222
|
"notebook.diff.enablePreview.description": "是否对笔记本使用增强的文本差异编辑器。",
|
|
7223
|
-
"notebook.disableOutputFilePathLinks": "
|
|
7223
|
+
"notebook.disableOutputFilePathLinks": "控制是否在笔记本单元格输出中禁用文件路径链接。",
|
|
7224
7224
|
"notebook.displayOrder.description": "输出项 mime 类型的优先级列表",
|
|
7225
7225
|
"notebook.dragAndDrop.description": "控制笔记本编辑器是否应允许通过拖放移动单元格。",
|
|
7226
7226
|
"notebook.editorOptions.experimentalCustomization": "用于笔记本中使用的代码编辑器的设置。这可用于自定义大多数编辑器*设置。",
|
|
@@ -7254,9 +7254,9 @@ var content = {
|
|
|
7254
7254
|
"notebook.showCellStatusbar.visibleAfterExecute.description": "在执行单元格之前,单元格状态栏处于隐藏状态。之后,其会变为可见以显示执行状态。",
|
|
7255
7255
|
"notebook.showFoldingControls.description": "控制显示 Markdown 标头文件箭头的时间。",
|
|
7256
7256
|
"notebook.stickyScrollEnabled.description": "试验。控制是否在笔记本编辑器中呈现笔记本的“粘滞滚动”标题。",
|
|
7257
|
-
"notebook.stickyScrollMode.description": "
|
|
7258
|
-
"notebook.stickyScrollMode.flat": "
|
|
7259
|
-
"notebook.stickyScrollMode.indented": "
|
|
7257
|
+
"notebook.stickyScrollMode.description": "控制嵌套粘滞线是显示为平叠还是缩进。",
|
|
7258
|
+
"notebook.stickyScrollMode.flat": "嵌套粘滞线显示为平面。",
|
|
7259
|
+
"notebook.stickyScrollMode.indented": "嵌套粘滞线显示为缩进。",
|
|
7260
7260
|
"notebook.textOutputLineLimit": "控制文本输出中显示的文本行数。如果启用 {0},使用此设置确定输出的滚动高度。",
|
|
7261
7261
|
"notebook.undoRedoPerCell.description": "是否为每个单元格使用单独的撤消/重做堆叠。",
|
|
7262
7262
|
notebookConfigurationTitle: "笔记本",
|
|
@@ -7289,8 +7289,8 @@ var content = {
|
|
|
7289
7289
|
notebookOpenEnableMissingViewType: "为 \"{0}\" 启用扩展",
|
|
7290
7290
|
notebookOpenInTextEditor: "在文本编辑器中打开",
|
|
7291
7291
|
notebookOpenInstallMissingViewType: "安装 \"{0}\" 的扩展",
|
|
7292
|
-
notebookTooLargeForHeapErrorWithSize: "
|
|
7293
|
-
notebookTooLargeForHeapErrorWithoutSize: "
|
|
7292
|
+
notebookTooLargeForHeapErrorWithSize: "此笔记本未显示在笔记本编辑器中,因为它非常大({0})。",
|
|
7293
|
+
notebookTooLargeForHeapErrorWithoutSize: "此笔记本未显示在笔记本编辑器中,因为它非常大。"
|
|
7294
7294
|
},
|
|
7295
7295
|
"vs/workbench/contrib/notebook/browser/notebookEditorWidget": {
|
|
7296
7296
|
focusedCellBackground: "将焦点放在单元格上时单元格的背景色。",
|
|
@@ -7413,18 +7413,18 @@ var content = {
|
|
|
7413
7413
|
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
|
|
7414
7414
|
apply1: "接受更改",
|
|
7415
7415
|
apply2: "接受",
|
|
7416
|
-
arrowDown: "
|
|
7417
|
-
arrowUp: "
|
|
7416
|
+
arrowDown: "光标向下",
|
|
7417
|
+
arrowUp: "光标向上",
|
|
7418
7418
|
discard: "放弃",
|
|
7419
7419
|
"feedback.helpful": "有用",
|
|
7420
7420
|
"feedback.reportIssueForBug": "报告问题",
|
|
7421
7421
|
"feedback.unhelpful": "无用",
|
|
7422
|
-
focusChatWidget: "
|
|
7423
|
-
focusNextChatWidget: "
|
|
7422
|
+
focusChatWidget: "聚焦聊天小组件",
|
|
7423
|
+
focusNextChatWidget: "聚焦到下一个单元格聊天小组件",
|
|
7424
7424
|
"notebook.cell.chat.accept": "发出请求",
|
|
7425
7425
|
"notebook.cell.chat.close": "关闭聊天",
|
|
7426
7426
|
"notebook.cell.chat.stop": "停止请求",
|
|
7427
|
-
"notebookActions.menu.insertCode.ontoolbar": "
|
|
7427
|
+
"notebookActions.menu.insertCode.ontoolbar": "生成",
|
|
7428
7428
|
"notebookActions.menu.insertCode.tooltip": "使用聊天生成代码单元格",
|
|
7429
7429
|
"notebookActions.menu.insertCodeCellWithChat": "生成",
|
|
7430
7430
|
"notebookActions.menu.insertCodeCellWithChat.tooltip": "使用聊天生成代码单元格"
|
|
@@ -7442,7 +7442,7 @@ var content = {
|
|
|
7442
7442
|
},
|
|
7443
7443
|
"vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": {
|
|
7444
7444
|
"notebook.cell.status.executing": "正在执行",
|
|
7445
|
-
"notebook.cell.status.failure": "
|
|
7445
|
+
"notebook.cell.status.failure": "失败",
|
|
7446
7446
|
"notebook.cell.status.pending": "挂起",
|
|
7447
7447
|
"notebook.cell.status.success": "成功"
|
|
7448
7448
|
},
|
|
@@ -7551,8 +7551,8 @@ var content = {
|
|
|
7551
7551
|
extensionLogs: "扩展日志",
|
|
7552
7552
|
logFile: "要打开的日志文件的 ID,例如 `\"window\"`。当前获取此信息的最佳方法是通过检查 `workbench.action.output.show.<id>` 命令来获取 ID",
|
|
7553
7553
|
miToggleOutput: "输出(&&O)",
|
|
7554
|
-
openActiveOutputFile: "
|
|
7555
|
-
openActiveOutputFileInNewWindow: "
|
|
7554
|
+
openActiveOutputFile: "在编辑器中打开输出",
|
|
7555
|
+
openActiveOutputFileInNewWindow: "在新窗口中打开输出",
|
|
7556
7556
|
openLogFile: "打开日志文件...",
|
|
7557
7557
|
output: "输出",
|
|
7558
7558
|
"output.smartScroll.enabled": "在输出视图中启用或禁用「智能滚动」。「智能滚动」会自动在你点击输出视图时锁定滚动,并在你点击最后一行时解锁滚动。",
|
|
@@ -7961,7 +7961,7 @@ var content = {
|
|
|
7961
7961
|
"remote.autoForwardPortsSource.fallback.switchBack": "撤消",
|
|
7962
7962
|
"remote.forwardedPorts.statusbarTextNone": "未转发端口",
|
|
7963
7963
|
"remote.forwardedPorts.statusbarTooltip": "转发的端口: {0}",
|
|
7964
|
-
"remote.tunnelsView.automaticForward": "
|
|
7964
|
+
"remote.tunnelsView.automaticForward": "在端口 {1} 上运行的应用程序 {0} 可用。 ",
|
|
7965
7965
|
"remote.tunnelsView.elevationButton": "使用端口 {0} 作为 Sudo…",
|
|
7966
7966
|
"remote.tunnelsView.elevationMessage": "你需要以超级用户身份运行,才能在本地使用端口 {0}。",
|
|
7967
7967
|
"remote.tunnelsView.makePublic": "设为公开",
|
|
@@ -8083,9 +8083,9 @@ var content = {
|
|
|
8083
8083
|
invalidWorkspacePrimary: "打开工作区(&&O)...",
|
|
8084
8084
|
pauseSocketWriting: "连接: 暂停套接字写入",
|
|
8085
8085
|
remote: "远程",
|
|
8086
|
-
"remote.autoForwardPortFallback": "
|
|
8086
|
+
"remote.autoForwardPortFallback": "自动转发端口且“remote.autoForwardPortsSource” 设置为“process”时将触发从“process”切换到“hybrid”的自动转发端口数。设置为“0”可禁用回退。",
|
|
8087
8087
|
"remote.autoForwardPorts": "启用后,将检测到新的正在运行的进程,并自动转发其侦听的端口。禁用此设置将不会阻止转发所有端口。即使禁用,扩展将仍然能够导致端口被转发,并且打开某些 URL 仍将导致端口被转发。",
|
|
8088
|
-
"remote.autoForwardPortsSource": "
|
|
8088
|
+
"remote.autoForwardPortsSource": "设置当 {0} 为 true 时自动从其转发端口的源。在 Windows 和 Mac 远程设备上,“process”和“hybrid”选项不起作用,系统将使用“output”。",
|
|
8089
8089
|
"remote.autoForwardPortsSource.hybrid": "通过读取终端和调试输出发现端口时,端口将自动转发。并非所有使用端口的进程都将打印到集成终端或调试控制台,因此某些端口将丢失。通过监视侦听该端口的进程以终止,端口将为“未转发”。",
|
|
8090
8090
|
"remote.autoForwardPortsSource.output": "通过读取终端和调试输出发现端口时,将自动转发该端口。并非所有使用端口的进程都将打印到集成终端或调试控制台,因此某些端口将丢失。根据输出转发的端口将不会被“取消转发”,除非重载或用户在“端口”视图中关闭该端口。",
|
|
8091
8091
|
"remote.autoForwardPortsSource.process": "通过监视包含端口的已启动进程发现端口时,将自动转发该端口。",
|
|
@@ -8120,9 +8120,9 @@ var content = {
|
|
|
8120
8120
|
"vs/workbench/contrib/scm/browser/dirtydiffDecorator": {
|
|
8121
8121
|
change: "{0} - 第 {1} 个更改(共 {2} 个)",
|
|
8122
8122
|
changes: "{0} - 第 {1} 个更改(共 {2} 个)",
|
|
8123
|
-
diffAdded: "
|
|
8124
|
-
diffDeleted: "
|
|
8125
|
-
diffModified: "
|
|
8123
|
+
diffAdded: "已添加的行",
|
|
8124
|
+
diffDeleted: "删除的行",
|
|
8125
|
+
diffModified: "更改的行",
|
|
8126
8126
|
editorGutterAddedBackground: "编辑器导航线中已插入行的背景颜色。",
|
|
8127
8127
|
editorGutterDeletedBackground: "编辑器导航线中被删除行的背景颜色。",
|
|
8128
8128
|
editorGutterModifiedBackground: "编辑器导航线中被修改行的背景颜色。",
|
|
@@ -8162,7 +8162,7 @@ var content = {
|
|
|
8162
8162
|
inputFontFamily: "控制输入消息的字体。将 `default` 用于工作台用户界面字体系列,将 `editor` 用于 `#editor.fontFamily#` 的值,或者使用自定义字体系列。",
|
|
8163
8163
|
inputFontSize: "控制输入消息的字号(以像素为单位)。",
|
|
8164
8164
|
inputMaxLines: "控制输入将自动增长到的最大行数。",
|
|
8165
|
-
inputMinLines: "
|
|
8165
|
+
inputMinLines: "控制输入将自动从其开始增长的最小行数。",
|
|
8166
8166
|
manageWorkspaceTrustAction: "管理工作区信任",
|
|
8167
8167
|
miViewSCM: "源代码管理(&&C)",
|
|
8168
8168
|
"no open repo": "当前没有源代码管理提供程序进行注册。",
|
|
@@ -8206,7 +8206,7 @@ var content = {
|
|
|
8206
8206
|
"scm.repositoriesSortOrder.discoveryTime": "按发现时间对源代码管理存储库视图中的存储库排序。按所选顺序对源代码管理视图中的存储库排序。",
|
|
8207
8207
|
"scm.repositoriesSortOrder.name": "按仓库名称对源代码管理仓库和源代码管理视图中的仓库排序。",
|
|
8208
8208
|
"scm.repositoriesSortOrder.path": "按仓库路径对源代码管理仓库和源代码管理视图中的仓库排序。",
|
|
8209
|
-
"scm.showChangesSummary": "
|
|
8209
|
+
"scm.showChangesSummary": "控制是否在“源代码管理”视图中为传入/传出更改显示“所有更改”条目。",
|
|
8210
8210
|
"scm.showIncomingChanges": "控制传入更改是否显示在“源代码管理”视图中。",
|
|
8211
8211
|
"scm.showIncomingChanges.always": "始终在“源代码管理”视图中显示传入更改。",
|
|
8212
8212
|
"scm.showIncomingChanges.auto": "仅当存在任何传入更改时,才在“源代码管理”视图中显示这些更改。",
|
|
@@ -8238,7 +8238,7 @@ var content = {
|
|
|
8238
8238
|
insertion: "{0} 个插入{1}",
|
|
8239
8239
|
insertions: "{0} 个插入{1}",
|
|
8240
8240
|
"label.close": "关闭",
|
|
8241
|
-
outgoingChangesAriaLabel: "
|
|
8241
|
+
outgoingChangesAriaLabel: "{0} 的传出更改",
|
|
8242
8242
|
repositories: "存储库",
|
|
8243
8243
|
repositorySortByDiscoveryTime: "按发现时间排序",
|
|
8244
8244
|
repositorySortByName: "按名称排序",
|
|
@@ -8256,10 +8256,10 @@ var content = {
|
|
|
8256
8256
|
sortChangesByName: "按名称对更改进行排序",
|
|
8257
8257
|
sortChangesByPath: "按路径对更改进行排序",
|
|
8258
8258
|
sortChangesByStatus: "按状态对更改进行排序",
|
|
8259
|
-
syncIncomingSeparatorHeader: "
|
|
8260
|
-
syncIncomingSeparatorHeaderAriaLabel: "
|
|
8261
|
-
syncOutgoingSeparatorHeader: "
|
|
8262
|
-
syncOutgoingSeparatorHeaderAriaLabel: "
|
|
8259
|
+
syncIncomingSeparatorHeader: "传入",
|
|
8260
|
+
syncIncomingSeparatorHeaderAriaLabel: "传入的更改",
|
|
8261
|
+
syncOutgoingSeparatorHeader: "传出",
|
|
8262
|
+
syncOutgoingSeparatorHeaderAriaLabel: "传出的更改",
|
|
8263
8263
|
syncSeparatorHeader: "传入/传出",
|
|
8264
8264
|
syncSeparatorHeaderAriaLabel: "传入和传出更改"
|
|
8265
8265
|
},
|
|
@@ -8287,9 +8287,9 @@ var content = {
|
|
|
8287
8287
|
QuickSearchMore: "更多",
|
|
8288
8288
|
QuickSearchOpenInFile: "打开文件",
|
|
8289
8289
|
QuickSearchSeeMoreFiles: "查看更多文件",
|
|
8290
|
-
enterSearchTerm: "
|
|
8290
|
+
enterSearchTerm: "输入要跨文件搜索的术语。",
|
|
8291
8291
|
noAnythingResults: "没有匹配的结果",
|
|
8292
|
-
showMore: "
|
|
8292
|
+
showMore: "在搜索面板中查看"
|
|
8293
8293
|
},
|
|
8294
8294
|
"vs/workbench/contrib/search/browser/replaceService": {
|
|
8295
8295
|
fileReplaceChanges: "{0} ↔ {1} (Replace Preview)",
|
|
@@ -8412,7 +8412,7 @@ var content = {
|
|
|
8412
8412
|
showTriggerActions: "转到工作区中的符号..."
|
|
8413
8413
|
},
|
|
8414
8414
|
"vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": {
|
|
8415
|
-
quickTextSearch: "
|
|
8415
|
+
quickTextSearch: "快速搜索(实验性)"
|
|
8416
8416
|
},
|
|
8417
8417
|
"vs/workbench/contrib/search/browser/searchActionsTopBar": {
|
|
8418
8418
|
"CancelSearchAction.label": "取消搜索",
|
|
@@ -8439,7 +8439,7 @@ var content = {
|
|
|
8439
8439
|
searchRemoveIcon: "用于删除搜索结果的图标。",
|
|
8440
8440
|
searchReplaceAllIcon: "搜索视图中的“全部替换”图标。",
|
|
8441
8441
|
searchReplaceIcon: "搜索视图中的“替换”图标。",
|
|
8442
|
-
searchSeeMoreIcon: "
|
|
8442
|
+
searchSeeMoreIcon: "用于在搜索视图中查看更多上下文的图标。",
|
|
8443
8443
|
searchShowAsList: "用于在搜索视图中将结果作为列表查看的图标。",
|
|
8444
8444
|
searchShowAsTree: "用于在搜索视图中以树形式查看结果的图标。",
|
|
8445
8445
|
searchShowContextIcon: "搜索编辑器中的“切换上下文”图标。",
|
|
@@ -8572,7 +8572,7 @@ var content = {
|
|
|
8572
8572
|
"searchEditor.deleteResultBlock": "删除文件结果"
|
|
8573
8573
|
},
|
|
8574
8574
|
"vs/workbench/contrib/searchEditor/browser/searchEditorInput": {
|
|
8575
|
-
searchEditorLabelIcon: "
|
|
8575
|
+
searchEditorLabelIcon: "搜索编辑器标签的图标。",
|
|
8576
8576
|
searchTitle: "搜索",
|
|
8577
8577
|
"searchTitle.withQuery": "搜索: {0}"
|
|
8578
8578
|
},
|
|
@@ -8615,7 +8615,7 @@ var content = {
|
|
|
8615
8615
|
"snippet.suggestions.label": "插入片段"
|
|
8616
8616
|
},
|
|
8617
8617
|
"vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
|
|
8618
|
-
label: "
|
|
8618
|
+
label: "更多..."
|
|
8619
8619
|
},
|
|
8620
8620
|
"vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
|
|
8621
8621
|
codeAction: "{0}",
|
|
@@ -8663,7 +8663,7 @@ var content = {
|
|
|
8663
8663
|
},
|
|
8664
8664
|
"vs/workbench/contrib/speech/common/speechService": {
|
|
8665
8665
|
hasSpeechProvider: "语音提供程序已注册到语音服务。",
|
|
8666
|
-
speechToTextInProgress: "
|
|
8666
|
+
speechToTextInProgress: "正在进行语音转文本会话。"
|
|
8667
8667
|
},
|
|
8668
8668
|
"vs/workbench/contrib/tasks/browser/abstractTaskService": {
|
|
8669
8669
|
"ConfigureTaskRunnerAction.label": "配置任务",
|
|
@@ -9134,8 +9134,8 @@ var content = {
|
|
|
9134
9134
|
showTerminalTabs: "显示选项卡",
|
|
9135
9135
|
stickyScroll: "粘滞滚动",
|
|
9136
9136
|
terminalLaunchHelp: "打开帮助",
|
|
9137
|
-
"workbench.action.startTerminalVoice": "
|
|
9138
|
-
"workbench.action.stopTerminalVoice": "
|
|
9137
|
+
"workbench.action.startTerminalVoice": "启动终端语音",
|
|
9138
|
+
"workbench.action.stopTerminalVoice": "停止终端语音",
|
|
9139
9139
|
"workbench.action.terminal.attachToSession": "附加到会话",
|
|
9140
9140
|
"workbench.action.terminal.clear": "清除",
|
|
9141
9141
|
"workbench.action.terminal.clearPreviousSessionHistory": "清除上一会话历史记录",
|
|
@@ -9358,7 +9358,7 @@ var content = {
|
|
|
9358
9358
|
toggleVisibility: "切换可见性",
|
|
9359
9359
|
"workbench.action.terminal.goToRecentDirectory": "转到“最近使用的目录”",
|
|
9360
9360
|
"workbench.action.terminal.runRecentCommand": "运行最近使用的命令",
|
|
9361
|
-
"workbench.action.terminal.toggleVisibility": "
|
|
9361
|
+
"workbench.action.terminal.toggleVisibility": "切换可见性",
|
|
9362
9362
|
yes: "是"
|
|
9363
9363
|
},
|
|
9364
9364
|
"vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
|
|
@@ -9457,10 +9457,10 @@ var content = {
|
|
|
9457
9457
|
"terminal.integrated.enableBell": "控制是否启用终端铃声,这在终端名称旁边显示为视觉对象铃铛。",
|
|
9458
9458
|
"terminal.integrated.enableFileLinks": "是否在终端中启用文件链接。连接可能会很慢,特别是在网络驱动器上工作时,因为将根据文件系统验证每个文件链接。更改此项将仅在新的终端中生效。",
|
|
9459
9459
|
"terminal.integrated.enableImages": "在终端启用图像映像支持,只有在启用 {0} 后才能执行此操作。Linux 和 macOS 均支持 sixel 和 iTerm 的内联图像协议。当 ConPTY 通过序列时,Windows 支持将自动亮起。目前在窗口重新加载/重新连接当中不会保留图像。",
|
|
9460
|
-
"terminal.integrated.enableMultiLinePasteWarning": "
|
|
9461
|
-
"terminal.integrated.enableMultiLinePasteWarning.always": "
|
|
9462
|
-
"terminal.integrated.enableMultiLinePasteWarning.auto": "
|
|
9463
|
-
"terminal.integrated.enableMultiLinePasteWarning.never": "
|
|
9460
|
+
"terminal.integrated.enableMultiLinePasteWarning": "控制将多行粘贴到终端时是否显示警告对话框。",
|
|
9461
|
+
"terminal.integrated.enableMultiLinePasteWarning.always": "如果文本包含新行,则始终显示该警告。",
|
|
9462
|
+
"terminal.integrated.enableMultiLinePasteWarning.auto": "启用警告,但在以下情况下不显示该警告:\r\n\r\n- 已启用带括号的粘贴模式(shell 支持本机多行粘贴)\r\n- 粘贴由 shell 的读取一行数据处理(在 pwsh 的情况下)",
|
|
9463
|
+
"terminal.integrated.enableMultiLinePasteWarning.never": "从不显示警告。",
|
|
9464
9464
|
"terminal.integrated.enablePersistentSessions": "跨窗口重新加载保持工作区的终端会话/历史记录。",
|
|
9465
9465
|
"terminal.integrated.env.linux": "具有环境变量的对象,这些变量将添加到 Linux 上的终端要使用的 VS Code 进程。如果设置为 \"null\",则删除环境变量。",
|
|
9466
9466
|
"terminal.integrated.env.osx": "具有环境变量的对象,这些变量将添加到 macOS 中的终端要使用的 VS Code 进程。如果设置为 \"null\",则删除环境变量。",
|
|
@@ -9500,8 +9500,8 @@ var content = {
|
|
|
9500
9500
|
"terminal.integrated.macOptionIsMeta": "控制是否将选项键视为 macOS 中的终端上的元键。",
|
|
9501
9501
|
"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: 黑底白字或白底黑字。",
|
|
9502
9502
|
"terminal.integrated.mouseWheelScrollSensitivity": "要在鼠标滚轮滚动事件的 \"deltaY\" 上使用的乘数。",
|
|
9503
|
-
"terminal.integrated.mouseWheelZoom": "
|
|
9504
|
-
"terminal.integrated.mouseWheelZoom.mac": "
|
|
9503
|
+
"terminal.integrated.mouseWheelZoom": "按住 Ctrl 键并滚动鼠标滚轮时对终端字体大小进行缩放。",
|
|
9504
|
+
"terminal.integrated.mouseWheelZoom.mac": "按住 Cmd 键并滚动鼠标滚轮时对终端字体大小进行缩放。",
|
|
9505
9505
|
"terminal.integrated.persistentSessionReviveProcess": "当必须关闭终端进程(例如当窗口或应用程序关闭时)时,这将决定下次打开工作区时,应在何时还原以前的终端会话内容/历史记录和重新创建进程。\r\n\r\n注意事项:\r\n\r\n- 进程当前工作目录的还原取决于是否受 shell 支持。\r\n- 在关闭期间保留会话的时间有限,因此在使用高延迟远程连接时可能会中止相应会话。",
|
|
9506
9506
|
"terminal.integrated.persistentSessionReviveProcess.never": "永远不要还原终端缓冲区或重新创建流程。",
|
|
9507
9507
|
"terminal.integrated.persistentSessionReviveProcess.onExit": "在 Windows/Linux 上关闭最后窗口后或当触发 `workbench.action.quit` 命令(命令面板、键绑定、菜单)时,恢复流程。",
|
|
@@ -9528,7 +9528,7 @@ var content = {
|
|
|
9528
9528
|
"terminal.integrated.splitCwd.inherited": "在 macOS 和 Linux 上,新的拆分终端将使用父终端的工作目录。在 Windows 上,这与初始行为相同。",
|
|
9529
9529
|
"terminal.integrated.splitCwd.initial": "新的拆分终端将使用父终端开始时使用的工作目录。",
|
|
9530
9530
|
"terminal.integrated.splitCwd.workspaceRoot": "新的拆分终端将使用工作区根作为工作目录。在多根工作区中,提供了要使用根文件夹的选项。",
|
|
9531
|
-
"terminal.integrated.stickyScroll.enabled": "
|
|
9531
|
+
"terminal.integrated.stickyScroll.enabled": "在终端顶部显示当前命令。",
|
|
9532
9532
|
"terminal.integrated.stickyScroll.maxLineCount": "定义要显示的最大粘滞行数。无论此设置如何,粘滞滚动行都不会超过视区的 40%。",
|
|
9533
9533
|
"terminal.integrated.tabStopWidth": "制表位中的单元格数。",
|
|
9534
9534
|
"terminal.integrated.tabs.defaultColor": "默认情况下要与终端图标关联的主题颜色 ID。",
|
|
@@ -9590,7 +9590,7 @@ var content = {
|
|
|
9590
9590
|
killTerminal: "终止终端",
|
|
9591
9591
|
"killTerminal.short": "终止",
|
|
9592
9592
|
local: "本地",
|
|
9593
|
-
moveIntoNewWindow: "
|
|
9593
|
+
moveIntoNewWindow: "将终端移动到新窗口",
|
|
9594
9594
|
moveToEditor: "将终端移动到编辑器区域中",
|
|
9595
9595
|
previousSessionCategory: "上一个会话",
|
|
9596
9596
|
splitTerminal: "拆分终端",
|
|
@@ -9619,8 +9619,8 @@ var content = {
|
|
|
9619
9619
|
"workbench.action.terminal.accessibleBufferGoToNextCommand": "可访问的缓冲区转到下一命令",
|
|
9620
9620
|
"workbench.action.terminal.accessibleBufferGoToPreviousCommand": "可访问的缓冲区转到上一命令",
|
|
9621
9621
|
"workbench.action.terminal.focusAccessibleBuffer": "焦点可访问终端视图",
|
|
9622
|
-
"workbench.action.terminal.scrollToBottomAccessibleView": "
|
|
9623
|
-
"workbench.action.terminal.scrollToTopAccessibleView": "
|
|
9622
|
+
"workbench.action.terminal.scrollToBottomAccessibleView": "滚动到底部的可访问视图",
|
|
9623
|
+
"workbench.action.terminal.scrollToTopAccessibleView": "滚动到顶部的可访问视图"
|
|
9624
9624
|
},
|
|
9625
9625
|
"vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp": {
|
|
9626
9626
|
commandPromptMigration: "考虑使用 powershell (而非命令提示符)以改进体验",
|
|
@@ -9722,19 +9722,19 @@ var content = {
|
|
|
9722
9722
|
testingCancelIcon: "用于取消正在进行的测试运行的图标。",
|
|
9723
9723
|
testingCancelRefreshTests: "用于取消刷新测试的按钮上的图标。",
|
|
9724
9724
|
testingCoverage: "表示测试覆盖率的图标",
|
|
9725
|
-
testingCoverageIcon: "
|
|
9725
|
+
testingCoverageIcon: "“运行覆盖率测试”操作的图标。",
|
|
9726
9726
|
testingDebugAllIcon: "“调试所有测试”操作的图标。",
|
|
9727
9727
|
testingDebugIcon: "“调试测试”操作的图标。",
|
|
9728
9728
|
testingErrorIcon: "针对有错误的测试显示的图标。",
|
|
9729
9729
|
testingFailedIcon: "针对失败的测试显示的图标。",
|
|
9730
|
-
testingMissingBranch: "
|
|
9730
|
+
testingMissingBranch: "表示没有范围的未覆盖块的图标",
|
|
9731
9731
|
testingPassedIcon: "针对通过的测试显示的图标。",
|
|
9732
9732
|
testingQueuedIcon: "针对排队的测试显示的图标。",
|
|
9733
9733
|
testingRefreshTests: "用于刷新测试的按钮上的图标。",
|
|
9734
9734
|
testingRerunIcon: "“重新运行测试”操作的图标。",
|
|
9735
9735
|
testingResultsIcon: "测试结果的图标。",
|
|
9736
9736
|
testingRunAllIcon: "“运行所有测试”操作的图标。",
|
|
9737
|
-
testingRunAllWithCoverageIcon: "
|
|
9737
|
+
testingRunAllWithCoverageIcon: "“对所有测试运行覆盖率测试”操作的图标。",
|
|
9738
9738
|
testingRunIcon: "“运行测试”操作的图标。",
|
|
9739
9739
|
testingShowAsList: "当测试资源管理器(树形式)被禁用时显示的图标。",
|
|
9740
9740
|
testingShowAsTree: "当测试资源管理器(列表形式)被禁用时显示的图标。",
|
|
@@ -9744,7 +9744,7 @@ var content = {
|
|
|
9744
9744
|
testingTurnContinuousRunOn: "用于打开连续测试运行的图标。",
|
|
9745
9745
|
testingUnsetIcon: "针对处于未设置状态的测试显示的图标。",
|
|
9746
9746
|
testingUpdateProfiles: "显示的用于更新测试配置文件的图标。",
|
|
9747
|
-
testingWasCovered: "
|
|
9747
|
+
testingWasCovered: "表示元素已覆盖的图标"
|
|
9748
9748
|
},
|
|
9749
9749
|
"vs/workbench/contrib/testing/browser/testCoverageBars": {
|
|
9750
9750
|
branchCoverage: "已覆盖 {0} 个分支,共 {1} 个({2})",
|
|
@@ -9752,22 +9752,22 @@ var content = {
|
|
|
9752
9752
|
statementCoverage: "已覆盖 {0} 个语句,共 {1} 个({2})"
|
|
9753
9753
|
},
|
|
9754
9754
|
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
9755
|
-
functionsWithoutCoverage: "{0}
|
|
9756
|
-
loadingCoverageDetails: "
|
|
9755
|
+
functionsWithoutCoverage: "没有覆盖率的函数 {0}...",
|
|
9756
|
+
loadingCoverageDetails: "正在加载覆盖率详细信息...",
|
|
9757
9757
|
testCoverageItemLabel: "{0} 覆盖率: {0}%",
|
|
9758
9758
|
testCoverageTreeLabel: "测试覆盖率资源管理器",
|
|
9759
|
-
"testing.changeCoverageSort": "
|
|
9760
|
-
"testing.coverageSortByCoverage": "
|
|
9761
|
-
"testing.coverageSortByCoverageDescription": "
|
|
9762
|
-
"testing.coverageSortByLocation": "
|
|
9763
|
-
"testing.coverageSortByLocationDescription": "
|
|
9764
|
-
"testing.coverageSortByName": "
|
|
9765
|
-
"testing.coverageSortByNameDescription": "
|
|
9766
|
-
"testing.coverageSortPlaceholder": "
|
|
9759
|
+
"testing.changeCoverageSort": "更改排序顺序",
|
|
9760
|
+
"testing.coverageSortByCoverage": "按覆盖率排序",
|
|
9761
|
+
"testing.coverageSortByCoverageDescription": "按总覆盖率为文件和函数排序",
|
|
9762
|
+
"testing.coverageSortByLocation": "按位置排序",
|
|
9763
|
+
"testing.coverageSortByLocationDescription": "文件按字母顺序排序,函数按位置排序",
|
|
9764
|
+
"testing.coverageSortByName": "按名称排序",
|
|
9765
|
+
"testing.coverageSortByNameDescription": "文件和函数按字母顺序排序",
|
|
9766
|
+
"testing.coverageSortPlaceholder": "测试覆盖率排序视图..."
|
|
9767
9767
|
},
|
|
9768
9768
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
9769
9769
|
configureProfile: "选择要更新的配置文件",
|
|
9770
|
-
coverageSelectedTests: "
|
|
9770
|
+
coverageSelectedTests: "运行覆盖率测试",
|
|
9771
9771
|
"debug test": "调试测试",
|
|
9772
9772
|
debugAllTests: "调试所有测试",
|
|
9773
9773
|
debugSelectedTests: "调试测试",
|
|
@@ -9775,34 +9775,34 @@ var content = {
|
|
|
9775
9775
|
getExplorerSelection: "获取资源管理器选择",
|
|
9776
9776
|
getSelectedProfiles: "获取所选配置文件",
|
|
9777
9777
|
hideTest: "隐藏测试",
|
|
9778
|
-
noCoverageTestProvider: "
|
|
9778
|
+
noCoverageTestProvider: "在此工作区中找不到具有覆盖率运行器的测试。可能需要安装测试提供程序扩展",
|
|
9779
9779
|
noDebugTestProvider: "未在此工作区中找到可调试测试。可能需要安装测试提供程序扩展",
|
|
9780
9780
|
noTestProvider: "未在此工作区中找到测试。可能需要安装测试提供程序扩展",
|
|
9781
|
-
noTests: "
|
|
9781
|
+
noTests: "在所选文件或文件夹中找不到测试",
|
|
9782
9782
|
noTestsAtCursor: "在此处未找到测试",
|
|
9783
9783
|
noTestsInFile: "在此文件中找不到任何测试",
|
|
9784
9784
|
"run test": "运行测试",
|
|
9785
|
-
"run with cover test": "
|
|
9785
|
+
"run with cover test": "运行覆盖率测试",
|
|
9786
9786
|
runAllTests: "运行所有测试",
|
|
9787
|
-
runAllWithCoverage: "
|
|
9787
|
+
runAllWithCoverage: "对所有测试运行覆盖率测试",
|
|
9788
9788
|
runSelectedTests: "运行测试",
|
|
9789
9789
|
"testing.cancelRun": "取消测试运行",
|
|
9790
9790
|
"testing.cancelTestRefresh": "取消测试刷新",
|
|
9791
|
-
"testing.clearCoverage": "
|
|
9791
|
+
"testing.clearCoverage": "清除覆盖率",
|
|
9792
9792
|
"testing.clearResults": "清除所有结果",
|
|
9793
9793
|
"testing.collapseAll": "折叠所有测试",
|
|
9794
9794
|
"testing.configureProfile": "配置测试配置文件",
|
|
9795
|
-
"testing.coverageAtCursor": "
|
|
9796
|
-
"testing.coverageCurrentFile": "
|
|
9797
|
-
"testing.coverageLastRun": "
|
|
9795
|
+
"testing.coverageAtCursor": "运行光标下覆盖率测试",
|
|
9796
|
+
"testing.coverageCurrentFile": "在当前文件中运行覆盖率测试",
|
|
9797
|
+
"testing.coverageLastRun": "重新运行上一次覆盖率测试",
|
|
9798
9798
|
"testing.debugAtCursor": "在光标处调试测试",
|
|
9799
9799
|
"testing.debugCurrentFile": "在当前文件中调试测试",
|
|
9800
9800
|
"testing.debugFailTests": "调试失败的测试",
|
|
9801
9801
|
"testing.debugLastRun": "调试上次运行",
|
|
9802
9802
|
"testing.editFocusedTest": "转到测试",
|
|
9803
|
-
"testing.noCoverage": "
|
|
9803
|
+
"testing.noCoverage": "上次测试运行时没有可用的覆盖率信息。",
|
|
9804
9804
|
"testing.noProfiles": "未找到已启用测试连续运行的配置文件",
|
|
9805
|
-
"testing.openCoverage": "
|
|
9805
|
+
"testing.openCoverage": "打开覆盖率文件",
|
|
9806
9806
|
"testing.openOutputPeek": "快速查看输出",
|
|
9807
9807
|
"testing.reRunFailTests": "重新运行失败的测试",
|
|
9808
9808
|
"testing.reRunLastRun": "重新运行上次运行",
|
|
@@ -9839,7 +9839,7 @@ var content = {
|
|
|
9839
9839
|
},
|
|
9840
9840
|
"vs/workbench/contrib/testing/browser/testingDecorations": {
|
|
9841
9841
|
"actual.title": "实际",
|
|
9842
|
-
"coverage test": "
|
|
9842
|
+
"coverage test": "运行覆盖率测试",
|
|
9843
9843
|
"debug all test": "调试所有测试",
|
|
9844
9844
|
"debug test": "调试测试",
|
|
9845
9845
|
"expected.title": "预期",
|
|
@@ -9847,12 +9847,12 @@ var content = {
|
|
|
9847
9847
|
peekTestOutout: "速览测试输出",
|
|
9848
9848
|
"reveal test": "在测试资源管理器中显示",
|
|
9849
9849
|
"run all test": "运行所有测试",
|
|
9850
|
-
"run all test with coverage": "
|
|
9850
|
+
"run all test with coverage": "对所有测试运行覆盖率测试",
|
|
9851
9851
|
"run test": "运行测试",
|
|
9852
|
-
selectTestToRun: "
|
|
9853
|
-
testOverflowItems: "{0}
|
|
9852
|
+
selectTestToRun: "选择要运行的测试",
|
|
9853
|
+
testOverflowItems: "另外 {0} 个测试...",
|
|
9854
9854
|
"testing.gutterMsg.contextMenu": "单击以获取测试选项",
|
|
9855
|
-
"testing.gutterMsg.coverage": "
|
|
9855
|
+
"testing.gutterMsg.coverage": "单击以运行覆盖率测试,右键单击以查看更多选项",
|
|
9856
9856
|
"testing.gutterMsg.debug": "单击以调试测试,右键单击以查看更多选项",
|
|
9857
9857
|
"testing.gutterMsg.run": "单击以运行测试,右键单击以查看更多选项",
|
|
9858
9858
|
"testing.runUsing": "使用配置文件执行..."
|
|
@@ -9884,7 +9884,7 @@ var content = {
|
|
|
9884
9884
|
testingNoTest: "此文件中未发现任何测试。"
|
|
9885
9885
|
},
|
|
9886
9886
|
"vs/workbench/contrib/testing/browser/testingOutputPeek": {
|
|
9887
|
-
caseNoOutput: "
|
|
9887
|
+
caseNoOutput: "测试用例未报告任何输出。",
|
|
9888
9888
|
close: "关闭",
|
|
9889
9889
|
closeTestCoverage: "关闭测试覆盖",
|
|
9890
9890
|
"debug test": "调试测试",
|
|
@@ -9922,11 +9922,11 @@ var content = {
|
|
|
9922
9922
|
testing: "测试"
|
|
9923
9923
|
},
|
|
9924
9924
|
"vs/workbench/contrib/testing/browser/theme": {
|
|
9925
|
-
"testing.coverCountBadgeBackground": "
|
|
9926
|
-
"testing.coverCountBadgeForeground": "
|
|
9927
|
-
"testing.coveredBackground": "
|
|
9928
|
-
"testing.coveredBorder": "
|
|
9929
|
-
"testing.coveredGutterBackground": "
|
|
9925
|
+
"testing.coverCountBadgeBackground": "指明执行计数的徽章的背景",
|
|
9926
|
+
"testing.coverCountBadgeForeground": "指明执行计数的徽章的前景色",
|
|
9927
|
+
"testing.coveredBackground": "未覆盖文本的背景色。",
|
|
9928
|
+
"testing.coveredBorder": "未覆盖文本的边框颜色。",
|
|
9929
|
+
"testing.coveredGutterBackground": "代码已覆盖的区域的装订线颜色。",
|
|
9930
9930
|
"testing.iconErrored": "测试资源管理器中“出错”图标的颜色。",
|
|
9931
9931
|
"testing.iconFailed": "测试资源管理器中“失败”图标的颜色。",
|
|
9932
9932
|
"testing.iconPassed": "测试资源管理器中“已通过”图标的颜色。",
|
|
@@ -9937,14 +9937,14 @@ var content = {
|
|
|
9937
9937
|
"testing.message.error.marginBackground": "在编辑器中内联显示的错误消息旁边的边距颜色。",
|
|
9938
9938
|
"testing.message.info.decorationForeground": "在编辑器中内联显示的测试信息消息的文本颜色。",
|
|
9939
9939
|
"testing.message.info.marginBackground": "在编辑器中内联显示的信息消息旁边的边距颜色。",
|
|
9940
|
-
"testing.messagePeekBorder": "
|
|
9941
|
-
"testing.messagePeekHeaderBackground": "
|
|
9940
|
+
"testing.messagePeekBorder": "扫视记录的消息时速览视图边框和箭头的颜色。",
|
|
9941
|
+
"testing.messagePeekHeaderBackground": "扫视记录的消息时速览视图边框和箭头的颜色。",
|
|
9942
9942
|
"testing.peekBorder": "速览视图边框和箭头颜色。",
|
|
9943
9943
|
"testing.runAction": "编辑器中“运行”图标的颜色。",
|
|
9944
|
-
"testing.uncoveredBackground": "
|
|
9945
|
-
"testing.uncoveredBorder": "
|
|
9946
|
-
"testing.uncoveredBranchBackground": "
|
|
9947
|
-
"testing.uncoveredGutterBackground": "
|
|
9944
|
+
"testing.uncoveredBackground": "未覆盖文本的背景色。",
|
|
9945
|
+
"testing.uncoveredBorder": "未覆盖文本的边框颜色。",
|
|
9946
|
+
"testing.uncoveredBranchBackground": "为未覆盖的分支显示的小组件的背景。",
|
|
9947
|
+
"testing.uncoveredGutterBackground": "代码未覆盖的区域的装订线颜色。"
|
|
9948
9948
|
},
|
|
9949
9949
|
"vs/workbench/contrib/testing/common/configuration": {
|
|
9950
9950
|
testConfigurationTitle: "测试",
|
|
@@ -9961,10 +9961,10 @@ var content = {
|
|
|
9961
9961
|
"testing.countBadge.off": "禁用测试计数锁屏提醒",
|
|
9962
9962
|
"testing.countBadge.passed": "显示通过的测试数",
|
|
9963
9963
|
"testing.countBadge.skipped": "显示跳过的测试数",
|
|
9964
|
-
"testing.coverageBarThresholds": "
|
|
9964
|
+
"testing.coverageBarThresholds": "配置测试覆盖率栏中百分比使用的颜色。",
|
|
9965
9965
|
"testing.defaultGutterClickAction": "控制在装订线中左键单击测试修饰时要执行的操作。",
|
|
9966
9966
|
"testing.defaultGutterClickAction.contextMenu": "打开上下文菜单以获取更多选项。",
|
|
9967
|
-
"testing.defaultGutterClickAction.coverage": "
|
|
9967
|
+
"testing.defaultGutterClickAction.coverage": "运行覆盖率测试。",
|
|
9968
9968
|
"testing.defaultGutterClickAction.debug": "调试测试。",
|
|
9969
9969
|
"testing.defaultGutterClickAction.run": "运行测试。",
|
|
9970
9970
|
"testing.displayedCoveragePercent": "配置默认情况下针对测试覆盖率显示的具体百分比。",
|
|
@@ -9995,7 +9995,7 @@ var content = {
|
|
|
9995
9995
|
"testing.treeElementLabel": "{0} ({1})"
|
|
9996
9996
|
},
|
|
9997
9997
|
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
9998
|
-
testCoverageError: "
|
|
9998
|
+
testCoverageError: "未能加载测试覆盖率:{0}"
|
|
9999
9999
|
},
|
|
10000
10000
|
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
10001
10001
|
runNoOutout: "测试运行未记录任何输出。"
|
|
@@ -11052,7 +11052,7 @@ var content = {
|
|
|
11052
11052
|
open: "打开(&&O)",
|
|
11053
11053
|
reloadAndHandle: "扩展“{0}”尚未载入。是否重载此窗口来载入扩展并打开 URL?",
|
|
11054
11054
|
reloadAndOpen: "重载窗口并打开(&&R)",
|
|
11055
|
-
rememberConfirmUrl: "
|
|
11055
|
+
rememberConfirmUrl: "不再向我询问此扩展"
|
|
11056
11056
|
},
|
|
11057
11057
|
"vs/workbench/services/extensions/common/abstractExtensionService": {
|
|
11058
11058
|
"extensionService.autoRestart": "远程扩展主机意外终止。正在重启...",
|
|
@@ -11257,7 +11257,7 @@ var content = {
|
|
|
11257
11257
|
neverShowAgain: "不再显示"
|
|
11258
11258
|
},
|
|
11259
11259
|
"vs/workbench/services/preferences/browser/keybindingsEditorInput": {
|
|
11260
|
-
keybindingsEditorLabelIcon: "
|
|
11260
|
+
keybindingsEditorLabelIcon: "键绑定编辑器标签的图标。",
|
|
11261
11261
|
keybindingsInputName: "键盘快捷方式"
|
|
11262
11262
|
},
|
|
11263
11263
|
"vs/workbench/services/preferences/browser/keybindingsEditorModel": {
|
|
@@ -11276,7 +11276,7 @@ var content = {
|
|
|
11276
11276
|
},
|
|
11277
11277
|
"vs/workbench/services/preferences/common/preferencesEditorInput": {
|
|
11278
11278
|
settingsEditor2InputName: "设置",
|
|
11279
|
-
settingsEditorLabelIcon: "
|
|
11279
|
+
settingsEditorLabelIcon: "设置编辑器标签的图标。"
|
|
11280
11280
|
},
|
|
11281
11281
|
"vs/workbench/services/preferences/common/preferencesModels": {
|
|
11282
11282
|
commonlyUsed: "常用设置",
|
|
@@ -11284,7 +11284,7 @@ var content = {
|
|
|
11284
11284
|
},
|
|
11285
11285
|
"vs/workbench/services/preferences/common/preferencesValidation": {
|
|
11286
11286
|
invalidTypeError: "设置的类型无效,应为 {0}。请使用 JSON 格式进行修复。",
|
|
11287
|
-
regexParsingError: "
|
|
11287
|
+
regexParsingError: "分析以下正则表达式(包含和不包含 u 标志)时出错:",
|
|
11288
11288
|
"validations.arrayIncorrectType": "类型不正确。应为数组。",
|
|
11289
11289
|
"validations.booleanIncorrectType": "类型错误,预期为“布尔”。",
|
|
11290
11290
|
"validations.colorFormat": "颜色格式无效。请使用 #RGB、#RGBA、#RRGGBB 或 #RRGGBBAA。",
|