@codingame/monaco-vscode-language-pack-zh-hans 2.2.0-next.1 → 2.2.0-next.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 +3 -1
- package/translations/extensions/vscode.git.i18n.json +16 -0
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +0 -10
- package/translations/main.i18n.json.js +338 -207
|
@@ -131,7 +131,16 @@ var content = {
|
|
|
131
131
|
"date.fromNow.years.singular": "{0} 年",
|
|
132
132
|
"date.fromNow.years.singular.ago": "{0} 年前",
|
|
133
133
|
"date.fromNow.years.singular.ago.fullWord": "{0} 年前",
|
|
134
|
-
"date.fromNow.years.singular.fullWord": "{0} 年"
|
|
134
|
+
"date.fromNow.years.singular.fullWord": "{0} 年",
|
|
135
|
+
"duration.d": "{0} days",
|
|
136
|
+
"duration.h": "{0} hrs",
|
|
137
|
+
"duration.h.full": "{0} hours",
|
|
138
|
+
"duration.m": "{0} mins",
|
|
139
|
+
"duration.m.full": "{0} minutes",
|
|
140
|
+
"duration.ms": "{0}ms",
|
|
141
|
+
"duration.ms.full": "{0} milliseconds",
|
|
142
|
+
"duration.s": "{0}s",
|
|
143
|
+
"duration.s.full": "{0} seconds"
|
|
135
144
|
},
|
|
136
145
|
"vs/base/common/errorMessage": {
|
|
137
146
|
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
|
|
@@ -501,6 +510,13 @@ var content = {
|
|
|
501
510
|
"inlayHints.padding": "在编辑器中启用叠加提示周围的填充。",
|
|
502
511
|
inline: "快速建议显示为虚影文本",
|
|
503
512
|
inlineCompletionsAccessibilityVerbose: "控制在显示内联完成时是否应向屏幕阅读器用户提供辅助功能提示。",
|
|
513
|
+
"inlineEdit.backgroundColoring": "Controls whether to color the background of inline edits.",
|
|
514
|
+
"inlineEdit.enabled": "Controls whether to show inline edits in the editor.",
|
|
515
|
+
"inlineEdit.fontFamily": "Controls the font family of the inline edit.",
|
|
516
|
+
"inlineEdit.showToolbar": "Controls when to show the inline edit toolbar.",
|
|
517
|
+
"inlineEdit.showToolbar.always": "Show the inline edit toolbar whenever an inline suggestion is shown.",
|
|
518
|
+
"inlineEdit.showToolbar.never": "Never show the inline edit toolbar.",
|
|
519
|
+
"inlineEdit.showToolbar.onHover": "Show the inline edit toolbar when hovering over an inline suggestion.",
|
|
504
520
|
"inlineSuggest.enabled": "控制是否在编辑器中自动显示内联建议。",
|
|
505
521
|
"inlineSuggest.fontFamily": "控制内联建议的字体系列。",
|
|
506
522
|
"inlineSuggest.showToolbar": "控制何时显示内联建议工具栏。",
|
|
@@ -833,8 +849,8 @@ var content = {
|
|
|
833
849
|
gotoLineActionLabel: "转到行/列...",
|
|
834
850
|
helpQuickAccess: "显示所有快速访问提供程序",
|
|
835
851
|
inspectTokens: "开发人员: 检查令牌",
|
|
836
|
-
|
|
837
|
-
|
|
852
|
+
listAnnouncementsCommand: "Run the command: List Signal Announcements for an overview of announcements and their current status.",
|
|
853
|
+
listSignalSoundsCommand: "Run the command: List Signal Sounds for an overview of all sounds and their current status.",
|
|
838
854
|
openingDocs: "打开辅助功能文档页。",
|
|
839
855
|
quickChatCommand: "切换快速聊天({0})以打开或关闭聊天会话。",
|
|
840
856
|
quickChatCommandNoKb: "当前无法通过键绑定触发快速聊天切换。",
|
|
@@ -1447,6 +1463,8 @@ var content = {
|
|
|
1447
1463
|
"vs/editor/contrib/rename/browser/rename": {
|
|
1448
1464
|
aria: "成功将“{0}”重命名为“{1}”。摘要: {2}",
|
|
1449
1465
|
enablePreview: "启用/禁用重命名之前预览更改的功能",
|
|
1466
|
+
focusNextRenameSuggestion: "Focus Next Rename Suggestion",
|
|
1467
|
+
focusPreviousRenameSuggestion: "Focus Previous Rename Suggestion",
|
|
1450
1468
|
label: "正在将“{0}”重命名为“{1}”",
|
|
1451
1469
|
"no result": "无结果。",
|
|
1452
1470
|
quotableLabel: "将 {0} 重命名为 {1}",
|
|
@@ -1458,6 +1476,7 @@ var content = {
|
|
|
1458
1476
|
"vs/editor/contrib/rename/browser/renameInputField": {
|
|
1459
1477
|
label: "按 {0} 进行重命名,按 {1} 进行预览",
|
|
1460
1478
|
renameAriaLabel: "重命名输入。键入新名称并按 \"Enter\" 提交。",
|
|
1479
|
+
renameInputFocused: "Whether the rename input widget is focused",
|
|
1461
1480
|
renameInputVisible: "重命名输入小组件是否可见"
|
|
1462
1481
|
},
|
|
1463
1482
|
"vs/editor/contrib/smartSelect/browser/smartSelect": {
|
|
@@ -1703,49 +1722,6 @@ var content = {
|
|
|
1703
1722
|
"previewSelected.title": "预览所选操作",
|
|
1704
1723
|
"selectNextCodeAction.title": "选择下一个操作",
|
|
1705
1724
|
"selectPrevCodeAction.title": "选择上一个操作"
|
|
1706
|
-
},
|
|
1707
|
-
"vs/platform/audioCues/browser/audioCueService": {
|
|
1708
|
-
"audioCues.chatRequestSent": "已发送聊天请求",
|
|
1709
|
-
"audioCues.chatRequestSent.alertMessage": "已发送聊天请求",
|
|
1710
|
-
"audioCues.chatResponsePending": "聊天响应挂起",
|
|
1711
|
-
"audioCues.chatResponsePending.alertMessage": "聊天响应挂起",
|
|
1712
|
-
"audioCues.chatResponseReceived": "已收到聊天响应",
|
|
1713
|
-
"audioCues.clear": "清除",
|
|
1714
|
-
"audioCues.clear.alertMessage": "清除",
|
|
1715
|
-
"audioCues.diffLineDeleted": "已删除差异行",
|
|
1716
|
-
"audioCues.diffLineInserted": "已插入差异线",
|
|
1717
|
-
"audioCues.diffLineModified": "差异行已修改",
|
|
1718
|
-
"audioCues.format": "格式",
|
|
1719
|
-
"audioCues.format.alertMessage": "格式",
|
|
1720
|
-
"audioCues.lineHasBreakpoint.alertMessage": "断点",
|
|
1721
|
-
"audioCues.lineHasBreakpoint.name": "行上的断点",
|
|
1722
|
-
"audioCues.lineHasError.alertMessage": "错误",
|
|
1723
|
-
"audioCues.lineHasError.name": "行上的错误",
|
|
1724
|
-
"audioCues.lineHasFoldedArea.alertMessage": "已折叠",
|
|
1725
|
-
"audioCues.lineHasFoldedArea.name": "行上的折叠区域",
|
|
1726
|
-
"audioCues.lineHasInlineSuggestion.name": "行上的内联建议",
|
|
1727
|
-
"audioCues.lineHasWarning.alertMessage": "警告",
|
|
1728
|
-
"audioCues.lineHasWarning.name": "行上的警告",
|
|
1729
|
-
"audioCues.noInlayHints": "行上无嵌入提示",
|
|
1730
|
-
"audioCues.noInlayHints.alertMessage": "无内嵌提示",
|
|
1731
|
-
"audioCues.notebookCellCompleted": "笔记本单元格已完成",
|
|
1732
|
-
"audioCues.notebookCellCompleted.alertMessage": "笔记本单元格已完成",
|
|
1733
|
-
"audioCues.notebookCellFailed": "笔记本单元格失败",
|
|
1734
|
-
"audioCues.notebookCellFailed.alertMessage": "笔记本单元格失败",
|
|
1735
|
-
"audioCues.onDebugBreak.alertMessage": "断点",
|
|
1736
|
-
"audioCues.onDebugBreak.name": "调试程序已在断点处停止",
|
|
1737
|
-
"audioCues.save": "保存",
|
|
1738
|
-
"audioCues.save.alertMessage": "保存",
|
|
1739
|
-
"audioCues.taskCompleted": "任务已完成",
|
|
1740
|
-
"audioCues.taskCompleted.alertMessage": "任务已完成",
|
|
1741
|
-
"audioCues.taskFailed": "任务失败",
|
|
1742
|
-
"audioCues.taskFailed.alertMessage": "任务失败",
|
|
1743
|
-
"audioCues.terminalBell": "终端钟",
|
|
1744
|
-
"audioCues.terminalBell.alertMessage": "终端钟",
|
|
1745
|
-
"audioCues.terminalCommandFailed": "终端命令失败",
|
|
1746
|
-
"audioCues.terminalCommandFailed.alertMessage": "命令失败",
|
|
1747
|
-
"audioCues.terminalQuickFix.alertMessage": "快速修复",
|
|
1748
|
-
"audioCues.terminalQuickFix.name": "终端快速修复"
|
|
1749
1725
|
},
|
|
1750
1726
|
"vs/platform/configuration/common/configurationRegistry": {
|
|
1751
1727
|
"config.policy.duplicate": "无法注册 \"{0}\"。关联的策略 {1} 已向 {2} 注册。",
|
|
@@ -2395,6 +2371,10 @@ var content = {
|
|
|
2395
2371
|
confirmLogin: "扩展\"{0}\"希望使用{1}登录。",
|
|
2396
2372
|
confirmRelogin: "扩展“{0}”希望你使用 {1} 重新登录。",
|
|
2397
2373
|
signedOut: "已成功注销。"
|
|
2374
|
+
},
|
|
2375
|
+
"vs/workbench/api/browser/mainThreadChatProvider": {
|
|
2376
|
+
languageModels: "Language Model ({0})",
|
|
2377
|
+
languageModelsAccountId: "Language Models"
|
|
2398
2378
|
},
|
|
2399
2379
|
"vs/workbench/api/browser/mainThreadComments": {
|
|
2400
2380
|
commentsViewIcon: "查看备注视图的图标。"
|
|
@@ -2501,7 +2481,13 @@ var content = {
|
|
|
2501
2481
|
requirenonemptystring: "属性“{0}”是必需的,并且必须为具有非空值的类型 `string`",
|
|
2502
2482
|
requirestring: "属性 \"{0}\" 是必需项并且必须为 \"string\" 类型",
|
|
2503
2483
|
unknownViewType: "未知视图类型“{0}”。",
|
|
2484
|
+
"view container id": "ID",
|
|
2485
|
+
"view container location": "Where",
|
|
2486
|
+
"view container title": "Title",
|
|
2487
|
+
"view id": "ID",
|
|
2488
|
+
"view name title": "Name",
|
|
2504
2489
|
"viewcontainer requirearray": "视图容器必须为数组",
|
|
2490
|
+
views: "Views",
|
|
2505
2491
|
"views.container.activitybar": "向活动栏提供视图容器",
|
|
2506
2492
|
"views.container.panel": "向面板提供视图容器",
|
|
2507
2493
|
"views.contributed": "向“提供的视图”容器提供视图",
|
|
@@ -2510,6 +2496,7 @@ var content = {
|
|
|
2510
2496
|
"views.remote": "在活动栏中为远程容器提供视图。要为此容器提供帮助,需要启用enableProposedApi。",
|
|
2511
2497
|
"views.scm": "向活动栏中的“源代码管理”容器提供视图",
|
|
2512
2498
|
"views.test": "向活动栏中的“测试”容器提供视图",
|
|
2499
|
+
viewsContainers: "View Containers",
|
|
2513
2500
|
"vscode.extension.contributes.view.contextualTitle": "当视图移出其原始位置时的用户可读上下文。默认情况下,将使用视图的容器名称。",
|
|
2514
2501
|
"vscode.extension.contributes.view.group": "视图中的嵌套组",
|
|
2515
2502
|
"vscode.extension.contributes.view.icon": "视图图标的路径。无法显示视图名称时,将显示视图图标。可以接受任何图像文件类型,但建议图标采用 SVG 格式。",
|
|
@@ -2534,6 +2521,8 @@ var content = {
|
|
|
2534
2521
|
"vs/workbench/api/common/configurationExtensionPoint": {
|
|
2535
2522
|
"config.property.defaultConfiguration.warning": "无法注册“{0}”的配置默认值。仅支持可重写计算机、窗口、资源和可重写语言范围设置的默认值。",
|
|
2536
2523
|
"config.property.duplicate": "无法注册“{0}”。此属性已注册。",
|
|
2524
|
+
"default": "Default",
|
|
2525
|
+
description: "Description",
|
|
2537
2526
|
"invalid.allOf": "\"configuration.allOf\" 已被弃用且不应被使用。你可以将多个配置单元作为数组传递给 \"configuration\" 参与点。",
|
|
2538
2527
|
"invalid.properties": "configuration.properties 必须是对象",
|
|
2539
2528
|
"invalid.property": "配置对象属性“{0}”必须是对象",
|
|
@@ -2556,6 +2545,8 @@ var content = {
|
|
|
2556
2545
|
"scope.resource.description": "可在用户、远程、工作区或文件夹设置中对其进行配置的配置。",
|
|
2557
2546
|
"scope.singlelineText.description": "该值将显示在输入框中。",
|
|
2558
2547
|
"scope.window.description": "可在用户、远程或工作区设置中对其进行配置的配置。",
|
|
2548
|
+
"setting name": "ID",
|
|
2549
|
+
settings: "Settings",
|
|
2559
2550
|
unknownWorkspaceProperty: "未知的工作区配置属性",
|
|
2560
2551
|
"vscode.extension.contributes.configuration": "用于配置字符串。",
|
|
2561
2552
|
"vscode.extension.contributes.configuration.order": "指定后,提供此类别的设置相对于其他类别的顺序。",
|
|
@@ -2576,6 +2567,10 @@ var content = {
|
|
|
2576
2567
|
},
|
|
2577
2568
|
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2578
2569
|
errorResponse: "提供程序出错: {0}"
|
|
2570
|
+
},
|
|
2571
|
+
"vs/workbench/api/common/extHostChatProvider": {
|
|
2572
|
+
chatAccess: "To allow access to the language models provided by {0}",
|
|
2573
|
+
chatAccessWithJustification: "To allow access to the language models provided by {0}. Justification:\r\n\r\n{1}"
|
|
2579
2574
|
},
|
|
2580
2575
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2581
2576
|
limitHit: "未显示 {0} 个进一步的错误和警告。"
|
|
@@ -2621,12 +2616,15 @@ var content = {
|
|
|
2621
2616
|
"contributes.jsonValidation": "用于 json 架构配置。",
|
|
2622
2617
|
"contributes.jsonValidation.fileMatch": "要匹配的文件模式(或模式数组),例如\"package.json\"或\"*. launch\"。排除模式以\"!\"开头",
|
|
2623
2618
|
"contributes.jsonValidation.url": "到扩展文件夹('./')的架构 URL (\"http:\"、\"https:\")或相对路径。",
|
|
2619
|
+
fileMatch: "File Match",
|
|
2624
2620
|
"invalid.fileMatch": "\"configuration.jsonValidation.fileMatch\"必须定义为字符串或字符串数组。",
|
|
2625
2621
|
"invalid.jsonValidation": "configuration.jsonValidation 必须是数组",
|
|
2626
2622
|
"invalid.path.1": "\"contributes.{0}.url\" ({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
|
|
2627
2623
|
"invalid.url": "configuration.jsonValidation.url 必须是 URL 或相对路径",
|
|
2628
2624
|
"invalid.url.fileschema": "configuration.jsonValidation.url 是无效的相对 URL: {0}",
|
|
2629
|
-
"invalid.url.schema": "\"configuration.jsonValidation.url\" 必须是绝对 URL 或者以 \"./\" 开头,以引用扩展中的架构。"
|
|
2625
|
+
"invalid.url.schema": "\"configuration.jsonValidation.url\" 必须是绝对 URL 或者以 \"./\" 开头,以引用扩展中的架构。",
|
|
2626
|
+
jsonValidation: "JSON Validation",
|
|
2627
|
+
schema: "Schema"
|
|
2630
2628
|
},
|
|
2631
2629
|
"vs/workbench/browser/actions/layoutActions": {
|
|
2632
2630
|
active: "活动",
|
|
@@ -3471,8 +3469,8 @@ var content = {
|
|
|
3471
3469
|
alignPanelRight: "将面板对齐方式设置为“右对齐”",
|
|
3472
3470
|
alignPanelRightShort: "右",
|
|
3473
3471
|
closeIcon: "用于关闭面板的图标。",
|
|
3474
|
-
closePanel: "
|
|
3475
|
-
closeSecondarySideBar: "
|
|
3472
|
+
closePanel: "Hide Panel",
|
|
3473
|
+
closeSecondarySideBar: "Hide Secondary Side Bar",
|
|
3476
3474
|
focusPanel: "聚焦到面板中",
|
|
3477
3475
|
hidePanel: "隐藏面板",
|
|
3478
3476
|
maximizeIcon: "用于最大化面板的图标。",
|
|
@@ -3631,6 +3629,8 @@ var content = {
|
|
|
3631
3629
|
activeFolderLong: "\"${activeFolderLong}\": 文件所在文件夹的完整路径 (例如 /Users/Development/myFolder/myFileFolder)。",
|
|
3632
3630
|
activeFolderMedium: "\"${activeFolderMedium}\": 相对于工作区文件夹的、包含文件的文件夹的路径, (例如 myFolder/myFileFolder)。",
|
|
3633
3631
|
activeFolderShort: "\"${activeFolderShort}\": 文件所在的文件夹名称 (例如, myFileFolder)。",
|
|
3632
|
+
activeRepositoryBranchName: "`${activeRepositoryBranchName}`: the name of the active branch in the active repository (e.g. main).",
|
|
3633
|
+
activeRepositoryName: "`${activeRepositoryName}`: the name of the active repository (e.g. vscode).",
|
|
3634
3634
|
activityBarIconClickBehavior: "控制在工作台中单击活动栏图标时出现的行为。",
|
|
3635
3635
|
activityBarLocation: "控制活动栏的位置。它可以显示到主侧边栏的“侧边”或“顶部”,也可以“隐藏”。",
|
|
3636
3636
|
appName: "\"${appName}\": 例如 VS Code。",
|
|
@@ -3871,9 +3871,9 @@ var content = {
|
|
|
3871
3871
|
inZenMode: "是否已启用 Zen 模式",
|
|
3872
3872
|
isAuxiliaryEditorPart: "编辑器部件位于辅助窗口中",
|
|
3873
3873
|
isAuxiliaryWindowFocusedContext: "辅助窗口是否成为焦点",
|
|
3874
|
-
isCenteredLayout: "是否已启用居中布局",
|
|
3875
3874
|
isFileSystemResource: "资源是否由文件系统提供程序支持",
|
|
3876
3875
|
isFullscreen: "主窗口是否处于全屏模式",
|
|
3876
|
+
isMainEditorCenteredLayout: "Whether centered layout is enabled for the main editor",
|
|
3877
3877
|
mainEditorAreaVisible: "主窗口中的编辑器区域是否可见",
|
|
3878
3878
|
multipleEditorGroups: "是否打开了多个编辑器组",
|
|
3879
3879
|
notificationCenterVisible: "通知中心是否可见",
|
|
@@ -4041,6 +4041,7 @@ var content = {
|
|
|
4041
4041
|
tabActiveUnfocusedBorder: "在失去焦点的编辑器组中的活动选项卡底部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
|
|
4042
4042
|
tabActiveUnfocusedBorderTop: "在失去焦点的编辑器组中的活动选项卡顶部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
|
|
4043
4043
|
tabBorder: "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
|
|
4044
|
+
tabDragAndDropBorder: "Border between tabs to indicate that a tab can be inserted between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.",
|
|
4044
4045
|
tabHoverBackground: "选项卡被悬停时的背景色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
|
|
4045
4046
|
tabHoverBorder: "选项卡被悬停时用于突出显示的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
|
|
4046
4047
|
tabHoverForeground: "悬停时选项卡的前景色。选项卡是编辑器区域中的编辑器的容器。可在一个编辑器组中打开多个选项卡。可存在多个编辑器组。",
|
|
@@ -4073,33 +4074,114 @@ var content = {
|
|
|
4073
4074
|
"views log": "视图"
|
|
4074
4075
|
},
|
|
4075
4076
|
"vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
|
|
4077
|
+
"accessibility.announcement.deprecationMessage": "This setting is deprecated. Use the `signals` settings instead.",
|
|
4076
4078
|
"accessibility.hideAccessibleView": "控制是否隐藏辅助视图。",
|
|
4079
|
+
"accessibility.signals.chatRequestSent": "Plays a signal when a chat request is made.",
|
|
4080
|
+
"accessibility.signals.chatRequestSent.announcement": "Indicates when a chat request is made.",
|
|
4081
|
+
"accessibility.signals.chatRequestSent.sound": "Plays a sound when a chat request is made.",
|
|
4082
|
+
"accessibility.signals.chatResponsePending": "Plays a signal on loop while the response is pending.",
|
|
4083
|
+
"accessibility.signals.chatResponsePending.announcement": "Alerts on loop while the response is pending.",
|
|
4084
|
+
"accessibility.signals.chatResponsePending.sound": "Plays a sound on loop while the response is pending.",
|
|
4085
|
+
"accessibility.signals.chatResponseReceived": "Indicates when the response has been received.",
|
|
4086
|
+
"accessibility.signals.chatResponseReceived.sound": "Plays a sound on loop while the response has been received.",
|
|
4087
|
+
"accessibility.signals.clear": "Plays a signal when a feature is cleared (for example, the terminal, Debug Console, or Output channel). When this is disabled, an ARIA alert will announce 'Cleared'.",
|
|
4088
|
+
"accessibility.signals.clear.announcement": "Indicates when a feature is cleared.",
|
|
4089
|
+
"accessibility.signals.clear.sound": "Plays a sound when a feature is cleared.",
|
|
4090
|
+
"accessibility.signals.debouncePositionChanges": "Whether or not position changes should be debounced",
|
|
4091
|
+
"accessibility.signals.diffLineDeleted": "Indicates when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4092
|
+
"accessibility.signals.diffLineDeleted.sound": "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4093
|
+
"accessibility.signals.diffLineInserted": "Indicates when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4094
|
+
"accessibility.signals.diffLineModified": "Indicates when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4095
|
+
"accessibility.signals.diffLineModified.sound": "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4096
|
+
"accessibility.signals.format": "Plays a signal when a file or notebook is formatted.",
|
|
4097
|
+
"accessibility.signals.format.always": "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4098
|
+
"accessibility.signals.format.announcement": "Indicates when a file or notebook is formatted.",
|
|
4099
|
+
"accessibility.signals.format.announcement.always": "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4100
|
+
"accessibility.signals.format.announcement.never": "Never announces.",
|
|
4101
|
+
"accessibility.signals.format.announcement.userGesture": "Announceswhen a user explicitly formats a file.",
|
|
4102
|
+
"accessibility.signals.format.never": "Never plays the audio cue.",
|
|
4103
|
+
"accessibility.signals.format.sound": "Plays a sound when a file or notebook is formatted.",
|
|
4104
|
+
"accessibility.signals.format.userGesture": "Plays the audio cue when a user explicitly formats a file.",
|
|
4105
|
+
"accessibility.signals.lineHasBreakpoint": "Plays a signal when the active line has a breakpoint.",
|
|
4106
|
+
"accessibility.signals.lineHasBreakpoint.announcement": "Indicates when the active line has a breakpoint.",
|
|
4107
|
+
"accessibility.signals.lineHasBreakpoint.sound": "Plays a sound when the active line has a breakpoint.",
|
|
4108
|
+
"accessibility.signals.lineHasError": "Indicates when the active line has an error.",
|
|
4109
|
+
"accessibility.signals.lineHasError.announcement": "Indicates when the active line has an error.",
|
|
4110
|
+
"accessibility.signals.lineHasError.sound": "Plays a sound when the active line has an error.",
|
|
4111
|
+
"accessibility.signals.lineHasFoldedArea": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4112
|
+
"accessibility.signals.lineHasFoldedArea.announcement": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4113
|
+
"accessibility.signals.lineHasFoldedArea.sound": "Plays a sound when the active line has a folded area that can be unfolded.",
|
|
4114
|
+
"accessibility.signals.lineHasInlineSuggestion": "Indicates when the active line has an inline suggestion.",
|
|
4115
|
+
"accessibility.signals.lineHasInlineSuggestion.sound": "Plays a sound when the active line has an inline suggestion.",
|
|
4116
|
+
"accessibility.signals.lineHasWarning": "Plays a signal when the active line has a warning.",
|
|
4117
|
+
"accessibility.signals.lineHasWarning.announcement": "Indicates when the active line has a warning.",
|
|
4118
|
+
"accessibility.signals.lineHasWarning.sound": "Plays a sound when the active line has a warning.",
|
|
4119
|
+
"accessibility.signals.noInlayHints": "Plays a signal when trying to read a line with inlay hints that has no inlay hints.",
|
|
4120
|
+
"accessibility.signals.noInlayHints.announcement": "Indicates when trying to read a line with inlay hints that has no inlay hints.",
|
|
4121
|
+
"accessibility.signals.noInlayHints.sound": "Plays a sound when trying to read a line with inlay hints that has no inlay hints.",
|
|
4122
|
+
"accessibility.signals.notebookCellCompleted": "Plays a signal when a notebook cell execution is successfully completed.",
|
|
4123
|
+
"accessibility.signals.notebookCellCompleted.announcement": "Indicates when a notebook cell execution is successfully completed.",
|
|
4124
|
+
"accessibility.signals.notebookCellCompleted.sound": "Plays a sound when a notebook cell execution is successfully completed.",
|
|
4125
|
+
"accessibility.signals.notebookCellFailed": "Plays a signal when a notebook cell execution fails.",
|
|
4126
|
+
"accessibility.signals.notebookCellFailed.announcement": "Indicates when a notebook cell execution fails.",
|
|
4127
|
+
"accessibility.signals.notebookCellFailed.sound": "Plays a sound when a notebook cell execution fails.",
|
|
4128
|
+
"accessibility.signals.onDebugBreak": "Plays a signal when the debugger stopped on a breakpoint.",
|
|
4129
|
+
"accessibility.signals.onDebugBreak.announcement": "Indicates when the debugger stopped on a breakpoint.",
|
|
4130
|
+
"accessibility.signals.onDebugBreak.sound": "Plays a sound when the debugger stopped on a breakpoint.",
|
|
4131
|
+
"accessibility.signals.save": "Plays a signal when a file is saved.",
|
|
4132
|
+
"accessibility.signals.save.announcement": "Indicates when a file is saved.",
|
|
4133
|
+
"accessibility.signals.save.announcement.always": "Announces whenever a file is saved, including auto save.",
|
|
4134
|
+
"accessibility.signals.save.announcement.never": "Never plays the audio cue.",
|
|
4135
|
+
"accessibility.signals.save.announcement.userGesture": "Announces when a user explicitly saves a file.",
|
|
4136
|
+
"accessibility.signals.save.sound": "Plays a sound when a file is saved.",
|
|
4137
|
+
"accessibility.signals.save.sound.always": "Plays the audio cue whenever a file is saved, including auto save.",
|
|
4138
|
+
"accessibility.signals.save.sound.never": "Never plays the audio cue.",
|
|
4139
|
+
"accessibility.signals.save.sound.userGesture": "Plays the audio cue when a user explicitly saves a file.",
|
|
4140
|
+
"accessibility.signals.sound": "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4141
|
+
"accessibility.signals.sounds.volume": "The volume of the sounds in percent (0-100).",
|
|
4142
|
+
"accessibility.signals.taskCompleted": "Plays a signal when a task is completed.",
|
|
4143
|
+
"accessibility.signals.taskCompleted.announcement": "Indicates when a task is completed.",
|
|
4144
|
+
"accessibility.signals.taskCompleted.sound": "Plays a sound when a task is completed.",
|
|
4145
|
+
"accessibility.signals.taskFailed": "Plays a signal when a task fails (non-zero exit code).",
|
|
4146
|
+
"accessibility.signals.taskFailed.announcement": "Indicates when a task fails (non-zero exit code).",
|
|
4147
|
+
"accessibility.signals.taskFailed.sound": "Plays a sound when a task fails (non-zero exit code).",
|
|
4148
|
+
"accessibility.signals.terminalBell": "Plays a signal when the terminal bell is ringing.",
|
|
4149
|
+
"accessibility.signals.terminalBell.announcement": "Indicates when the terminal bell is ringing.",
|
|
4150
|
+
"accessibility.signals.terminalBell.sound": "Plays a sound when the terminal bell is ringing.",
|
|
4151
|
+
"accessibility.signals.terminalCommandFailed": "Plays a signal when a terminal command fails (non-zero exit code).",
|
|
4152
|
+
"accessibility.signals.terminalCommandFailed.announcement": "Indicates when a terminal command fails (non-zero exit code).",
|
|
4153
|
+
"accessibility.signals.terminalCommandFailed.sound": "Plays a sound when a terminal command fails (non-zero exit code).",
|
|
4154
|
+
"accessibility.signals.terminalQuickFix": "Plays a signal when terminal Quick Fixes are available.",
|
|
4155
|
+
"accessibility.signals.terminalQuickFix.announcement": "Indicates when terminal Quick Fixes are available.",
|
|
4156
|
+
"accessibility.signals.terminalQuickFix.sound": "Plays a sound when terminal Quick Fixes are available.",
|
|
4077
4157
|
accessibilityConfigurationTitle: "辅助功能",
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4081
|
-
"
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4084
|
-
"
|
|
4085
|
-
"
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4158
|
+
"announcement.breakpoint": "Indicates when the debugger breaks. Also see {0}.",
|
|
4159
|
+
"announcement.chatRequestSent": "Indicates when a chat request is sent. Also see {0}.",
|
|
4160
|
+
"announcement.chatResponsePending": "Indicates when a chat response is pending. Also see {0}.",
|
|
4161
|
+
"announcement.clear": "Indicates when a feature is cleared (for example, the terminal, Debug Console, or Output channel). Also see {0}.",
|
|
4162
|
+
"announcement.enabled.auto": "Enable announcement, will only play when in screen reader optimized mode.",
|
|
4163
|
+
"announcement.enabled.off": "Disable announcement.",
|
|
4164
|
+
"announcement.error": "Indicates when the active line has an error. Also see {0}.",
|
|
4165
|
+
"announcement.foldedArea": "Indicates when the active line has a folded area that can be unfolded. Also see {0}.",
|
|
4166
|
+
"announcement.format": "Indicates when a file or notebook cell is formatted. Also see {0}.",
|
|
4167
|
+
"announcement.format.always": "Indicates whenever is a file is formatted, including auto save, on cell execution, and more.",
|
|
4168
|
+
"announcement.format.never": "Never alerts.",
|
|
4169
|
+
"announcement.format.userGesture": "Indicates when a file is formatted via user gesture.",
|
|
4170
|
+
"announcement.lineHasBreakpoint": "Indicates when on a line with a breakpoint. Also see {0}.",
|
|
4171
|
+
"announcement.noInlayHints": "Indicates when there are no inlay hints. Also see {0}.",
|
|
4172
|
+
"announcement.notebookCellCompleted": "Indicates when a notebook cell completes successfully. Also see {0}.",
|
|
4173
|
+
"announcement.notebookCellFailed": "Indicates when a notebook cell fails. Also see {0}.",
|
|
4174
|
+
"announcement.onDebugBreak": "Indicates when the debugger breaks. Also see {0}.",
|
|
4175
|
+
"announcement.save": "Indicates when a file is saved. Also see {0}.",
|
|
4176
|
+
"announcement.save.always": "Indicates whenever is a file is saved, including auto save.",
|
|
4177
|
+
"announcement.save.never": "Never alerts.",
|
|
4178
|
+
"announcement.save.userGesture": "Indicates when a file is saved via user gesture.",
|
|
4179
|
+
"announcement.taskCompleted": "Indicates when a task completes successfully (zero exit code). Also see {0}.",
|
|
4180
|
+
"announcement.taskFailed": "Indicates when a task fails (non-zero exit code). Also see {0}.",
|
|
4181
|
+
"announcement.terminalBell": "Indicates when the terminal bell is activated.",
|
|
4182
|
+
"announcement.terminalCommandFailed": "Indicates when a terminal command fails (non-zero exit code). Also see {0}.",
|
|
4183
|
+
"announcement.terminalQuickFix": "Indicates when there is an available terminal quick fix. Also see {0}.",
|
|
4184
|
+
"announcement.warning": "Indicates when the active line has a warning. Also see {0}.",
|
|
4103
4185
|
dimUnfocusedEnabled: "是否将未聚焦的编辑器和终端变暗,这可以更清楚地说明键入的输入将转到何处。这适用于大多数编辑器,但使用 iframe(如笔记本和扩展 Web 视图编辑器)的编辑器除外。",
|
|
4104
4186
|
dimUnfocusedOpacity: "不透明度分数 (0.2 到 1.0) 用于未聚焦的编辑器和终端。这仅在启用 {0} 时生效。",
|
|
4105
4187
|
"terminal.integrated.accessibleView.closeOnKeyPress": "在 keypress 上,关闭辅助视图,将焦点放在调用它的元素上。",
|
|
@@ -4244,13 +4326,8 @@ var content = {
|
|
|
4244
4326
|
cancel: "放弃",
|
|
4245
4327
|
"conflict.1": "无法应用重构,因为“{0}”在此期间进行了修改。",
|
|
4246
4328
|
"conflict.N": "无法应用重构,因为其他 {0} 个文件在此期间进行了修改。",
|
|
4247
|
-
create: "创建",
|
|
4248
|
-
"edt.title.1": "{0}(重构预览)",
|
|
4249
|
-
"edt.title.2": "{0}({1}、重构预览)",
|
|
4250
|
-
"edt.title.del": "{0}(删除、重构预览)",
|
|
4251
4329
|
"empty.msg": "调用代码操作(如重命名操作),在此处查看其更改的预览。",
|
|
4252
|
-
ok: "应用"
|
|
4253
|
-
rename: "重命名"
|
|
4330
|
+
ok: "应用"
|
|
4254
4331
|
},
|
|
4255
4332
|
"vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": {
|
|
4256
4333
|
"default": "其他"
|
|
@@ -4301,12 +4378,12 @@ var content = {
|
|
|
4301
4378
|
},
|
|
4302
4379
|
"vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
|
|
4303
4380
|
"chat.announcement": "聊天答复将在他们进入时公布。答复将指示代码块的数量(如果有),然后指示响应的其余部分。",
|
|
4304
|
-
"chat.audioCues": "可通过具有 audioCues.chat 前缀的设置更改音频提示。默认情况下,如果请求超过 4 秒,你将听到一个音频提示,指示仍在进行中。",
|
|
4305
4381
|
"chat.followUp": "在输入框中,导航到建议的后续问题 (Shift+Tab),然后按 Enter 运行它。",
|
|
4306
4382
|
"chat.inspectResponse": "在输入框中,在辅助视图 {0} 中检查最后一个响应",
|
|
4307
4383
|
"chat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的最后一个响应,该命令当前无法通过键绑定触发。",
|
|
4308
4384
|
"chat.overview": "聊天视图由输入框和请求/响应列表组成。输入框用于发出请求,列表用于显示响应。",
|
|
4309
4385
|
"chat.requestHistory": "在输入框中,使用向上和向下箭头导航请求历史记录。编辑输入并使用 Enter 或提交按钮运行新请求。",
|
|
4386
|
+
"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.",
|
|
4310
4387
|
"inlineChat.access": "可通过代码操作激活,也可直接使用“内联聊天: 启动内联聊天”命令({0})激活。",
|
|
4311
4388
|
"inlineChat.contextActions": "弹出菜单操作可以运行前缀为 /. Type / 的请求,以发现此类现成命令。",
|
|
4312
4389
|
"inlineChat.diff": "进入差异编辑器后,使用({0})进入评审模式。使用向上和向下箭头导航包含建议的更改的行。",
|
|
@@ -4341,6 +4418,9 @@ var content = {
|
|
|
4341
4418
|
"interactiveSession.history.pick": "切换到聊天",
|
|
4342
4419
|
"interactiveSession.open": "打开编辑器({0})",
|
|
4343
4420
|
openChat: "打开聊天"
|
|
4421
|
+
},
|
|
4422
|
+
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
|
|
4423
|
+
"chat.newChat.label": "New Chat"
|
|
4344
4424
|
},
|
|
4345
4425
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4346
4426
|
"interactive.copyCodeBlock.label": "复制",
|
|
@@ -4393,13 +4473,13 @@ var content = {
|
|
|
4393
4473
|
},
|
|
4394
4474
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4395
4475
|
chat: "聊天",
|
|
4476
|
+
clear: "Start a new chat",
|
|
4396
4477
|
"interactiveSession.editor.fontFamily": "控制聊天代码块中的字体系列。",
|
|
4397
4478
|
"interactiveSession.editor.fontSize": "控制聊天代码块中的字号(以像素为单位)。",
|
|
4398
4479
|
"interactiveSession.editor.fontWeight": "控制聊天代码块中的字体粗细。",
|
|
4399
4480
|
"interactiveSession.editor.lineHeight": "聊天代码块中的行高(以像素为单位)。使用 0 可根据字号计算行高。",
|
|
4400
4481
|
"interactiveSession.editor.wordWrap": "控制行是否应整合在聊天代码块中。",
|
|
4401
|
-
interactiveSessionConfigurationTitle: "聊天"
|
|
4402
|
-
newChat: "启动新聊天"
|
|
4482
|
+
interactiveSessionConfigurationTitle: "聊天"
|
|
4403
4483
|
},
|
|
4404
4484
|
"vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
|
|
4405
4485
|
"chat.viewContainer.label": "聊天",
|
|
@@ -4423,8 +4503,7 @@ var content = {
|
|
|
4423
4503
|
},
|
|
4424
4504
|
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4425
4505
|
chat: "聊天",
|
|
4426
|
-
|
|
4427
|
-
commandFollowUpInfoMany: "命令: {0}",
|
|
4506
|
+
commandButtonDisabled: "Button not available in restored chat",
|
|
4428
4507
|
multiCodeBlock: "{0} {1} 个代码块",
|
|
4429
4508
|
multiCodeBlockHint: "{0} {1} 个代码块: {2}",
|
|
4430
4509
|
multiFileTreeHint: "{0} 个文件树",
|
|
@@ -4460,6 +4539,7 @@ var content = {
|
|
|
4460
4539
|
"vs/workbench/contrib/chat/common/chatColors": {
|
|
4461
4540
|
"chat.avatarBackground": "聊天头像的背景色。",
|
|
4462
4541
|
"chat.avatarForeground": "聊天头像的前景色。",
|
|
4542
|
+
"chat.requestBackground": "The background color of a chat request.",
|
|
4463
4543
|
"chat.requestBorder": "聊天请求的边框颜色。",
|
|
4464
4544
|
"chat.slashCommandBackground": "聊天斜线命令的背景色。",
|
|
4465
4545
|
"chat.slashCommandForeground": "聊天斜线命令的前景色。"
|
|
@@ -4490,6 +4570,11 @@ var content = {
|
|
|
4490
4570
|
neverSaveBoolean: "从不在保存时触发代码操作。此值将被弃用,取而代之将使用“从不”。"
|
|
4491
4571
|
},
|
|
4492
4572
|
"vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": {
|
|
4573
|
+
"codeActions.description": "Description",
|
|
4574
|
+
"codeActions.kind": "Kind",
|
|
4575
|
+
"codeActions.languages": "Languages",
|
|
4576
|
+
"codeActions.title": "Title",
|
|
4577
|
+
codeactions: "Code Actions",
|
|
4493
4578
|
"contributes.codeActions": "配置资源要使用的编辑器。",
|
|
4494
4579
|
"contributes.codeActions.description": "代码操作的说明。",
|
|
4495
4580
|
"contributes.codeActions.kind": "贡献代码操作的\"代码操作种类\"。",
|
|
@@ -4512,7 +4597,7 @@ var content = {
|
|
|
4512
4597
|
hintWhitespace: "显示空白差异",
|
|
4513
4598
|
msg1: "在一个差异编辑器的窗格中。",
|
|
4514
4599
|
msg2: "在针对屏幕阅读器优化的差异审阅模式下查看下一个({0})或上一个({1})差异。",
|
|
4515
|
-
msg3: "
|
|
4600
|
+
msg3: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
|
|
4516
4601
|
removeTimeout: "删除限制"
|
|
4517
4602
|
},
|
|
4518
4603
|
"vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
|
|
@@ -4740,6 +4825,16 @@ var content = {
|
|
|
4740
4825
|
hasCommentRangesKb: "编辑器有注释范围,有关详细信息,请运行“打开辅助功能帮助”({0}) 命令。",
|
|
4741
4826
|
hasCommentRangesNoKb: "编辑器具有注释范围,有关详细信息,请运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
|
|
4742
4827
|
pickCommentService: "选择 \"注释提供程序\""
|
|
4828
|
+
},
|
|
4829
|
+
"vs/workbench/contrib/comments/browser/commentsEditorContribution": {
|
|
4830
|
+
"comments.addCommand": "添加对当前所选内容的注释",
|
|
4831
|
+
"comments.addCommand.error": "光标必须在注释范围内才能添加注释",
|
|
4832
|
+
"comments.collapseAll": "折叠所有注释",
|
|
4833
|
+
"comments.expandAll": "展开所有注释",
|
|
4834
|
+
"comments.expandUnresolved": "展开未解决注释",
|
|
4835
|
+
"comments.nextCommentingRange": "转到下一注释范围",
|
|
4836
|
+
"comments.previousCommentingRange": "转到上一个注释范围",
|
|
4837
|
+
"comments.toggleCommenting": "切换编辑器注释"
|
|
4743
4838
|
},
|
|
4744
4839
|
"vs/workbench/contrib/comments/browser/commentsModel": {
|
|
4745
4840
|
noComments: "此工作区中尚无注释。"
|
|
@@ -4757,8 +4852,8 @@ var content = {
|
|
|
4757
4852
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
4758
4853
|
"comments.filter.ariaLabel": "筛选注释",
|
|
4759
4854
|
"comments.filter.placeholder": "筛选器(例如文本、作者)",
|
|
4760
|
-
resourceWithCommentLabel: "{
|
|
4761
|
-
resourceWithCommentLabelFile: "
|
|
4855
|
+
resourceWithCommentLabel: "${0} at line {1} column {2} in {3}, source: {4}",
|
|
4856
|
+
resourceWithCommentLabelFile: "${0} in {1}, source: {2}",
|
|
4762
4857
|
resourceWithCommentThreadsLabel: "{0} 中的注释,完整路径: {1}",
|
|
4763
4858
|
rootCommentsLabel: "当前工作区的注释",
|
|
4764
4859
|
"showing filtered results": "正在显示第 {0} 页(共 {1} 页)"
|
|
@@ -4822,7 +4917,11 @@ var content = {
|
|
|
4822
4917
|
"contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。",
|
|
4823
4918
|
"contributes.selector": "为其启用了自定义编辑器的一组 glob。",
|
|
4824
4919
|
"contributes.selector.filenamePattern": "为其启用了自定义编辑器的 glob。",
|
|
4825
|
-
"contributes.viewType": "自定义编辑器的标识符。它在所有自定义编辑器中都必须是唯一的,因此建议将扩展 ID 作为 \"viewType\" 的一部分包括在内。在使用 \"vscode.registerCustomEditorProvider\" 和在 \"onCustomEditor:${id}\" [激活事件](https://code.visualstudio.com/api/references/activation-events)中注册自定义编辑器时,使用 \"viewType\"。"
|
|
4920
|
+
"contributes.viewType": "自定义编辑器的标识符。它在所有自定义编辑器中都必须是唯一的,因此建议将扩展 ID 作为 \"viewType\" 的一部分包括在内。在使用 \"vscode.registerCustomEditorProvider\" 和在 \"onCustomEditor:${id}\" [激活事件](https://code.visualstudio.com/api/references/activation-events)中注册自定义编辑器时,使用 \"viewType\"。",
|
|
4921
|
+
customEditors: "Custom Editors",
|
|
4922
|
+
"customEditors filenamePattern": "Filename Pattern",
|
|
4923
|
+
"customEditors priority": "Priority",
|
|
4924
|
+
"customEditors view type": "View Type"
|
|
4826
4925
|
},
|
|
4827
4926
|
"vs/workbench/contrib/debug/browser/baseDebugView": {
|
|
4828
4927
|
"debug.lazyButton.tooltip": "单击以展开"
|
|
@@ -4885,6 +4984,7 @@ var content = {
|
|
|
4885
4984
|
editBreakpoint: "编辑函数条件...",
|
|
4886
4985
|
editCondition: "编辑条件…",
|
|
4887
4986
|
editHitCount: "编辑命中次数…",
|
|
4987
|
+
editMode: "Edit Mode...",
|
|
4888
4988
|
enableAllBreakpoints: "启用所有断点",
|
|
4889
4989
|
exceptionBreakpointAriaLabel: "类型异常断点条件",
|
|
4890
4990
|
exceptionBreakpointPlaceholder: "在表达式结果为 true 时中断",
|
|
@@ -4913,6 +5013,7 @@ var content = {
|
|
|
4913
5013
|
reapplyAllBreakpoints: "重新应用所有断点",
|
|
4914
5014
|
removeAllBreakpoints: "删除所有断点",
|
|
4915
5015
|
removeBreakpoint: "删除断点",
|
|
5016
|
+
selectBreakpointMode: "Select Breakpoint Mode",
|
|
4916
5017
|
triggeredBy: "在断点后命中:{0}",
|
|
4917
5018
|
unverifiedBreakpoint: "未验证的断点",
|
|
4918
5019
|
unverifiedExceptionBreakpoint: "未验证的异常断点",
|
|
@@ -4920,6 +5021,7 @@ var content = {
|
|
|
4920
5021
|
write: "写入"
|
|
4921
5022
|
},
|
|
4922
5023
|
"vs/workbench/contrib/debug/browser/breakpointWidget": {
|
|
5024
|
+
bpMode: "Mode",
|
|
4923
5025
|
breakpointType: "断点类型",
|
|
4924
5026
|
breakpointWidgetExpressionPlaceholder: "在表达式结果为真时中断。按 \"{0}\" 键确认,\"{1}\" 键取消。",
|
|
4925
5027
|
breakpointWidgetHitCountPlaceholder: "在满足命中次数条件时中断。按 \"{0}\" 键确认,\"{1}\" 键取消。",
|
|
@@ -5034,6 +5136,7 @@ var content = {
|
|
|
5034
5136
|
restartFrame: "重启框架",
|
|
5035
5137
|
run: "运行或调试...",
|
|
5036
5138
|
"run and debug": "运行和调试",
|
|
5139
|
+
runMenu: "Run",
|
|
5037
5140
|
setValue: "设置值",
|
|
5038
5141
|
showBreakpointsInOverviewRuler: "控制断点是否应显示在概览标尺中。",
|
|
5039
5142
|
showErrors: "显示问题视图且不开始调试。",
|
|
@@ -5322,6 +5425,7 @@ var content = {
|
|
|
5322
5425
|
followLink: "执行链接"
|
|
5323
5426
|
},
|
|
5324
5427
|
"vs/workbench/contrib/debug/browser/loadedScriptsView": {
|
|
5428
|
+
collapse: "Collapse All",
|
|
5325
5429
|
loadedScriptsAriaLabel: "在调试中已加载的脚本",
|
|
5326
5430
|
loadedScriptsFolderAriaLabel: "文件夹 {0},已加载的脚本,调试",
|
|
5327
5431
|
loadedScriptsRootFolderAriaLabel: "工作区文件夹 {0},已加载的脚本,调试",
|
|
@@ -5368,6 +5472,7 @@ var content = {
|
|
|
5368
5472
|
cancel: "取消",
|
|
5369
5473
|
collapse: "全部折叠",
|
|
5370
5474
|
install: "安装",
|
|
5475
|
+
removeVisualizer: "Remove Visualizer",
|
|
5371
5476
|
useVisualizer: "可视化变量...",
|
|
5372
5477
|
variableAriaLabel: "{0},值 {1}",
|
|
5373
5478
|
variableScopeAriaLabel: "范围 {0}",
|
|
@@ -5403,6 +5508,7 @@ var content = {
|
|
|
5403
5508
|
breakWhenValueChangesSupported: "如果焦点会话支持在值发生更改时中断,则为 True。",
|
|
5404
5509
|
breakWhenValueIsAccessedSupported: "如果焦点断点支持在值被访问时中断,则为 True。",
|
|
5405
5510
|
breakWhenValueIsReadSupported: "如果焦点断点支持在值被读取时中断,则为 True。",
|
|
5511
|
+
breakpointHasModes: "Whether the breakpoint has multiple modes it can switch to.",
|
|
5406
5512
|
breakpointInputFocused: "当输入框在 \"BREAKPOINTS \" 视图中具有焦点时为 True。",
|
|
5407
5513
|
breakpointItemType: "表示 \"BREAKPOINTS \" 视图中具有焦点的元素的项类型。例如: \"breakpoint\"、\"exceptionBreakppint\"、\"functionBreakpoint\"、\"dataBreakpoint\"",
|
|
5408
5514
|
breakpointSupportsCondition: "焦点断点支持条件时为 True。",
|
|
@@ -5449,7 +5555,9 @@ var content = {
|
|
|
5449
5555
|
suspendDebuggeeSupported: "如果重点会话支持暂停调试对象功能,则为 True。",
|
|
5450
5556
|
terminateDebuggeeSupported: "如果焦点会话支持终止调试对象功能,则为 True。",
|
|
5451
5557
|
variableEvaluateNamePresent: "在焦点变量设置了 “evalauteName” 字段时为 True。",
|
|
5558
|
+
variableExtensionId: "Extension ID of the variable source, present for debug visualization clauses.",
|
|
5452
5559
|
variableIsReadonly: "当焦点变量为只读时为 True。",
|
|
5560
|
+
variableLanguage: "Language of the variable source, present for debug visualization clauses.",
|
|
5453
5561
|
variableName: "用于调试可视化子句的变量名称。",
|
|
5454
5562
|
variableType: "用于调试可视化子句的变量类型。",
|
|
5455
5563
|
variableValue: "用于调试可视化子句的变量值。",
|
|
@@ -5500,6 +5608,9 @@ var content = {
|
|
|
5500
5608
|
"app.launch.json.title": "启动",
|
|
5501
5609
|
"app.launch.json.version": "此文件格式的版本。",
|
|
5502
5610
|
compoundPrelaunchTask: "要在任何复合配置开始之前运行的任务。",
|
|
5611
|
+
"debugger name": "Name",
|
|
5612
|
+
"debugger type": "Type",
|
|
5613
|
+
debuggers: "Debuggers",
|
|
5503
5614
|
presentation: "有关如何在调试配置下拉列表和命令面板中显示此配置的演示选项。",
|
|
5504
5615
|
"presentation.group": "此配置所属的组。用于在配置下拉列表和命令面板中分组和排序。",
|
|
5505
5616
|
"presentation.hidden": "控制此配置是否应显示在配置下拉列表和命令面板中。",
|
|
@@ -5645,6 +5756,8 @@ var content = {
|
|
|
5645
5756
|
errors: "{0} 个未捕获的错误",
|
|
5646
5757
|
extensionActivating: "正在激活扩展...",
|
|
5647
5758
|
languageActivation: "因你打开 {0} 文件而被 {1} 激活",
|
|
5759
|
+
"requests count": "{0} Requests: {1} (Session)",
|
|
5760
|
+
"requests count title": "Last request was {0}. Overall Requests: {1}",
|
|
5648
5761
|
runtimeExtensions: "运行时扩展",
|
|
5649
5762
|
showRuntimeExtensions: "显示正在运行的扩展",
|
|
5650
5763
|
starActivation: "已在启动时由 {0} 激活",
|
|
@@ -5668,113 +5781,42 @@ var content = {
|
|
|
5668
5781
|
},
|
|
5669
5782
|
"vs/workbench/contrib/extensions/browser/extensionEditor": {
|
|
5670
5783
|
"Changelog title": "更改日志",
|
|
5671
|
-
"JSON Validation": "JSON 验证({0})",
|
|
5672
5784
|
Marketplace: "市场",
|
|
5673
5785
|
"Marketplace Info": "详细信息",
|
|
5674
|
-
"Notebook id": "ID",
|
|
5675
|
-
"Notebook mimetypes": "Mimetypes",
|
|
5676
|
-
"Notebook name": "名称",
|
|
5677
|
-
"Notebook renderer name": "名称",
|
|
5678
|
-
NotebookRenderers: "笔记本呈现器({0})",
|
|
5679
|
-
Notebooks: "Notebooks({0})",
|
|
5680
5786
|
"Readme title": "自述文件",
|
|
5681
|
-
activatedBy: "激活者:",
|
|
5682
|
-
"activation events": "激活事件({0})",
|
|
5683
|
-
"activation reason": "激活事件:",
|
|
5684
|
-
"activation time": "激活时间:",
|
|
5685
|
-
authentication: "身份验证({0})",
|
|
5686
|
-
"authentication.id": "ID",
|
|
5687
|
-
"authentication.label": "标签",
|
|
5688
5787
|
builtin: "内置",
|
|
5689
5788
|
categories: "类别",
|
|
5690
5789
|
changelog: "更改日志",
|
|
5691
5790
|
changelogtooltip: "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
|
|
5692
|
-
codeActions: "代码操作({0})",
|
|
5693
|
-
"codeActions.description": "说明",
|
|
5694
|
-
"codeActions.kind": "种类",
|
|
5695
|
-
"codeActions.languages": "语言",
|
|
5696
|
-
"codeActions.title": "标题",
|
|
5697
|
-
colorId: "ID",
|
|
5698
|
-
colorThemes: "颜色主题 ({0})",
|
|
5699
|
-
colors: "颜色 ({0})",
|
|
5700
|
-
"command name": "ID",
|
|
5701
|
-
"command title": "标题",
|
|
5702
|
-
commands: "命令({0})",
|
|
5703
|
-
contributions: "功能贡献",
|
|
5704
|
-
contributionstooltip: "包含此扩展向 VS Code 编辑器提供的功能",
|
|
5705
|
-
customEditors: "自定义编辑器({0})",
|
|
5706
|
-
"customEditors filenamePattern": "文件名模式",
|
|
5707
|
-
"customEditors priority": "优先级",
|
|
5708
|
-
"customEditors view type": "视图类型",
|
|
5709
|
-
"debugger name": "名称",
|
|
5710
|
-
"debugger type": "类型",
|
|
5711
|
-
debuggers: "调试程序({0})",
|
|
5712
|
-
"default": "默认值",
|
|
5713
|
-
defaultDark: "深色默认",
|
|
5714
|
-
defaultHC: "高对比度默认",
|
|
5715
|
-
defaultLight: "浅色默认",
|
|
5716
5791
|
dependencies: "依赖项",
|
|
5717
5792
|
dependenciestooltip: "包含此扩展依赖的扩展",
|
|
5718
|
-
description: "说明",
|
|
5719
5793
|
details: "细节",
|
|
5720
5794
|
detailstooltip: "扩展详细信息,显示扩展的 \"README.md\" 文件。",
|
|
5721
5795
|
"extension pack": "扩展包({0})",
|
|
5722
5796
|
"extension version": "扩展版本",
|
|
5723
5797
|
extensionpack: "扩展包",
|
|
5724
5798
|
extensionpacktooltip: "列出将与此扩展一起安装的扩展",
|
|
5725
|
-
|
|
5726
|
-
|
|
5799
|
+
features: "Features",
|
|
5800
|
+
featurestooltip: "Lists features contributed by this extension",
|
|
5727
5801
|
find: "查找",
|
|
5728
5802
|
"find next": "查找下一个",
|
|
5729
5803
|
"find previous": "查找前一个",
|
|
5730
|
-
grammar: "语法",
|
|
5731
|
-
iconThemes: "图标主题 ({0})",
|
|
5732
5804
|
id: "标识符",
|
|
5733
5805
|
"install count": "安装计数",
|
|
5734
5806
|
issues: "问题",
|
|
5735
|
-
"keyboard shortcuts": "键盘快捷方式",
|
|
5736
|
-
"language id": "ID",
|
|
5737
|
-
"language name": "名称",
|
|
5738
|
-
languages: "语言({0})",
|
|
5739
5807
|
"last released": "上次发布时间",
|
|
5740
5808
|
"last updated": "上次更新时间",
|
|
5741
5809
|
license: "许可证",
|
|
5742
|
-
localizations: "本地化 ({0})",
|
|
5743
|
-
"localizations language id": "语言 ID",
|
|
5744
|
-
"localizations language name": "语言名称",
|
|
5745
|
-
"localizations localized language name": "语言本地名称",
|
|
5746
|
-
menuContexts: "菜单上下文",
|
|
5747
|
-
messages: "消息({0})",
|
|
5748
5810
|
name: "扩展名",
|
|
5749
5811
|
noChangelog: "无可用的更改日志。",
|
|
5750
|
-
noContributions: "没有发布内容",
|
|
5751
5812
|
noDependencies: "没有依赖项",
|
|
5752
5813
|
noReadme: "无可用自述文件。",
|
|
5753
|
-
noStatus: "无可用状态。",
|
|
5754
|
-
"not yet activated": "尚未激活。",
|
|
5755
5814
|
preview: "预览版",
|
|
5756
|
-
productThemes: "产品图标主题({0})",
|
|
5757
5815
|
published: "已发布",
|
|
5758
5816
|
publisher: "发布服务器",
|
|
5759
5817
|
rating: "评分",
|
|
5760
5818
|
repository: "仓库",
|
|
5761
|
-
resources: "
|
|
5762
|
-
runtimeStatus: "运行时状态",
|
|
5763
|
-
"runtimeStatus description": "扩展运行时状态",
|
|
5764
|
-
schema: "结构",
|
|
5765
|
-
"setting name": "ID",
|
|
5766
|
-
settings: "设置({0})",
|
|
5767
|
-
snippets: "片段",
|
|
5768
|
-
startup: "启动",
|
|
5769
|
-
"uncaught errors": "未捕获的错误({0})",
|
|
5770
|
-
"view container id": "ID",
|
|
5771
|
-
"view container location": "位置",
|
|
5772
|
-
"view container title": "标题",
|
|
5773
|
-
"view id": "ID",
|
|
5774
|
-
"view location": "位置",
|
|
5775
|
-
"view name": "名称",
|
|
5776
|
-
viewContainers: "视图容器 ({0})",
|
|
5777
|
-
views: "视图 ({0})"
|
|
5819
|
+
resources: "Resources"
|
|
5778
5820
|
},
|
|
5779
5821
|
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
|
|
5780
5822
|
"restartExtensionHost.reason": "由于工作区信任更改,正在重启扩展主机。"
|
|
@@ -6033,6 +6075,7 @@ var content = {
|
|
|
6033
6075
|
"learn why": "了解原因",
|
|
6034
6076
|
"malicious tooltip": "此扩展被报告存在问题。",
|
|
6035
6077
|
manage: "管理",
|
|
6078
|
+
"manage access": "Manage Access",
|
|
6036
6079
|
migrate: "迁移",
|
|
6037
6080
|
"migrate to": "迁移到 {0}",
|
|
6038
6081
|
migrateExtension: "迁移",
|
|
@@ -6602,6 +6645,9 @@ var content = {
|
|
|
6602
6645
|
useTrash: "在删除文件或文件夹时,将它们移动到操作系统的“废纸篓”中 (Windows 为“回收站”)。禁用此设置将永久删除文件或文件夹。",
|
|
6603
6646
|
watcherExclude: "配置要从文件监视中排除的路径或 [glob 模式](https://aka.ms/vscode-glob-patterns)。路径可以相对于被监视的文件夹,也可以是绝对路径。glob 模式相对于被监视的文件夹进行匹配。当遇到文件观察程序进程消耗大量 CPU 的情况时,请确保排除不太重要的大型文件夹(例如生成输出文件夹)。",
|
|
6604
6647
|
watcherInclude: "配置额外路径以监视工作区内的更改。默认情况下,将以递归方式监视所有工作区文件夹,但符号链接的文件夹除外。可以显式添加绝对路径或相对路径,以支持作为符号链接的监视文件夹。将使用当前打开的工作区将相对路径解析为绝对路径。"
|
|
6648
|
+
},
|
|
6649
|
+
"vs/workbench/contrib/files/browser/views/emptyView": {
|
|
6650
|
+
noWorkspace: "No Folder Opened"
|
|
6605
6651
|
},
|
|
6606
6652
|
"vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": {
|
|
6607
6653
|
canNotResolve: "无法解析工作区文件夹 ({0})",
|
|
@@ -6727,6 +6773,8 @@ var content = {
|
|
|
6727
6773
|
"feedback.unhelpful": "无用",
|
|
6728
6774
|
focus: "聚焦输入",
|
|
6729
6775
|
label: "'{0}' 和 {1} 跟进({2})",
|
|
6776
|
+
moveToNextHunk: "Move to Next Change",
|
|
6777
|
+
moveToPreviousHunk: "Move to Previous Change",
|
|
6730
6778
|
nextFromHistory: "历史记录中的下一个",
|
|
6731
6779
|
previousFromHistory: "历史记录中的上一个",
|
|
6732
6780
|
rerun: "重新生成响应",
|
|
@@ -6816,7 +6864,6 @@ var content = {
|
|
|
6816
6864
|
inlineChatVisible: "交互式编辑器输入是否可见",
|
|
6817
6865
|
mode: "配置是将在内联聊天中创建的更改直接应用到文档还是先预览它们。",
|
|
6818
6866
|
"mode.live": "将更改直接应用到文档,但可通过内联差异突出显示更改,以及通过 hunks 接收/舍弃更改。结束会话将保留更改。",
|
|
6819
|
-
"mode.livePreview": "更改直接应用到文档,但可通过内联差异或并排差异在视觉上突出显示。结束会话将保留更改。",
|
|
6820
6867
|
"mode.preview": "仅预览更改,但需要通过“应用”按钮接受这些更改。结束会话将放弃更改。"
|
|
6821
6868
|
},
|
|
6822
6869
|
"vs/workbench/contrib/interactive/browser/interactive.contribution": {
|
|
@@ -7199,6 +7246,11 @@ var content = {
|
|
|
7199
7246
|
showBase: "如果合并编辑器显示基础版本",
|
|
7200
7247
|
showBaseAtTop: "如果应在顶部显示基",
|
|
7201
7248
|
showNonConflictingChanges: "如果合并编辑器显示不冲突的更改"
|
|
7249
|
+
},
|
|
7250
|
+
"vs/workbench/contrib/multiDiffEditor/browser/actions": {
|
|
7251
|
+
ExpandAllDiffs: "Expand All Diffs",
|
|
7252
|
+
collapseAllDiffs: "Collapse All Diffs",
|
|
7253
|
+
goToFile: "Open File"
|
|
7202
7254
|
},
|
|
7203
7255
|
"vs/workbench/contrib/multiDiffEditor/browser/icons.contribution": {
|
|
7204
7256
|
multiDiffEditorLabelIcon: "多差异编辑器标签的图标。"
|
|
@@ -7259,11 +7311,17 @@ var content = {
|
|
|
7259
7311
|
"vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": {
|
|
7260
7312
|
"kernel.select.label": "选择内核",
|
|
7261
7313
|
"notebook.activeCellStatusName": "笔记本编辑器选择",
|
|
7314
|
+
"notebook.indentation": "Notebook Indentation",
|
|
7262
7315
|
"notebook.info": "笔记本内核信息",
|
|
7263
7316
|
"notebook.multiActiveCellIndicator": "单元格 {0} (已选择 {1} 个)",
|
|
7264
7317
|
"notebook.select": "笔记本内核选择",
|
|
7265
7318
|
"notebook.singleActiveCellIndicator": "单元格 {0}/{1}",
|
|
7319
|
+
selectNotebookIndentation: "Select Indentation",
|
|
7266
7320
|
tooltop: "{0} (建议)"
|
|
7321
|
+
},
|
|
7322
|
+
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": {
|
|
7323
|
+
"notebookActions.findInNotebook": "Find in Notebook",
|
|
7324
|
+
"notebookActions.hideFind": "Hide Find in Notebook"
|
|
7267
7325
|
},
|
|
7268
7326
|
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
|
|
7269
7327
|
findFilterIcon: "查找小组件中的“查找筛选器”图标。",
|
|
@@ -7296,6 +7354,9 @@ var content = {
|
|
|
7296
7354
|
},
|
|
7297
7355
|
"vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
|
|
7298
7356
|
"workbench.notebook.layout.gettingStarted.label": "重置笔记本入门"
|
|
7357
|
+
},
|
|
7358
|
+
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
|
|
7359
|
+
"notebook.toggleCellToolbarPosition": "Toggle Cell Toolbar Position"
|
|
7299
7360
|
},
|
|
7300
7361
|
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
|
|
7301
7362
|
cursorMoveDown: "聚焦下一个单元格编辑器",
|
|
@@ -7310,6 +7371,9 @@ var content = {
|
|
|
7310
7371
|
focusOutputOut: "解除活动单元格输出聚焦",
|
|
7311
7372
|
"notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
|
|
7312
7373
|
"notebookActions.centerActiveCell": "中心活动单元格"
|
|
7374
|
+
},
|
|
7375
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": {
|
|
7376
|
+
notebookVariables: "Notebook Variables"
|
|
7313
7377
|
},
|
|
7314
7378
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
|
|
7315
7379
|
"notebook.indexedChildrenLimitReached": "已达到显示限制"
|
|
@@ -7317,6 +7381,9 @@ var content = {
|
|
|
7317
7381
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
|
|
7318
7382
|
debugConsole: "笔记本变量",
|
|
7319
7383
|
notebookVariableAriaLabel: "变量 {0},值 {1}"
|
|
7384
|
+
},
|
|
7385
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": {
|
|
7386
|
+
"notebook.notebookVariables": "Notebook Variables"
|
|
7320
7387
|
},
|
|
7321
7388
|
"vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
|
|
7322
7389
|
"breadcrumbs.showCodeCells": "启用的笔记本痕迹包含代码单元格时。",
|
|
@@ -7347,7 +7414,7 @@ var content = {
|
|
|
7347
7414
|
"notebookActions.joinSelectedCells.label": "联接 Notebook 单元格"
|
|
7348
7415
|
},
|
|
7349
7416
|
"vs/workbench/contrib/notebook/browser/controller/cellOutputActions": {
|
|
7350
|
-
"notebookActions.copyOutput": "
|
|
7417
|
+
"notebookActions.copyOutput": "Copy Cell Output"
|
|
7351
7418
|
},
|
|
7352
7419
|
"vs/workbench/contrib/notebook/browser/controller/coreActions": {
|
|
7353
7420
|
miShare: "共享",
|
|
@@ -7364,14 +7431,20 @@ var content = {
|
|
|
7364
7431
|
confirmDeleteButtonMessage: "此单元格正在运行,是否确实要删除它?",
|
|
7365
7432
|
detectLanguage: "接受单元格检测到的语言",
|
|
7366
7433
|
doNotAskAgain: "不再询问",
|
|
7434
|
+
indentConvert: "convert file",
|
|
7435
|
+
indentView: "change view",
|
|
7367
7436
|
languageDescription: "({0}) - 当前语言",
|
|
7368
7437
|
languageDescriptionConfigured: "({0})",
|
|
7369
7438
|
languagesPicks: "语言(标识符)",
|
|
7370
7439
|
noDetection: "无法检测单元格语言",
|
|
7440
|
+
noNotebookEditor: "No notebook editor active at this time",
|
|
7441
|
+
noWritableCodeEditor: "The active notebook editor is read-only.",
|
|
7371
7442
|
"notebookActions.deleteCell": "删除单元格",
|
|
7372
7443
|
"notebookActions.editCell": "编辑单元格",
|
|
7373
7444
|
"notebookActions.quitEdit": "停止编辑单元格",
|
|
7374
|
-
|
|
7445
|
+
pickAction: "Select Action",
|
|
7446
|
+
pickLanguageToConfigure: "选择语言模式",
|
|
7447
|
+
selectNotebookIndentation: "Select Indentation"
|
|
7375
7448
|
},
|
|
7376
7449
|
"vs/workbench/contrib/notebook/browser/controller/executeActions": {
|
|
7377
7450
|
"notebookActions.cancel": "停止单元格执行",
|
|
@@ -7386,7 +7459,7 @@ var content = {
|
|
|
7386
7459
|
"notebookActions.interruptNotebook": "中断",
|
|
7387
7460
|
"notebookActions.renderMarkdown": "呈现所有 Markdown 单元格",
|
|
7388
7461
|
revealLastFailedCell: "转到最近失败的单元格",
|
|
7389
|
-
revealLastFailedCellShort: "
|
|
7462
|
+
revealLastFailedCellShort: "Go to Most Recently Failed Cell",
|
|
7390
7463
|
revealRunningCell: "转到正在运行的单元格",
|
|
7391
7464
|
revealRunningCellShort: "转到"
|
|
7392
7465
|
},
|
|
@@ -7574,6 +7647,10 @@ var content = {
|
|
|
7574
7647
|
selectedCellBackground: "选中某个单元格时该单元格的背景色。"
|
|
7575
7648
|
},
|
|
7576
7649
|
"vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
|
|
7650
|
+
"Notebook id": "ID",
|
|
7651
|
+
"Notebook mimetypes": "Mimetypes",
|
|
7652
|
+
"Notebook name": "Name",
|
|
7653
|
+
"Notebook renderer name": "Name",
|
|
7577
7654
|
"contributes.notebook.provider": "提供笔记本文档处理程序。",
|
|
7578
7655
|
"contributes.notebook.provider.displayName": "笔记本的可读名称。",
|
|
7579
7656
|
"contributes.notebook.provider.selector": "适用于笔记本的一组 glob 模式。",
|
|
@@ -7598,7 +7675,9 @@ var content = {
|
|
|
7598
7675
|
"contributes.preload.provider.viewType": "笔记本类型。",
|
|
7599
7676
|
"contributes.priority": "控制在用户打开文件时是否自动启用自定义编辑器。用户可能会使用 \"workbench.editorAssociations\" 设置覆盖此项。",
|
|
7600
7677
|
"contributes.priority.default": "在用户打开资源时自动使用此编辑器,前提是没有为该资源注册其他默认的自定义编辑器。",
|
|
7601
|
-
"contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。"
|
|
7678
|
+
"contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。",
|
|
7679
|
+
notebookRenderer: "Notebook Renderers",
|
|
7680
|
+
notebooks: "Notebooks"
|
|
7602
7681
|
},
|
|
7603
7682
|
"vs/workbench/contrib/notebook/browser/notebookIcons": {
|
|
7604
7683
|
clearIcon: "用于在笔记本编辑器中清除单元格输出的图标。",
|
|
@@ -7661,32 +7740,6 @@ var content = {
|
|
|
7661
7740
|
"promptChooseMimeType.placeHolder": "为当前项选择要渲染的 mime 类型",
|
|
7662
7741
|
"promptChooseMimeTypeInSecure.placeHolder": "为当前项选择要渲染的 mime 类型",
|
|
7663
7742
|
unavailableRenderInfo: "呈现器不可用"
|
|
7664
|
-
},
|
|
7665
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
|
|
7666
|
-
apply1: "接受更改",
|
|
7667
|
-
apply2: "接受",
|
|
7668
|
-
arrowDown: "光标向下",
|
|
7669
|
-
arrowUp: "光标向上",
|
|
7670
|
-
discard: "放弃",
|
|
7671
|
-
"feedback.helpful": "有用",
|
|
7672
|
-
"feedback.reportIssueForBug": "报告问题",
|
|
7673
|
-
"feedback.unhelpful": "无用",
|
|
7674
|
-
focusChatWidget: "聚焦聊天小组件",
|
|
7675
|
-
focusNextChatWidget: "聚焦到下一个单元格聊天小组件",
|
|
7676
|
-
"notebook.cell.chat.accept": "发出请求",
|
|
7677
|
-
"notebook.cell.chat.close": "关闭聊天",
|
|
7678
|
-
"notebook.cell.chat.stop": "停止请求",
|
|
7679
|
-
"notebookActions.menu.insertCode.ontoolbar": "生成",
|
|
7680
|
-
"notebookActions.menu.insertCode.tooltip": "使用聊天生成代码单元格",
|
|
7681
|
-
"notebookActions.menu.insertCodeCellWithChat": "生成",
|
|
7682
|
-
"notebookActions.menu.insertCodeCellWithChat.tooltip": "使用聊天生成代码单元格"
|
|
7683
|
-
},
|
|
7684
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatController": {
|
|
7685
|
-
"default.placeholder": "提问",
|
|
7686
|
-
notebookCellChatFocused: "单元格聊天编辑器是否为焦点",
|
|
7687
|
-
notebookChatHasActiveRequest: "单元格聊天编辑器是否具有活动请求",
|
|
7688
|
-
thinking: "正在思考…",
|
|
7689
|
-
"welcome.1": "AI 生成的代码可能不正确"
|
|
7690
7743
|
},
|
|
7691
7744
|
"vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": {
|
|
7692
7745
|
cellExpandInputButtonLabel: "展开单元格输入({0})",
|
|
@@ -7825,6 +7878,12 @@ var content = {
|
|
|
7825
7878
|
output: "输出",
|
|
7826
7879
|
"output model title": "{0} - 输出",
|
|
7827
7880
|
outputViewAriaLabel: "输出面板"
|
|
7881
|
+
},
|
|
7882
|
+
"vs/workbench/contrib/performance/browser/performance.contribution": {
|
|
7883
|
+
cycles: "打印服务周期",
|
|
7884
|
+
emitter: "打印发射器配置文件",
|
|
7885
|
+
"insta.trace": "打印服务跟踪",
|
|
7886
|
+
"show.label": "启动性能"
|
|
7828
7887
|
},
|
|
7829
7888
|
"vs/workbench/contrib/performance/browser/perfviewEditor": {
|
|
7830
7889
|
name: "启动性能"
|
|
@@ -8013,9 +8072,9 @@ var content = {
|
|
|
8013
8072
|
},
|
|
8014
8073
|
"vs/workbench/contrib/preferences/browser/settingsLayout": {
|
|
8015
8074
|
accessibility: "辅助功能",
|
|
8075
|
+
"accessibility.signals": "Accessibility Signals",
|
|
8016
8076
|
appearance: "外观",
|
|
8017
8077
|
application: "应用程序",
|
|
8018
|
-
audioCues: "音频提示",
|
|
8019
8078
|
breadcrumbs: "导航路径",
|
|
8020
8079
|
chat: "聊天",
|
|
8021
8080
|
comments: "评论",
|
|
@@ -8515,17 +8574,22 @@ var content = {
|
|
|
8515
8574
|
},
|
|
8516
8575
|
"vs/workbench/contrib/scm/browser/scmViewPane": {
|
|
8517
8576
|
allChanges: "所有更改",
|
|
8577
|
+
always: "Always",
|
|
8578
|
+
auto: "Auto",
|
|
8518
8579
|
"collapse all": "折叠所有存储库",
|
|
8519
8580
|
deletion: "{0} 个删除{1}",
|
|
8520
8581
|
deletions: "{0} 个删除{1}",
|
|
8521
8582
|
"expand all": "展开所有存储库",
|
|
8522
8583
|
fileChanged: "已更改 {0} 个文件",
|
|
8523
8584
|
filesChanged: "已更改 {0} 个文件",
|
|
8585
|
+
incomingChanges: "Show Incoming Changes",
|
|
8524
8586
|
incomingChangesAriaLabel: "来自 {0} 的传入更改",
|
|
8525
8587
|
input: "源代码管理输入",
|
|
8526
8588
|
insertion: "{0} 个插入{1}",
|
|
8527
8589
|
insertions: "{0} 个插入{1}",
|
|
8528
8590
|
"label.close": "关闭",
|
|
8591
|
+
never: "Never",
|
|
8592
|
+
outgoingChanges: "Show Outgoing Changes",
|
|
8529
8593
|
outgoingChangesAriaLabel: "{0} 的传出更改",
|
|
8530
8594
|
repositories: "存储库",
|
|
8531
8595
|
repositorySortByDiscoveryTime: "按发现时间排序",
|
|
@@ -8536,10 +8600,12 @@ var content = {
|
|
|
8536
8600
|
"scm.historyItemDeletionsForeground": "历史记录项删除内容的前景颜色。",
|
|
8537
8601
|
"scm.historyItemSelectedStatisticsBorder": "历史记录项所选统计信息边框颜色。",
|
|
8538
8602
|
"scm.historyItemStatisticsBorder": "历史记录项统计信息边框颜色。",
|
|
8603
|
+
scmChanges: "Incoming & Outgoing",
|
|
8539
8604
|
scmInputCancelAction: "取消",
|
|
8540
8605
|
scmInputMoreActions: "更多操作...",
|
|
8541
8606
|
setListViewMode: "以列表形式查看",
|
|
8542
8607
|
setTreeViewMode: "以树形式查看",
|
|
8608
|
+
showChangesSummary: "Show Changes Summary",
|
|
8543
8609
|
sortAction: "查看和排序",
|
|
8544
8610
|
sortChangesByName: "按名称对更改进行排序",
|
|
8545
8611
|
sortChangesByPath: "按路径对更改进行排序",
|
|
@@ -8916,7 +8982,7 @@ var content = {
|
|
|
8916
8982
|
"snippet.suggestions.label": "插入片段"
|
|
8917
8983
|
},
|
|
8918
8984
|
"vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
|
|
8919
|
-
label: "
|
|
8985
|
+
label: "Surround with Snippet..."
|
|
8920
8986
|
},
|
|
8921
8987
|
"vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
|
|
8922
8988
|
codeAction: "{0}",
|
|
@@ -9453,8 +9519,6 @@ var content = {
|
|
|
9453
9519
|
showTerminalTabs: "显示选项卡",
|
|
9454
9520
|
stickyScroll: "粘滞滚动",
|
|
9455
9521
|
terminalLaunchHelp: "打开帮助",
|
|
9456
|
-
"workbench.action.startTerminalVoice": "启动终端语音",
|
|
9457
|
-
"workbench.action.stopTerminalVoice": "停止终端语音",
|
|
9458
9522
|
"workbench.action.terminal.attachToSession": "附加到会话",
|
|
9459
9523
|
"workbench.action.terminal.clear": "清除",
|
|
9460
9524
|
"workbench.action.terminal.clearPreviousSessionHistory": "清除上一会话历史记录",
|
|
@@ -9517,6 +9581,8 @@ var content = {
|
|
|
9517
9581
|
"workbench.action.terminal.selectToPreviousLine": "选择上一行的所有内容",
|
|
9518
9582
|
"workbench.action.terminal.setFixedDimensions": "设置固定维度",
|
|
9519
9583
|
"workbench.action.terminal.splitInActiveWorkspace": "拆分终端 (活动工作区)",
|
|
9584
|
+
"workbench.action.terminal.startVoice": "Start Terminal Voice",
|
|
9585
|
+
"workbench.action.terminal.stopVoice": "Stop Terminal Voice",
|
|
9520
9586
|
"workbench.action.terminal.switchTerminal": "切换终端",
|
|
9521
9587
|
"workbench.action.terminal.toggleStickyScroll": "切换粘滞滚动"
|
|
9522
9588
|
},
|
|
@@ -9685,8 +9751,11 @@ var content = {
|
|
|
9685
9751
|
},
|
|
9686
9752
|
"vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
|
|
9687
9753
|
terminalPromptCommandFailed: "命令已执行 {0} 并失败",
|
|
9754
|
+
"terminalPromptCommandFailed.duration": "Command executed {0}, took {1} and failed",
|
|
9688
9755
|
terminalPromptCommandFailedWithExitCode: "命令已执行 {0} 并失败(退出代码 {1})",
|
|
9756
|
+
"terminalPromptCommandFailedWithExitCode.duration": "Command executed {0}, took {1} and failed (Exit Code {2})",
|
|
9689
9757
|
terminalPromptCommandSuccess: "命令已执行 {0}",
|
|
9758
|
+
"terminalPromptCommandSuccess.duration": "Command executed {0} and took {1}",
|
|
9690
9759
|
terminalPromptContextMenu: "显示命令操作"
|
|
9691
9760
|
},
|
|
9692
9761
|
"vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
|
|
@@ -9987,6 +10056,16 @@ var content = {
|
|
|
9987
10056
|
envChanges: "终端环境更改",
|
|
9988
10057
|
extension: "扩展: {0}",
|
|
9989
10058
|
"workbench.action.terminal.showEnvironmentContributions": "显示环境贡献"
|
|
10059
|
+
},
|
|
10060
|
+
"vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": {
|
|
10061
|
+
"workbench.action.terminal.findNext": "Find Next",
|
|
10062
|
+
"workbench.action.terminal.findPrevious": "Find Previous",
|
|
10063
|
+
"workbench.action.terminal.focusFind": "Focus Find",
|
|
10064
|
+
"workbench.action.terminal.hideFind": "Hide Find",
|
|
10065
|
+
"workbench.action.terminal.searchWorkspace": "Search Workspace",
|
|
10066
|
+
"workbench.action.terminal.toggleFindCaseSensitive": "Toggle Find Using Case Sensitive",
|
|
10067
|
+
"workbench.action.terminal.toggleFindRegex": "Toggle Find Using Regex",
|
|
10068
|
+
"workbench.action.terminal.toggleFindWholeWord": "Toggle Find Using Whole Word"
|
|
9990
10069
|
},
|
|
9991
10070
|
"vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
|
|
9992
10071
|
copy: "复制",
|
|
@@ -9995,6 +10074,11 @@ var content = {
|
|
|
9995
10074
|
redo: "重做",
|
|
9996
10075
|
selectAll: "全选",
|
|
9997
10076
|
undo: "撤消"
|
|
10077
|
+
},
|
|
10078
|
+
"vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
|
|
10079
|
+
"workbench.action.terminal.openDetectedLink": "Open Detected Link...",
|
|
10080
|
+
"workbench.action.terminal.openLastLocalFileLink": "Open Last Local File Link",
|
|
10081
|
+
"workbench.action.terminal.openLastUrlLink": "Open Last URL Link"
|
|
9998
10082
|
},
|
|
9999
10083
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
10000
10084
|
focusFolder: "聚焦资源管理器中的文件夹",
|
|
@@ -10023,6 +10107,9 @@ var content = {
|
|
|
10023
10107
|
"codeAction.widget.id.quickfix": "快速修复",
|
|
10024
10108
|
"quickFix.command": "运行: {0}",
|
|
10025
10109
|
"quickFix.opener": "打开: {0}"
|
|
10110
|
+
},
|
|
10111
|
+
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
|
|
10112
|
+
"workbench.action.terminal.showQuickFixes": "Show Terminal Quick Fixes"
|
|
10026
10113
|
},
|
|
10027
10114
|
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
|
|
10028
10115
|
"terminal.createPR": "创建 PR {0}",
|
|
@@ -10043,13 +10130,21 @@ var content = {
|
|
|
10043
10130
|
"vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
|
|
10044
10131
|
labelWithKeybinding: "{0} ({1})",
|
|
10045
10132
|
stickyScrollHoverTitle: "导航到命令"
|
|
10133
|
+
},
|
|
10134
|
+
"vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution": {
|
|
10135
|
+
"workbench.action.terminal.acceptSelectedSuggestion": "Accept Selected Suggestion",
|
|
10136
|
+
"workbench.action.terminal.hideSuggestWidget": "Hide Suggest Widget",
|
|
10137
|
+
"workbench.action.terminal.selectNextPageSuggestion": "Select the Next Page Suggestion",
|
|
10138
|
+
"workbench.action.terminal.selectNextSuggestion": "Select the Next Suggestion",
|
|
10139
|
+
"workbench.action.terminal.selectPrevPageSuggestion": "Select the Previous Page Suggestion",
|
|
10140
|
+
"workbench.action.terminal.selectPrevSuggestion": "Select the Previous Suggestion"
|
|
10046
10141
|
},
|
|
10047
10142
|
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
10048
10143
|
"coverage.branchCovered": "执行了 {2} 次 {1} 中的分支 {0}。",
|
|
10049
10144
|
"coverage.branchNotCovered": "未覆盖 {1} 中的分支 {0}。",
|
|
10050
10145
|
"coverage.branches": "已覆盖 {2} 中的分支 {1} 的 {0}。",
|
|
10051
10146
|
"coverage.codeExecutedCount": "执行了 {1} 次 {0}。",
|
|
10052
|
-
"coverage.
|
|
10147
|
+
"coverage.declExecutedCount": "`{0}` was executed {1} time(s).",
|
|
10053
10148
|
"coverage.toggleInline": "切换内联覆盖率",
|
|
10054
10149
|
"testing.toggleInlineCoverage": "切换内联覆盖率"
|
|
10055
10150
|
},
|
|
@@ -10090,17 +10185,17 @@ var content = {
|
|
|
10090
10185
|
statementCoverage: "已覆盖 {0} 个语句,共 {1} 个({2})"
|
|
10091
10186
|
},
|
|
10092
10187
|
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
10093
|
-
functionsWithoutCoverage: "
|
|
10188
|
+
functionsWithoutCoverage: "{0} declarations without coverage...",
|
|
10094
10189
|
loadingCoverageDetails: "正在加载覆盖率详细信息...",
|
|
10095
10190
|
testCoverageItemLabel: "{0} 覆盖率: {0}%",
|
|
10096
10191
|
testCoverageTreeLabel: "测试覆盖率资源管理器",
|
|
10097
10192
|
"testing.changeCoverageSort": "更改排序顺序",
|
|
10098
10193
|
"testing.coverageSortByCoverage": "按覆盖率排序",
|
|
10099
|
-
"testing.coverageSortByCoverageDescription": "
|
|
10194
|
+
"testing.coverageSortByCoverageDescription": "Files and declarations are sorted by total coverage",
|
|
10100
10195
|
"testing.coverageSortByLocation": "按位置排序",
|
|
10101
|
-
"testing.coverageSortByLocationDescription": "
|
|
10196
|
+
"testing.coverageSortByLocationDescription": "Files are sorted alphabetically, declarations are sorted by position",
|
|
10102
10197
|
"testing.coverageSortByName": "按名称排序",
|
|
10103
|
-
"testing.coverageSortByNameDescription": "
|
|
10198
|
+
"testing.coverageSortByNameDescription": "Files and declarations are sorted alphabetically",
|
|
10104
10199
|
"testing.coverageSortPlaceholder": "测试覆盖率排序视图..."
|
|
10105
10200
|
},
|
|
10106
10201
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
@@ -10462,6 +10557,8 @@ var content = {
|
|
|
10462
10557
|
"tree.aria": "类型层次结构"
|
|
10463
10558
|
},
|
|
10464
10559
|
"vs/workbench/contrib/update/browser/releaseNotesEditor": {
|
|
10560
|
+
disableFeature: "Disable this feature",
|
|
10561
|
+
enableFeature: "Enable this feature",
|
|
10465
10562
|
releaseNotesInputName: "发行说明: {0}",
|
|
10466
10563
|
showOnUpdate: "更新后显示发行说明",
|
|
10467
10564
|
unassigned: "未分配"
|
|
@@ -10682,9 +10779,6 @@ var content = {
|
|
|
10682
10779
|
},
|
|
10683
10780
|
"vs/workbench/contrib/welcomeDialog/browser/welcomeWidget": {
|
|
10684
10781
|
dialogClose: "关闭对话框"
|
|
10685
|
-
},
|
|
10686
|
-
"vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": {
|
|
10687
|
-
"gettingStarted.featuredTitle": "推荐"
|
|
10688
10782
|
},
|
|
10689
10783
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": {
|
|
10690
10784
|
allDone: "标记为完成",
|
|
@@ -10729,6 +10823,7 @@ var content = {
|
|
|
10729
10823
|
"workbench.startupEditor.newUntitledFile": "打开新的无标题文本文件(仅在打开空窗口时适用)。",
|
|
10730
10824
|
"workbench.startupEditor.none": "在启动时不打开编辑器。",
|
|
10731
10825
|
"workbench.startupEditor.readme": "当打开包含自述文件的文件夹时,请打开自述文件,否则会回退到 'welcomePage'。请注意: 仅在作为全局 配置时才遵守此操作,如果在工作区或文件夹配置中进行设置,则此将被忽略。",
|
|
10826
|
+
"workbench.startupEditor.terminal": "Open a new terminal in the editor area.",
|
|
10732
10827
|
"workbench.startupEditor.welcomePage": "打开包含帮助开始使用 VS Code 和扩展内容的欢迎页面。",
|
|
10733
10828
|
"workbench.startupEditor.welcomePageInEmptyWorkbench": "在打开空工作区时打开欢迎页面。",
|
|
10734
10829
|
"workbench.welcomePage.preferReducedMotion": "启用后,减少欢迎页中的移动。",
|
|
@@ -11078,6 +11173,9 @@ var content = {
|
|
|
11078
11173
|
selectWorkspace: "选择工作区"
|
|
11079
11174
|
},
|
|
11080
11175
|
"vs/workbench/services/actions/common/menusExtensionPoint": {
|
|
11176
|
+
"command name": "ID",
|
|
11177
|
+
"command title": "Title",
|
|
11178
|
+
commands: "Commands",
|
|
11081
11179
|
"comment.actions": "贡献的注释上下文菜单,呈现为注释编辑器下方的按钮",
|
|
11082
11180
|
"comment.commentContext": "提供的注释上下文菜单,在注释线程速览视图中呈现为单个注释上的右键单击菜单。",
|
|
11083
11181
|
"comment.title": "贡献的注释标题菜单",
|
|
@@ -11091,8 +11189,12 @@ var content = {
|
|
|
11091
11189
|
editorLineNumberContext: "贡献的编辑器行号上下文菜单",
|
|
11092
11190
|
"file.newFile": "“新建文件...”快速选取,显示在欢迎页面和文件菜单上。",
|
|
11093
11191
|
"inlineCompletions.actions": "悬停在内联完成项上时显示的操作",
|
|
11192
|
+
"inlineEdit.actions": "The actions shown when hovering on an inline edit",
|
|
11094
11193
|
"interactive.cell.title": "贡献的交互式单元格标题菜单",
|
|
11095
11194
|
"interactive.toolbar": "贡献的交互式工具栏菜单",
|
|
11195
|
+
"issue.reporter": "The contributed issue reporter menu",
|
|
11196
|
+
"keyboard shortcuts": "Keyboard Shortcuts",
|
|
11197
|
+
menuContexts: "Menu Contexts",
|
|
11096
11198
|
"menus.changeTitle": "源代码管理内联更改菜单",
|
|
11097
11199
|
"menus.commandPalette": "命令面板",
|
|
11098
11200
|
"menus.debugCallstackContext": "调试调用堆栈视图上下文菜单",
|
|
@@ -11111,18 +11213,22 @@ var content = {
|
|
|
11111
11213
|
"menus.home": "主指示器上下文菜单(仅限 Web)",
|
|
11112
11214
|
"menus.incomingChanges": "“源代码管理”传入更改菜单",
|
|
11113
11215
|
"menus.incomingChangesAllChangesContext": "“源代码管理”所有传入更改上下文菜单",
|
|
11216
|
+
"menus.incomingChangesContext": "The Source Control incoming changes context menu",
|
|
11114
11217
|
"menus.incomingChangesHistoryItemContext": "“源代码管理”传入更改历史记录项上下文菜单",
|
|
11115
11218
|
"menus.input": "“源代码管理”输入框菜单",
|
|
11116
11219
|
"menus.mergeEditorResult": "合并编辑器的结果工具栏",
|
|
11117
11220
|
"menus.multiDiffEditorResource": "多差异编辑器中的资源工具栏",
|
|
11221
|
+
"menus.notebookVariablesContext": "The notebook variables view context menu",
|
|
11118
11222
|
"menus.opy": "顶层“编辑”菜单中的“复制为”子菜单",
|
|
11119
11223
|
"menus.outgoingChanges": "“源代码管理”传出更改菜单",
|
|
11120
11224
|
"menus.outgoingChangesAllChangesContext": "“源代码管理”所有传出更改上下文菜单",
|
|
11225
|
+
"menus.outgoingChangesContext": "The Source Control outgoing changes context menu",
|
|
11121
11226
|
"menus.outgoingChangesHistoryItemContext": "“源代码管理”传出更改历史记录项上下文菜单",
|
|
11122
11227
|
"menus.resourceFolderContext": "源代码管理资源文件夹上下文菜单",
|
|
11123
11228
|
"menus.resourceGroupContext": "源代码管理资源组上下文菜单",
|
|
11124
11229
|
"menus.resourceStateContext": "源代码管理资源状态上下文菜单",
|
|
11125
11230
|
"menus.scmSourceControl": "源代码管理菜单",
|
|
11231
|
+
"menus.scmSourceControlTitle": "The Source Control title menu",
|
|
11126
11232
|
"menus.scmTitle": "源代码管理标题菜单",
|
|
11127
11233
|
"menus.share": "共享顶级“文件”菜单中显示的子菜单。",
|
|
11128
11234
|
"menus.statusBarRemoteIndicator": "状态栏中的远程指示器菜单",
|
|
@@ -11193,6 +11299,7 @@ var content = {
|
|
|
11193
11299
|
accessRequest: "授予“{0}”访问“{1}”的权限... (1)",
|
|
11194
11300
|
accountLastUsedDate: "上次使用此帐户的时间: {0}",
|
|
11195
11301
|
allow: "允许(&&A)",
|
|
11302
|
+
authentication: "Authentication",
|
|
11196
11303
|
"authentication.Placeholder": "尚未请求任何帐户...",
|
|
11197
11304
|
"authentication.id": "身份验证提供程序的 ID。",
|
|
11198
11305
|
"authentication.idConflict": "已注册此身份验证 ID“{0}”",
|
|
@@ -11200,6 +11307,8 @@ var content = {
|
|
|
11200
11307
|
"authentication.missingId": "提供身份验证必须指定一个 ID。",
|
|
11201
11308
|
"authentication.missingLabel": "提供身份验证必须指定一个标签。",
|
|
11202
11309
|
authenticationExtensionPoint: "添加身份验证",
|
|
11310
|
+
authenticationid: "ID",
|
|
11311
|
+
authenticationlabel: "Label",
|
|
11203
11312
|
confirmAuthenticationAccess: "扩展“{0}”正在尝试访问 {1} 帐户“{2}”的身份验证信息。",
|
|
11204
11313
|
deny: "拒绝(&&D)",
|
|
11205
11314
|
getSessionPlateholder: "选择一个供“{0}”使用的帐户或按 Esc 取消",
|
|
@@ -11215,6 +11324,8 @@ var content = {
|
|
|
11215
11324
|
signOut: "退出登录(&&S)",
|
|
11216
11325
|
signOutMessage: "帐户“{0}”已由以下扩展使用: \r\n\r\n{1}\r\n\r\n 是否注销这些扩展?",
|
|
11217
11326
|
signOutMessageSimple: "注销“{0}”?",
|
|
11327
|
+
trustedExtensionTooltip: "This extension is trusted by Microsoft and\r\nalways has access to this account",
|
|
11328
|
+
trustedExtensions: "Trusted by Microsoft",
|
|
11218
11329
|
useOtherAccount: "登录到其他帐户"
|
|
11219
11330
|
},
|
|
11220
11331
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
@@ -11462,6 +11573,7 @@ var content = {
|
|
|
11462
11573
|
rememberConfirmUrl: "不再向我询问此扩展"
|
|
11463
11574
|
},
|
|
11464
11575
|
"vs/workbench/services/extensions/common/abstractExtensionService": {
|
|
11576
|
+
activation: "Activation Events",
|
|
11465
11577
|
"extensionService.autoRestart": "远程扩展主机意外终止。正在重启...",
|
|
11466
11578
|
"extensionService.crash": "扩展远程主机在过去 5 分钟内意外终止了 3 次。",
|
|
11467
11579
|
extensionStopVetoDetailsMany: "阻止操作的原因:\r\n- {0}",
|
|
@@ -11631,8 +11743,13 @@ var content = {
|
|
|
11631
11743
|
workspaceNameVerbose: "{0} (工作区)"
|
|
11632
11744
|
},
|
|
11633
11745
|
"vs/workbench/services/language/common/languageService": {
|
|
11746
|
+
"file extensions": "File Extensions",
|
|
11747
|
+
grammar: "Grammar",
|
|
11634
11748
|
invalid: "“contributes.{0}”无效。应为数组。",
|
|
11635
11749
|
"invalid.empty": "“contributes.{0}”的值为空",
|
|
11750
|
+
"language id": "ID",
|
|
11751
|
+
"language name": "Name",
|
|
11752
|
+
languages: "Programming Languages",
|
|
11636
11753
|
"opt.aliases": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
|
|
11637
11754
|
"opt.configuration": "属性“{0}”可以省略,其类型必须是 \"string\"。",
|
|
11638
11755
|
"opt.extensions": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
|
|
@@ -11641,6 +11758,7 @@ var content = {
|
|
|
11641
11758
|
"opt.icon": "可以省略属性 \"{0}\",并且其类型必须为 \"object\",并带有类型为 \"string\" 的属性 \"{1}\" 和 \"{2}\"",
|
|
11642
11759
|
"opt.mimetypes": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
|
|
11643
11760
|
"require.id": "属性“{0}”是必需的,其类型必须是 \"string\"",
|
|
11761
|
+
snippets: "Snippets",
|
|
11644
11762
|
"vscode.extension.contributes.languages": "有助于语言声明。",
|
|
11645
11763
|
"vscode.extension.contributes.languages.aliases": "语言的别名。",
|
|
11646
11764
|
"vscode.extension.contributes.languages.configuration": "包含语言配置选项的文件的相对路径。",
|
|
@@ -11827,6 +11945,7 @@ var content = {
|
|
|
11827
11945
|
"error.cannotloadtheme": "无法加载 {0}: {1}"
|
|
11828
11946
|
},
|
|
11829
11947
|
"vs/workbench/services/themes/common/colorExtensionPoint": {
|
|
11948
|
+
colors: "Colors",
|
|
11830
11949
|
"contributes.color": "提供由扩展定义的主题颜色",
|
|
11831
11950
|
"contributes.color.description": "主题颜色的说明",
|
|
11832
11951
|
"contributes.color.id": "主题颜色标识符",
|
|
@@ -11835,6 +11954,11 @@ var content = {
|
|
|
11835
11954
|
"contributes.defaults.highContrast": "高对比度深色主题的默认颜色。十六进制颜色值 (#RRGGBB[AA])或提供默认值的主题化颜色的标识符。如果未提供,则“深色”用作高对比度深色主题的默认颜色。",
|
|
11836
11955
|
"contributes.defaults.highContrastLight": "高对比度浅色主题的默认颜色。十六进制颜色值 (#RRGGBB[AA])或提供默认值的主题化颜色的标识符。如果未提供,则“浅色”用作高对比度浅色主题的默认颜色。",
|
|
11837
11956
|
"contributes.defaults.light": "浅色主题的默认颜色。应为十六进制颜色值 (#RRGGBB[AA]) 或是主题颜色标识符,其提供默认值。",
|
|
11957
|
+
defaultDark: "Dark Default",
|
|
11958
|
+
defaultHC: "High Contrast Default",
|
|
11959
|
+
defaultLight: "Light Default",
|
|
11960
|
+
description: "Description",
|
|
11961
|
+
id: "ID",
|
|
11838
11962
|
"invalid.colorConfiguration": "\"configuration.colors\" 必须是数组",
|
|
11839
11963
|
"invalid.default.colorType": "{0} 必须为十六进制颜色值 (#RRGGBB[AA] 或 #RGB[A]) 或是主题颜色标识符,其提供默认值。",
|
|
11840
11964
|
"invalid.defaults": "必须定义 'configuration.colors.defaults',且其必须包含 'light' 和 'dark'",
|
|
@@ -11969,10 +12093,14 @@ var content = {
|
|
|
11969
12093
|
workbenchColors: "覆盖当前所选颜色主题的颜色。"
|
|
11970
12094
|
},
|
|
11971
12095
|
"vs/workbench/services/themes/common/themeExtensionPoints": {
|
|
12096
|
+
"color themes": "Color Themes",
|
|
12097
|
+
"file icon themes": "File Icon Themes",
|
|
11972
12098
|
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
|
|
12099
|
+
"product icon themes": "Product Icon Themes",
|
|
11973
12100
|
reqarray: "扩展点“{0}”必须是数组。 ",
|
|
11974
12101
|
reqid: "contributes.{0}.id\" 中的预期字符串。提供的值: {1}",
|
|
11975
12102
|
reqpath: "“contributes.{0}.path”中应为字符串。提供的值: {1}",
|
|
12103
|
+
themes: "Themes",
|
|
11976
12104
|
"vscode.extension.contributes.iconThemes": "提供文件图标主题。",
|
|
11977
12105
|
"vscode.extension.contributes.iconThemes.id": "在用户设置中使用的文件图标主题的 ID。",
|
|
11978
12106
|
"vscode.extension.contributes.iconThemes.label": "文件图标主题的标签,如 UI 所示。",
|
|
@@ -12170,6 +12298,9 @@ var content = {
|
|
|
12170
12298
|
resetViewLocation: "重置位置",
|
|
12171
12299
|
"show view": "显示 {0}",
|
|
12172
12300
|
"toggle view": "切换 {0}"
|
|
12301
|
+
},
|
|
12302
|
+
"vs/workbench/services/views/common/viewContainerModel": {
|
|
12303
|
+
showViewsLog: "Show Views Log"
|
|
12173
12304
|
},
|
|
12174
12305
|
"vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
|
|
12175
12306
|
confirmMakeWriteable: "“{0}”已标记为只读。是否仍要保存?",
|