@codingame/monaco-vscode-language-pack-zh-hans 2.1.4 → 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.
@@ -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": "出现未知错误。有关详细信息,请参阅日志。",
@@ -261,6 +270,11 @@ var content = {
261
270
  },
262
271
  "vs/editor/browser/widget/hoverWidget/hoverWidget": {
263
272
  hoverhint: "按住 {0} 键将鼠标悬停"
273
+ },
274
+ "vs/editor/browser/widget/multiDiffEditorWidget/colors": {
275
+ "multiDiffEditor.background": "多文件差异编辑器的背景色",
276
+ "multiDiffEditor.border": "多文件差异编辑器的边框颜色",
277
+ "multiDiffEditor.headerBackground": "差异编辑器标题的背景色"
264
278
  },
265
279
  "vs/editor/common/config/editorConfigurationSchema": {
266
280
  codeLens: "控制是否在编辑器中显示 CodeLens。",
@@ -496,6 +510,13 @@ var content = {
496
510
  "inlayHints.padding": "在编辑器中启用叠加提示周围的填充。",
497
511
  inline: "快速建议显示为虚影文本",
498
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.",
499
520
  "inlineSuggest.enabled": "控制是否在编辑器中自动显示内联建议。",
500
521
  "inlineSuggest.fontFamily": "控制内联建议的字体系列。",
501
522
  "inlineSuggest.showToolbar": "控制何时显示内联建议工具栏。",
@@ -828,8 +849,8 @@ var content = {
828
849
  gotoLineActionLabel: "转到行/列...",
829
850
  helpQuickAccess: "显示所有快速访问提供程序",
830
851
  inspectTokens: "开发人员: 检查令牌",
831
- listAlertsCommand: "运行命令:列出警报及其当前状态概览的。",
832
- listAudioCuesCommand: "运行命令:列出所有音频提示及其当前状态概览的音频提示。",
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.",
833
854
  openingDocs: "打开辅助功能文档页。",
834
855
  quickChatCommand: "切换快速聊天({0})以打开或关闭聊天会话。",
835
856
  quickChatCommandNoKb: "当前无法通过键绑定触发快速聊天切换。",
@@ -1442,6 +1463,8 @@ var content = {
1442
1463
  "vs/editor/contrib/rename/browser/rename": {
1443
1464
  aria: "成功将“{0}”重命名为“{1}”。摘要: {2}",
1444
1465
  enablePreview: "启用/禁用重命名之前预览更改的功能",
1466
+ focusNextRenameSuggestion: "Focus Next Rename Suggestion",
1467
+ focusPreviousRenameSuggestion: "Focus Previous Rename Suggestion",
1445
1468
  label: "正在将“{0}”重命名为“{1}”",
1446
1469
  "no result": "无结果。",
1447
1470
  quotableLabel: "将 {0} 重命名为 {1}",
@@ -1453,6 +1476,7 @@ var content = {
1453
1476
  "vs/editor/contrib/rename/browser/renameInputField": {
1454
1477
  label: "按 {0} 进行重命名,按 {1} 进行预览",
1455
1478
  renameAriaLabel: "重命名输入。键入新名称并按 \"Enter\" 提交。",
1479
+ renameInputFocused: "Whether the rename input widget is focused",
1456
1480
  renameInputVisible: "重命名输入小组件是否可见"
1457
1481
  },
1458
1482
  "vs/editor/contrib/smartSelect/browser/smartSelect": {
@@ -1698,49 +1722,6 @@ var content = {
1698
1722
  "previewSelected.title": "预览所选操作",
1699
1723
  "selectNextCodeAction.title": "选择下一个操作",
1700
1724
  "selectPrevCodeAction.title": "选择上一个操作"
1701
- },
1702
- "vs/platform/audioCues/browser/audioCueService": {
1703
- "audioCues.chatRequestSent": "已发送聊天请求",
1704
- "audioCues.chatRequestSent.alertMessage": "已发送聊天请求",
1705
- "audioCues.chatResponsePending": "聊天响应挂起",
1706
- "audioCues.chatResponsePending.alertMessage": "聊天响应挂起",
1707
- "audioCues.chatResponseReceived": "已收到聊天响应",
1708
- "audioCues.clear": "清除",
1709
- "audioCues.clear.alertMessage": "清除",
1710
- "audioCues.diffLineDeleted": "已删除差异行",
1711
- "audioCues.diffLineInserted": "已插入差异线",
1712
- "audioCues.diffLineModified": "差异行已修改",
1713
- "audioCues.format": "格式",
1714
- "audioCues.format.alertMessage": "格式",
1715
- "audioCues.lineHasBreakpoint.alertMessage": "断点",
1716
- "audioCues.lineHasBreakpoint.name": "行上的断点",
1717
- "audioCues.lineHasError.alertMessage": "错误",
1718
- "audioCues.lineHasError.name": "行上的错误",
1719
- "audioCues.lineHasFoldedArea.alertMessage": "已折叠",
1720
- "audioCues.lineHasFoldedArea.name": "行上的折叠区域",
1721
- "audioCues.lineHasInlineSuggestion.name": "行上的内联建议",
1722
- "audioCues.lineHasWarning.alertMessage": "警告",
1723
- "audioCues.lineHasWarning.name": "行上的警告",
1724
- "audioCues.noInlayHints": "行上无嵌入提示",
1725
- "audioCues.noInlayHints.alertMessage": "无内嵌提示",
1726
- "audioCues.notebookCellCompleted": "笔记本单元格已完成",
1727
- "audioCues.notebookCellCompleted.alertMessage": "笔记本单元格已完成",
1728
- "audioCues.notebookCellFailed": "笔记本单元格失败",
1729
- "audioCues.notebookCellFailed.alertMessage": "笔记本单元格失败",
1730
- "audioCues.onDebugBreak.alertMessage": "断点",
1731
- "audioCues.onDebugBreak.name": "调试程序已在断点处停止",
1732
- "audioCues.save": "保存",
1733
- "audioCues.save.alertMessage": "保存",
1734
- "audioCues.taskCompleted": "任务已完成",
1735
- "audioCues.taskCompleted.alertMessage": "任务已完成",
1736
- "audioCues.taskFailed": "任务失败",
1737
- "audioCues.taskFailed.alertMessage": "任务失败",
1738
- "audioCues.terminalBell": "终端钟",
1739
- "audioCues.terminalBell.alertMessage": "终端钟",
1740
- "audioCues.terminalCommandFailed": "终端命令失败",
1741
- "audioCues.terminalCommandFailed.alertMessage": "命令失败",
1742
- "audioCues.terminalQuickFix.alertMessage": "快速修复",
1743
- "audioCues.terminalQuickFix.name": "终端快速修复"
1744
1725
  },
1745
1726
  "vs/platform/configuration/common/configurationRegistry": {
1746
1727
  "config.policy.duplicate": "无法注册 \"{0}\"。关联的策略 {1} 已向 {2} 注册。",
@@ -1903,6 +1884,11 @@ var content = {
1903
1884
  },
1904
1885
  "vs/platform/languagePacks/common/languagePacks": {
1905
1886
  currentDisplayLanguage: " (当前)"
1887
+ },
1888
+ "vs/platform/languagePacks/common/localizedStrings": {
1889
+ close: "关闭",
1890
+ find: "查找",
1891
+ open: "打开"
1906
1892
  },
1907
1893
  "vs/platform/list/browser/listService": {
1908
1894
  "Fast Scroll Sensitivity": "按下\"Alt\"时滚动速度倍增。",
@@ -2324,6 +2310,18 @@ var content = {
2324
2310
  noParallelUniverses: "以下文件已以不兼容的方式修改: {0}。",
2325
2311
  nok: "撤消此文件(&&F)",
2326
2312
  ok: "在 {0} 个文件中撤消(&&U)"
2313
+ },
2314
+ "vs/platform/update/common/update.config.contribution": {
2315
+ "default": "启用自动更新检查。代码将定期自动检查更新。",
2316
+ deprecated: "此设置已弃用,请改用“{0}”。",
2317
+ enableWindowsBackgroundUpdates: "启用在 Windows 上后台下载和安装新的 VS Code 版本。",
2318
+ enableWindowsBackgroundUpdatesTitle: "在 Windows 上启用后台更新",
2319
+ manual: "禁用自动后台更新检查。如果手动检查更新,更新将可用。",
2320
+ none: "禁用更新。",
2321
+ showReleaseNotes: "在更新后显示发行说明。发行说明将从 Microsoft 联机服务中获取。",
2322
+ start: "仅在启动时检查更新。禁用自动后台更新检查。",
2323
+ updateConfigurationTitle: "更新",
2324
+ updateMode: "配置是否接收自动更新。更改后需要重新启动。更新是从微软在线服务获取的。"
2327
2325
  },
2328
2326
  "vs/platform/userDataProfile/common/userDataProfile": {
2329
2327
  defaultProfile: "默认"
@@ -2373,6 +2371,10 @@ var content = {
2373
2371
  confirmLogin: "扩展\"{0}\"希望使用{1}登录。",
2374
2372
  confirmRelogin: "扩展“{0}”希望你使用 {1} 重新登录。",
2375
2373
  signedOut: "已成功注销。"
2374
+ },
2375
+ "vs/workbench/api/browser/mainThreadChatProvider": {
2376
+ languageModels: "Language Model ({0})",
2377
+ languageModelsAccountId: "Language Models"
2376
2378
  },
2377
2379
  "vs/workbench/api/browser/mainThreadComments": {
2378
2380
  commentsViewIcon: "查看备注视图的图标。"
@@ -2479,7 +2481,13 @@ var content = {
2479
2481
  requirenonemptystring: "属性“{0}”是必需的,并且必须为具有非空值的类型 `string`",
2480
2482
  requirestring: "属性 \"{0}\" 是必需项并且必须为 \"string\" 类型",
2481
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",
2482
2489
  "viewcontainer requirearray": "视图容器必须为数组",
2490
+ views: "Views",
2483
2491
  "views.container.activitybar": "向活动栏提供视图容器",
2484
2492
  "views.container.panel": "向面板提供视图容器",
2485
2493
  "views.contributed": "向“提供的视图”容器提供视图",
@@ -2488,6 +2496,7 @@ var content = {
2488
2496
  "views.remote": "在活动栏中为远程容器提供视图。要为此容器提供帮助,需要启用enableProposedApi。",
2489
2497
  "views.scm": "向活动栏中的“源代码管理”容器提供视图",
2490
2498
  "views.test": "向活动栏中的“测试”容器提供视图",
2499
+ viewsContainers: "View Containers",
2491
2500
  "vscode.extension.contributes.view.contextualTitle": "当视图移出其原始位置时的用户可读上下文。默认情况下,将使用视图的容器名称。",
2492
2501
  "vscode.extension.contributes.view.group": "视图中的嵌套组",
2493
2502
  "vscode.extension.contributes.view.icon": "视图图标的路径。无法显示视图名称时,将显示视图图标。可以接受任何图像文件类型,但建议图标采用 SVG 格式。",
@@ -2512,6 +2521,8 @@ var content = {
2512
2521
  "vs/workbench/api/common/configurationExtensionPoint": {
2513
2522
  "config.property.defaultConfiguration.warning": "无法注册“{0}”的配置默认值。仅支持可重写计算机、窗口、资源和可重写语言范围设置的默认值。",
2514
2523
  "config.property.duplicate": "无法注册“{0}”。此属性已注册。",
2524
+ "default": "Default",
2525
+ description: "Description",
2515
2526
  "invalid.allOf": "\"configuration.allOf\" 已被弃用且不应被使用。你可以将多个配置单元作为数组传递给 \"configuration\" 参与点。",
2516
2527
  "invalid.properties": "configuration.properties 必须是对象",
2517
2528
  "invalid.property": "配置对象属性“{0}”必须是对象",
@@ -2534,6 +2545,8 @@ var content = {
2534
2545
  "scope.resource.description": "可在用户、远程、工作区或文件夹设置中对其进行配置的配置。",
2535
2546
  "scope.singlelineText.description": "该值将显示在输入框中。",
2536
2547
  "scope.window.description": "可在用户、远程或工作区设置中对其进行配置的配置。",
2548
+ "setting name": "ID",
2549
+ settings: "Settings",
2537
2550
  unknownWorkspaceProperty: "未知的工作区配置属性",
2538
2551
  "vscode.extension.contributes.configuration": "用于配置字符串。",
2539
2552
  "vscode.extension.contributes.configuration.order": "指定后,提供此类别的设置相对于其他类别的顺序。",
@@ -2554,6 +2567,10 @@ var content = {
2554
2567
  },
2555
2568
  "vs/workbench/api/common/extHostChatAgents2": {
2556
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}"
2557
2574
  },
2558
2575
  "vs/workbench/api/common/extHostDiagnostics": {
2559
2576
  limitHit: "未显示 {0} 个进一步的错误和警告。"
@@ -2599,12 +2616,15 @@ var content = {
2599
2616
  "contributes.jsonValidation": "用于 json 架构配置。",
2600
2617
  "contributes.jsonValidation.fileMatch": "要匹配的文件模式(或模式数组),例如\"package.json\"或\"*. launch\"。排除模式以\"!\"开头",
2601
2618
  "contributes.jsonValidation.url": "到扩展文件夹('./')的架构 URL (\"http:\"、\"https:\")或相对路径。",
2619
+ fileMatch: "File Match",
2602
2620
  "invalid.fileMatch": "\"configuration.jsonValidation.fileMatch\"必须定义为字符串或字符串数组。",
2603
2621
  "invalid.jsonValidation": "configuration.jsonValidation 必须是数组",
2604
2622
  "invalid.path.1": "\"contributes.{0}.url\" ({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
2605
2623
  "invalid.url": "configuration.jsonValidation.url 必须是 URL 或相对路径",
2606
2624
  "invalid.url.fileschema": "configuration.jsonValidation.url 是无效的相对 URL: {0}",
2607
- "invalid.url.schema": "\"configuration.jsonValidation.url\" 必须是绝对 URL 或者以 \"./\" 开头,以引用扩展中的架构。"
2625
+ "invalid.url.schema": "\"configuration.jsonValidation.url\" 必须是绝对 URL 或者以 \"./\" 开头,以引用扩展中的架构。",
2626
+ jsonValidation: "JSON Validation",
2627
+ schema: "Schema"
2608
2628
  },
2609
2629
  "vs/workbench/browser/actions/layoutActions": {
2610
2630
  active: "活动",
@@ -3449,8 +3469,8 @@ var content = {
3449
3469
  alignPanelRight: "将面板对齐方式设置为“右对齐”",
3450
3470
  alignPanelRightShort: "右",
3451
3471
  closeIcon: "用于关闭面板的图标。",
3452
- closePanel: "关闭面板",
3453
- closeSecondarySideBar: "关闭辅助侧栏",
3472
+ closePanel: "Hide Panel",
3473
+ closeSecondarySideBar: "Hide Secondary Side Bar",
3454
3474
  focusPanel: "聚焦到面板中",
3455
3475
  hidePanel: "隐藏面板",
3456
3476
  maximizeIcon: "用于最大化面板的图标。",
@@ -3598,6 +3618,9 @@ var content = {
3598
3618
  shutdownError: "出现意外错误,需要重新加载此页面。",
3599
3619
  shutdownErrorDetail: "工作台在运行时被意外释放。",
3600
3620
  unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
3621
+ },
3622
+ "vs/workbench/browser/workbench": {
3623
+ loaderErrorNative: "未能加载所需文件。请重启应用程序重试。详细信息: {0}"
3601
3624
  },
3602
3625
  "vs/workbench/browser/workbench.contribution": {
3603
3626
  activeEditorLong: "\"${activeEditorLong}\": 文件的完整路径 (例如 /Users/Development/myFolder/myFileFolder/myFile.txt)。",
@@ -3606,6 +3629,8 @@ var content = {
3606
3629
  activeFolderLong: "\"${activeFolderLong}\": 文件所在文件夹的完整路径 (例如 /Users/Development/myFolder/myFileFolder)。",
3607
3630
  activeFolderMedium: "\"${activeFolderMedium}\": 相对于工作区文件夹的、包含文件的文件夹的路径, (例如 myFolder/myFileFolder)。",
3608
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).",
3609
3634
  activityBarIconClickBehavior: "控制在工作台中单击活动栏图标时出现的行为。",
3610
3635
  activityBarLocation: "控制活动栏的位置。它可以显示到主侧边栏的“侧边”或“顶部”,也可以“隐藏”。",
3611
3636
  appName: "\"${appName}\": 例如 VS Code。",
@@ -3846,9 +3871,9 @@ var content = {
3846
3871
  inZenMode: "是否已启用 Zen 模式",
3847
3872
  isAuxiliaryEditorPart: "编辑器部件位于辅助窗口中",
3848
3873
  isAuxiliaryWindowFocusedContext: "辅助窗口是否成为焦点",
3849
- isCenteredLayout: "是否已启用居中布局",
3850
3874
  isFileSystemResource: "资源是否由文件系统提供程序支持",
3851
3875
  isFullscreen: "主窗口是否处于全屏模式",
3876
+ isMainEditorCenteredLayout: "Whether centered layout is enabled for the main editor",
3852
3877
  mainEditorAreaVisible: "主窗口中的编辑器区域是否可见",
3853
3878
  multipleEditorGroups: "是否打开了多个编辑器组",
3854
3879
  notificationCenterVisible: "通知中心是否可见",
@@ -4016,6 +4041,7 @@ var content = {
4016
4041
  tabActiveUnfocusedBorder: "在失去焦点的编辑器组中的活动选项卡底部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
4017
4042
  tabActiveUnfocusedBorderTop: "在失去焦点的编辑器组中的活动选项卡顶部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
4018
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.",
4019
4045
  tabHoverBackground: "选项卡被悬停时的背景色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
4020
4046
  tabHoverBorder: "选项卡被悬停时用于突出显示的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
4021
4047
  tabHoverForeground: "悬停时选项卡的前景色。选项卡是编辑器区域中的编辑器的容器。可在一个编辑器组中打开多个选项卡。可存在多个编辑器组。",
@@ -4048,33 +4074,114 @@ var content = {
4048
4074
  "views log": "视图"
4049
4075
  },
4050
4076
  "vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
4077
+ "accessibility.announcement.deprecationMessage": "This setting is deprecated. Use the `signals` settings instead.",
4051
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.",
4052
4157
  accessibilityConfigurationTitle: "辅助功能",
4053
- "alert.breakpoint": "当有效行出现断点时发出警报。另请参阅 {0}",
4054
- "alert.chatRequestSent": "发送聊天请求时发出警报。另请参阅 {0}",
4055
- "alert.chatResponsePending": "聊天响应挂起时发出警报。另请参阅 {0}",
4056
- "alert.clear": "在清除功能(例如终端、调试控制台或输出通道)时发出警报。另请参阅 {0}",
4057
- "alert.error": "当有效行出现错误时发出警报。另请参阅 {0}。",
4058
- "alert.foldedArea": "当有效行的可展开折叠区域未展开时发出警报。另请参阅 {0}。",
4059
- "alert.format": "设置文件或笔记本单元格格式时发出警报。另请参阅 {0}",
4060
- "alert.format.always": "每次格式化文件(包括自动保存、单元格执行等)时发出警报。",
4061
- "alert.format.never": "从不发出警报。",
4062
- "alert.format.userGesture": "通过用户手势格式化文件时发出警报。",
4063
- "alert.lineHasBreakpoint": "在具有断点的行上时发出警报。另请参阅 {0}。",
4064
- "alert.noInlayHints": "无嵌入提示时发出警报。另请参阅 {0}。",
4065
- "alert.notebookCellCompleted": "在笔记本单元格成功完成时发出警报。另请参阅 {0}",
4066
- "alert.notebookCellFailed": "在笔记本单元格出现故障时发出警报。另请参阅 {0}",
4067
- "alert.onDebugBreak": "调试程序中断时发出警报。另请参阅 {0}",
4068
- "alert.save": "保存文件时发出警报。另请参阅 {0}",
4069
- "alert.save.always": "每次保存文件(包括自动保存)时发出警报。",
4070
- "alert.save.never": "从不发出警报。",
4071
- "alert.save.userGesture": "通过用户手势保存文件时发出警报。",
4072
- "alert.taskCompleted": "任务成功完成时发出警报(零退出代码)。另请参阅 {0}。",
4073
- "alert.taskFailed": "任务失败时(非零退出代码)发出警报。另请参阅 {0}。",
4074
- "alert.terminalBell": "激活终端铃声时发出警报。",
4075
- "alert.terminalCommandFailed": "当终端命令失败时(非零退出代码)发出警报。另请参阅 {0}",
4076
- "alert.terminalQuickFix": "在有可用的终端快速修复程序时发出警报。另请参阅 {0}。",
4077
- "alert.warning": "当有效行出现警告时发出警报。另请参阅 {0}",
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}.",
4078
4185
  dimUnfocusedEnabled: "是否将未聚焦的编辑器和终端变暗,这可以更清楚地说明键入的输入将转到何处。这适用于大多数编辑器,但使用 iframe(如笔记本和扩展 Web 视图编辑器)的编辑器除外。",
4079
4186
  dimUnfocusedOpacity: "不透明度分数 (0.2 到 1.0) 用于未聚焦的编辑器和终端。这仅在启用 {0} 时生效。",
4080
4187
  "terminal.integrated.accessibleView.closeOnKeyPress": "在 keypress 上,关闭辅助视图,将焦点放在调用它的元素上。",
@@ -4219,13 +4326,8 @@ var content = {
4219
4326
  cancel: "放弃",
4220
4327
  "conflict.1": "无法应用重构,因为“{0}”在此期间进行了修改。",
4221
4328
  "conflict.N": "无法应用重构,因为其他 {0} 个文件在此期间进行了修改。",
4222
- create: "创建",
4223
- "edt.title.1": "{0}(重构预览)",
4224
- "edt.title.2": "{0}({1}、重构预览)",
4225
- "edt.title.del": "{0}(删除、重构预览)",
4226
4329
  "empty.msg": "调用代码操作(如重命名操作),在此处查看其更改的预览。",
4227
- ok: "应用",
4228
- rename: "重命名"
4330
+ ok: "应用"
4229
4331
  },
4230
4332
  "vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": {
4231
4333
  "default": "其他"
@@ -4276,12 +4378,12 @@ var content = {
4276
4378
  },
4277
4379
  "vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
4278
4380
  "chat.announcement": "聊天答复将在他们进入时公布。答复将指示代码块的数量(如果有),然后指示响应的其余部分。",
4279
- "chat.audioCues": "可通过具有 audioCues.chat 前缀的设置更改音频提示。默认情况下,如果请求超过 4 秒,你将听到一个音频提示,指示仍在进行中。",
4280
4381
  "chat.followUp": "在输入框中,导航到建议的后续问题 (Shift+Tab),然后按 Enter 运行它。",
4281
4382
  "chat.inspectResponse": "在输入框中,在辅助视图 {0} 中检查最后一个响应",
4282
4383
  "chat.inspectResponseNoKb": "在以输入框为焦点时,通过“打开可访问视图”命令检查可访问视图中的最后一个响应,该命令当前无法通过键绑定触发。",
4283
4384
  "chat.overview": "聊天视图由输入框和请求/响应列表组成。输入框用于发出请求,列表用于显示响应。",
4284
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.",
4285
4387
  "inlineChat.access": "可通过代码操作激活,也可直接使用“内联聊天: 启动内联聊天”命令({0})激活。",
4286
4388
  "inlineChat.contextActions": "弹出菜单操作可以运行前缀为 /. Type / 的请求,以发现此类现成命令。",
4287
4389
  "inlineChat.diff": "进入差异编辑器后,使用({0})进入评审模式。使用向上和向下箭头导航包含建议的更改的行。",
@@ -4316,6 +4418,9 @@ var content = {
4316
4418
  "interactiveSession.history.pick": "切换到聊天",
4317
4419
  "interactiveSession.open": "打开编辑器({0})",
4318
4420
  openChat: "打开聊天"
4421
+ },
4422
+ "vs/workbench/contrib/chat/browser/actions/chatClearActions": {
4423
+ "chat.newChat.label": "New Chat"
4319
4424
  },
4320
4425
  "vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
4321
4426
  "interactive.copyCodeBlock.label": "复制",
@@ -4368,13 +4473,13 @@ var content = {
4368
4473
  },
4369
4474
  "vs/workbench/contrib/chat/browser/chat.contribution": {
4370
4475
  chat: "聊天",
4476
+ clear: "Start a new chat",
4371
4477
  "interactiveSession.editor.fontFamily": "控制聊天代码块中的字体系列。",
4372
4478
  "interactiveSession.editor.fontSize": "控制聊天代码块中的字号(以像素为单位)。",
4373
4479
  "interactiveSession.editor.fontWeight": "控制聊天代码块中的字体粗细。",
4374
4480
  "interactiveSession.editor.lineHeight": "聊天代码块中的行高(以像素为单位)。使用 0 可根据字号计算行高。",
4375
4481
  "interactiveSession.editor.wordWrap": "控制行是否应整合在聊天代码块中。",
4376
- interactiveSessionConfigurationTitle: "聊天",
4377
- newChat: "启动新聊天"
4482
+ interactiveSessionConfigurationTitle: "聊天"
4378
4483
  },
4379
4484
  "vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
4380
4485
  "chat.viewContainer.label": "聊天",
@@ -4398,8 +4503,7 @@ var content = {
4398
4503
  },
4399
4504
  "vs/workbench/contrib/chat/browser/chatListRenderer": {
4400
4505
  chat: "聊天",
4401
- commandFollowUpInfo: "命令: {0}",
4402
- commandFollowUpInfoMany: "命令: {0}",
4506
+ commandButtonDisabled: "Button not available in restored chat",
4403
4507
  multiCodeBlock: "{0} {1} 个代码块",
4404
4508
  multiCodeBlockHint: "{0} {1} 个代码块: {2}",
4405
4509
  multiFileTreeHint: "{0} 个文件树",
@@ -4435,6 +4539,7 @@ var content = {
4435
4539
  "vs/workbench/contrib/chat/common/chatColors": {
4436
4540
  "chat.avatarBackground": "聊天头像的背景色。",
4437
4541
  "chat.avatarForeground": "聊天头像的前景色。",
4542
+ "chat.requestBackground": "The background color of a chat request.",
4438
4543
  "chat.requestBorder": "聊天请求的边框颜色。",
4439
4544
  "chat.slashCommandBackground": "聊天斜线命令的背景色。",
4440
4545
  "chat.slashCommandForeground": "聊天斜线命令的前景色。"
@@ -4465,6 +4570,11 @@ var content = {
4465
4570
  neverSaveBoolean: "从不在保存时触发代码操作。此值将被弃用,取而代之将使用“从不”。"
4466
4571
  },
4467
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",
4468
4578
  "contributes.codeActions": "配置资源要使用的编辑器。",
4469
4579
  "contributes.codeActions.description": "代码操作的说明。",
4470
4580
  "contributes.codeActions.kind": "贡献代码操作的\"代码操作种类\"。",
@@ -4487,7 +4597,7 @@ var content = {
4487
4597
  hintWhitespace: "显示空白差异",
4488
4598
  msg1: "在一个差异编辑器的窗格中。",
4489
4599
  msg2: "在针对屏幕阅读器优化的差异审阅模式下查看下一个({0})或上一个({1})差异。",
4490
- msg3: "若要控制应播放哪些音频提示,可以配置以下设置: {0}",
4600
+ msg3: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
4491
4601
  removeTimeout: "删除限制"
4492
4602
  },
4493
4603
  "vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
@@ -4671,6 +4781,23 @@ var content = {
4671
4781
  "vs/workbench/contrib/comments/browser/commentReply": {
4672
4782
  newComment: "键入新注释",
4673
4783
  reply: "回复..."
4784
+ },
4785
+ "vs/workbench/contrib/comments/browser/comments.contribution": {
4786
+ collapseAll: "全部折叠",
4787
+ collapseOnResolve: "控制解析线程时注释线程是否应折叠。",
4788
+ "comments.maxHeight": "控制注释小组件是滚动还是展开。",
4789
+ "comments.openPanel.deprecated": "此设置已弃用,取而代之的是 `comments.openView`。",
4790
+ "comments.openView": "控制评论视图应何时打开。",
4791
+ "comments.openView.file": "批注视图将在具有注释的文件处于活动状态时打开。",
4792
+ "comments.openView.firstFile": "如果在此会话期间尚未打开注释视图,则它将在带注释文件处于活动状态的会话期间首次打开。",
4793
+ "comments.openView.firstFileUnresolved": "如果在此会话期间尚未打开注释视图,并且注释未解析,则会话中第一次打开包含注释的文件处于活动状态。",
4794
+ "comments.openView.never": "注释视图永远不会打开。",
4795
+ "comments.visible": "控制具有注释范围和注释的编辑器中注释栏和注释线程的可见性。注释仍可通过“注释”视图访问,并会导致以运行命令 “Comments: Toggle Editor Commenting” 切换注释的相同方式切换打开注释。",
4796
+ commentsConfigurationTitle: "评论",
4797
+ expandAll: "全部展开",
4798
+ openComments: "控制评论面板应何时打开。",
4799
+ totalUnresolvedComments: "{0} 未解析的注释",
4800
+ useRelativeTime: "确定是否在注释时间戳中使用相对时间,(例如\"1 天前\")。"
4674
4801
  },
4675
4802
  "vs/workbench/contrib/comments/browser/commentsAccessibility": {
4676
4803
  addComment: "- 添加评论 ({0})",
@@ -4698,6 +4825,16 @@ var content = {
4698
4825
  hasCommentRangesKb: "编辑器有注释范围,有关详细信息,请运行“打开辅助功能帮助”({0}) 命令。",
4699
4826
  hasCommentRangesNoKb: "编辑器具有注释范围,有关详细信息,请运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
4700
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": "切换编辑器注释"
4701
4838
  },
4702
4839
  "vs/workbench/contrib/comments/browser/commentsModel": {
4703
4840
  noComments: "此工作区中尚无注释。"
@@ -4715,8 +4852,8 @@ var content = {
4715
4852
  "vs/workbench/contrib/comments/browser/commentsView": {
4716
4853
  "comments.filter.ariaLabel": "筛选注释",
4717
4854
  "comments.filter.placeholder": "筛选器(例如文本、作者)",
4718
- resourceWithCommentLabel: "{3} 中第 {1} 行第 {2} 列中来自 ${0} 的注释,源: {4}",
4719
- resourceWithCommentLabelFile: "来自 {1} $ {0} 的注释,源: {2}",
4855
+ resourceWithCommentLabel: "${0} at line {1} column {2} in {3}, source: {4}",
4856
+ resourceWithCommentLabelFile: "${0} in {1}, source: {2}",
4720
4857
  resourceWithCommentThreadsLabel: "{0} 中的注释,完整路径: {1}",
4721
4858
  rootCommentsLabel: "当前工作区的注释",
4722
4859
  "showing filtered results": "正在显示第 {0} 页(共 {1} 页)"
@@ -4780,7 +4917,11 @@ var content = {
4780
4917
  "contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。",
4781
4918
  "contributes.selector": "为其启用了自定义编辑器的一组 glob。",
4782
4919
  "contributes.selector.filenamePattern": "为其启用了自定义编辑器的 glob。",
4783
- "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"
4784
4925
  },
4785
4926
  "vs/workbench/contrib/debug/browser/baseDebugView": {
4786
4927
  "debug.lazyButton.tooltip": "单击以展开"
@@ -4843,6 +4984,7 @@ var content = {
4843
4984
  editBreakpoint: "编辑函数条件...",
4844
4985
  editCondition: "编辑条件…",
4845
4986
  editHitCount: "编辑命中次数…",
4987
+ editMode: "Edit Mode...",
4846
4988
  enableAllBreakpoints: "启用所有断点",
4847
4989
  exceptionBreakpointAriaLabel: "类型异常断点条件",
4848
4990
  exceptionBreakpointPlaceholder: "在表达式结果为 true 时中断",
@@ -4871,6 +5013,7 @@ var content = {
4871
5013
  reapplyAllBreakpoints: "重新应用所有断点",
4872
5014
  removeAllBreakpoints: "删除所有断点",
4873
5015
  removeBreakpoint: "删除断点",
5016
+ selectBreakpointMode: "Select Breakpoint Mode",
4874
5017
  triggeredBy: "在断点后命中:{0}",
4875
5018
  unverifiedBreakpoint: "未验证的断点",
4876
5019
  unverifiedExceptionBreakpoint: "未验证的异常断点",
@@ -4878,6 +5021,7 @@ var content = {
4878
5021
  write: "写入"
4879
5022
  },
4880
5023
  "vs/workbench/contrib/debug/browser/breakpointWidget": {
5024
+ bpMode: "Mode",
4881
5025
  breakpointType: "断点类型",
4882
5026
  breakpointWidgetExpressionPlaceholder: "在表达式结果为真时中断。按 \"{0}\" 键确认,\"{1}\" 键取消。",
4883
5027
  breakpointWidgetHitCountPlaceholder: "在满足命中次数条件时中断。按 \"{0}\" 键确认,\"{1}\" 键取消。",
@@ -4992,6 +5136,7 @@ var content = {
4992
5136
  restartFrame: "重启框架",
4993
5137
  run: "运行或调试...",
4994
5138
  "run and debug": "运行和调试",
5139
+ runMenu: "Run",
4995
5140
  setValue: "设置值",
4996
5141
  showBreakpointsInOverviewRuler: "控制断点是否应显示在概览标尺中。",
4997
5142
  showErrors: "显示问题视图且不开始调试。",
@@ -5280,6 +5425,7 @@ var content = {
5280
5425
  followLink: "执行链接"
5281
5426
  },
5282
5427
  "vs/workbench/contrib/debug/browser/loadedScriptsView": {
5428
+ collapse: "Collapse All",
5283
5429
  loadedScriptsAriaLabel: "在调试中已加载的脚本",
5284
5430
  loadedScriptsFolderAriaLabel: "文件夹 {0},已加载的脚本,调试",
5285
5431
  loadedScriptsRootFolderAriaLabel: "工作区文件夹 {0},已加载的脚本,调试",
@@ -5326,6 +5472,7 @@ var content = {
5326
5472
  cancel: "取消",
5327
5473
  collapse: "全部折叠",
5328
5474
  install: "安装",
5475
+ removeVisualizer: "Remove Visualizer",
5329
5476
  useVisualizer: "可视化变量...",
5330
5477
  variableAriaLabel: "{0},值 {1}",
5331
5478
  variableScopeAriaLabel: "范围 {0}",
@@ -5361,6 +5508,7 @@ var content = {
5361
5508
  breakWhenValueChangesSupported: "如果焦点会话支持在值发生更改时中断,则为 True。",
5362
5509
  breakWhenValueIsAccessedSupported: "如果焦点断点支持在值被访问时中断,则为 True。",
5363
5510
  breakWhenValueIsReadSupported: "如果焦点断点支持在值被读取时中断,则为 True。",
5511
+ breakpointHasModes: "Whether the breakpoint has multiple modes it can switch to.",
5364
5512
  breakpointInputFocused: "当输入框在 \"BREAKPOINTS \" 视图中具有焦点时为 True。",
5365
5513
  breakpointItemType: "表示 \"BREAKPOINTS \" 视图中具有焦点的元素的项类型。例如: \"breakpoint\"、\"exceptionBreakppint\"、\"functionBreakpoint\"、\"dataBreakpoint\"",
5366
5514
  breakpointSupportsCondition: "焦点断点支持条件时为 True。",
@@ -5407,7 +5555,9 @@ var content = {
5407
5555
  suspendDebuggeeSupported: "如果重点会话支持暂停调试对象功能,则为 True。",
5408
5556
  terminateDebuggeeSupported: "如果焦点会话支持终止调试对象功能,则为 True。",
5409
5557
  variableEvaluateNamePresent: "在焦点变量设置了 “evalauteName” 字段时为 True。",
5558
+ variableExtensionId: "Extension ID of the variable source, present for debug visualization clauses.",
5410
5559
  variableIsReadonly: "当焦点变量为只读时为 True。",
5560
+ variableLanguage: "Language of the variable source, present for debug visualization clauses.",
5411
5561
  variableName: "用于调试可视化子句的变量名称。",
5412
5562
  variableType: "用于调试可视化子句的变量类型。",
5413
5563
  variableValue: "用于调试可视化子句的变量值。",
@@ -5458,6 +5608,9 @@ var content = {
5458
5608
  "app.launch.json.title": "启动",
5459
5609
  "app.launch.json.version": "此文件格式的版本。",
5460
5610
  compoundPrelaunchTask: "要在任何复合配置开始之前运行的任务。",
5611
+ "debugger name": "Name",
5612
+ "debugger type": "Type",
5613
+ debuggers: "Debuggers",
5461
5614
  presentation: "有关如何在调试配置下拉列表和命令面板中显示此配置的演示选项。",
5462
5615
  "presentation.group": "此配置所属的组。用于在配置下拉列表和命令面板中分组和排序。",
5463
5616
  "presentation.hidden": "控制此配置是否应显示在配置下拉列表和命令面板中。",
@@ -5502,6 +5655,99 @@ var content = {
5502
5655
  },
5503
5656
  "vs/workbench/contrib/debug/common/replModel": {
5504
5657
  consoleCleared: "控制台已清除"
5658
+ },
5659
+ "vs/workbench/contrib/editSessions/browser/editSessions.contribution": {
5660
+ autoResumeWorkingChanges: "控制是否为当前工作区自动继续存储在云中的可用工作更改。",
5661
+ "autoResumeWorkingChanges.off": "从不尝试从云中继续工作更改。",
5662
+ "autoResumeWorkingChanges.onReload": "在窗口重新加载时自动从云中继续可用的工作更改。",
5663
+ autoStoreWorkingChanges: "正在存储当前工作更改...",
5664
+ "autoStoreWorkingChanges.off": "从不尝试在云中自动存储工作更改。",
5665
+ "autoStoreWorkingChanges.onShutdown": "在窗口关闭时自动将当前工作更改存储在云中。",
5666
+ autoStoreWorkingChangesDescription: "控制是否为当前工作区自动将可用工作更改存储在云中。此设置在 Web 中无效。",
5667
+ "check for pending cloud changes": "检查挂起的云更改",
5668
+ checkingForWorkingChanges: "检查挂起的云更改...",
5669
+ "client too old": "请升级到较新版本的 {0} 以从云中恢复工作更改。",
5670
+ cloudChangesPartialMatchesEnabled: "控制是否显示与当前会话部分匹配的云更改。",
5671
+ "continue edit session in local folder": "在本地文件夹中打开",
5672
+ "continue with cloud changes": "选择是否将工作更改带上。",
5673
+ "continue working on": "继续处理...",
5674
+ "continueEditSession.openLocalFolder.title.v2": "选择要继续在其中工作的本地文件夹",
5675
+ continueEditSessionExtPoint: "提供用于在其他环境中继续当前编辑会话的选项",
5676
+ "continueEditSessionExtPoint.command": "要执行的命令的标识符。必须在 'commands'-section 中声明该命令,并返回一个 URI,表示可以继续执行当前编辑会话的其他环境。",
5677
+ "continueEditSessionExtPoint.description": "选项的文档页面的 URL 或返回此 URL 的命令。",
5678
+ "continueEditSessionExtPoint.group": "此项所属的组。",
5679
+ "continueEditSessionExtPoint.qualifiedName": "此项的完全限定名称,用于在菜单中显示。",
5680
+ "continueEditSessionExtPoint.remoteGroup": "此项在远程指示器中所属的组。",
5681
+ "continueEditSessionExtPoint.when": "此条件必须为 true 才能显示此项。",
5682
+ "continueEditSessionItem.builtin": "内置",
5683
+ "continueEditSessionItem.openInLocalFolder.v2": "在本地文件夹中打开",
5684
+ "continueEditSessionPick.title.v2": "选择开发环境以继续在以下位置处理 {0}",
5685
+ "continueOn.installAdditional": "安装其他开发环境选项",
5686
+ continueOnCloudChanges: "控制在使用“继续工作”时是否提示用户将工作更改存储在云中。",
5687
+ "continueOnCloudChanges.off": "除非用户已启用云更改,否则请勿通过“继续工作”将工作更改存储在云中。",
5688
+ "continueOnCloudChanges.promptForAuth": "通过“继续工作”,提示用户登录以在云中存储工作更改。",
5689
+ "continueWorkingOn.existingLocalFolder": "继续在现有本地文件夹中工作",
5690
+ editSessionPartialMatch: "你在此工作区的云中有待处理的工作更改。是否要恢复它们?",
5691
+ learnMoreTooltip: "了解详细信息",
5692
+ "no cloud changes": "没有从云中恢复的更改。",
5693
+ "no cloud changes for ref": "无法从云中恢复 ID {0} 的更改。",
5694
+ "no working changes to store": "已跳过在云中存储工作更改,因为没有要存储的编辑。",
5695
+ "payload failed": "无法存储工作更改。",
5696
+ "payload too large": "你的工作更改超出了大小限制,无法存储。",
5697
+ resume: "继续",
5698
+ "resume cloud changes": "从序列化数据继续更改",
5699
+ "resume edit session warning 1": "从云中恢复工作更改将覆盖 {0}。是否要继续?",
5700
+ "resume edit session warning many": "从云中恢复工作更改将覆盖以下 {0} 文件。是否要继续?",
5701
+ "resume failed": "无法从云中恢复工作更改。",
5702
+ "resume latest cloud changes": "从云恢复最新更改",
5703
+ "resuming working changes window": "正在恢复工作更改...",
5704
+ "show cloud changes": "显示云更改",
5705
+ "show log": "显示日志",
5706
+ "store working changes": "正在存储工作更改...",
5707
+ "store working changes in cloud": "在云中存储工作更改",
5708
+ "store your working changes": "正在存储工作更改...",
5709
+ "storing working changes": "正在存储工作更改...",
5710
+ "with cloud changes": "是,继续并进行工作更改",
5711
+ "without cloud changes": "否,继续但不进行工作更改"
5712
+ },
5713
+ "vs/workbench/contrib/editSessions/browser/editSessionsStorageService": {
5714
+ "choose account placeholder": "选择要在云中存储工作更改的帐户",
5715
+ "choose account read placeholder": "选择要从云中还原工作更改的帐户",
5716
+ "delete all cloud changes": "从云中删除所有存储的数据。",
5717
+ others: "其他",
5718
+ "reset auth.v3": "关闭云更改...",
5719
+ "sign in": "打开云更改...",
5720
+ "sign in badge": "打开云更改... (1)",
5721
+ "sign in using account": "使用 {0} 登录",
5722
+ "sign out of cloud changes clear data prompt": "是否要禁用在云中存储工作更改?",
5723
+ "signed in": "已登录"
5724
+ },
5725
+ "vs/workbench/contrib/editSessions/browser/editSessionsViews": {
5726
+ "cloud changes": "云更改",
5727
+ "compare changes": "比较更改",
5728
+ "confirm delete all": "是否确定要从云中永久删除所有存储的更改?",
5729
+ "confirm delete all detail": " 无法撤消此操作。",
5730
+ "confirm delete detail.v2": " 无法撤消此操作。",
5731
+ "confirm delete.v2": "是否确定要使用 ref {0} 永久删除工作更改?",
5732
+ "local copy": "本地副本",
5733
+ noStoredChanges: "云中没有要显示的已存储更改。\r\n{0}",
5734
+ "open file": "打开文件",
5735
+ storeWorkingChangesTitle: "存储工作更改",
5736
+ "workbench.editSessions.actions.delete.v2": "删除工作更改",
5737
+ "workbench.editSessions.actions.deleteAll": "从云中删除所有工作更改",
5738
+ "workbench.editSessions.actions.resume.v2": "继续工作更改",
5739
+ "workbench.editSessions.actions.store.v2": "存储工作更改"
5740
+ },
5741
+ "vs/workbench/contrib/editSessions/common/editSessions": {
5742
+ "cloud changes": "云更改",
5743
+ editSessionViewIcon: "云更改视图的视图图标。"
5744
+ },
5745
+ "vs/workbench/contrib/editSessions/common/editSessionsLogService": {
5746
+ cloudChangesLog: "云更改"
5747
+ },
5748
+ "vs/workbench/contrib/emmet/browser/actions/expandAbbreviation": {
5749
+ expandAbbreviationAction: "Emmet: 展开缩写",
5750
+ miEmmetExpandAbbreviation: "Emmet: 展开缩写(&&X)"
5505
5751
  },
5506
5752
  "vs/workbench/contrib/extensions/browser/abstractRuntimeExtensionsEditor": {
5507
5753
  "copy id": "复制 ID ({0})",
@@ -5510,6 +5756,8 @@ var content = {
5510
5756
  errors: "{0} 个未捕获的错误",
5511
5757
  extensionActivating: "正在激活扩展...",
5512
5758
  languageActivation: "因你打开 {0} 文件而被 {1} 激活",
5759
+ "requests count": "{0} Requests: {1} (Session)",
5760
+ "requests count title": "Last request was {0}. Overall Requests: {1}",
5513
5761
  runtimeExtensions: "运行时扩展",
5514
5762
  showRuntimeExtensions: "显示正在运行的扩展",
5515
5763
  starActivation: "已在启动时由 {0} 激活",
@@ -5533,113 +5781,42 @@ var content = {
5533
5781
  },
5534
5782
  "vs/workbench/contrib/extensions/browser/extensionEditor": {
5535
5783
  "Changelog title": "更改日志",
5536
- "JSON Validation": "JSON 验证({0})",
5537
5784
  Marketplace: "市场",
5538
5785
  "Marketplace Info": "详细信息",
5539
- "Notebook id": "ID",
5540
- "Notebook mimetypes": "Mimetypes",
5541
- "Notebook name": "名称",
5542
- "Notebook renderer name": "名称",
5543
- NotebookRenderers: "笔记本呈现器({0})",
5544
- Notebooks: "Notebooks({0})",
5545
5786
  "Readme title": "自述文件",
5546
- activatedBy: "激活者:",
5547
- "activation events": "激活事件({0})",
5548
- "activation reason": "激活事件:",
5549
- "activation time": "激活时间:",
5550
- authentication: "身份验证({0})",
5551
- "authentication.id": "ID",
5552
- "authentication.label": "标签",
5553
5787
  builtin: "内置",
5554
5788
  categories: "类别",
5555
5789
  changelog: "更改日志",
5556
5790
  changelogtooltip: "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
5557
- codeActions: "代码操作({0})",
5558
- "codeActions.description": "说明",
5559
- "codeActions.kind": "种类",
5560
- "codeActions.languages": "语言",
5561
- "codeActions.title": "标题",
5562
- colorId: "ID",
5563
- colorThemes: "颜色主题 ({0})",
5564
- colors: "颜色 ({0})",
5565
- "command name": "ID",
5566
- "command title": "标题",
5567
- commands: "命令({0})",
5568
- contributions: "功能贡献",
5569
- contributionstooltip: "包含此扩展向 VS Code 编辑器提供的功能",
5570
- customEditors: "自定义编辑器({0})",
5571
- "customEditors filenamePattern": "文件名模式",
5572
- "customEditors priority": "优先级",
5573
- "customEditors view type": "视图类型",
5574
- "debugger name": "名称",
5575
- "debugger type": "类型",
5576
- debuggers: "调试程序({0})",
5577
- "default": "默认值",
5578
- defaultDark: "深色默认",
5579
- defaultHC: "高对比度默认",
5580
- defaultLight: "浅色默认",
5581
5791
  dependencies: "依赖项",
5582
5792
  dependenciestooltip: "包含此扩展依赖的扩展",
5583
- description: "说明",
5584
5793
  details: "细节",
5585
5794
  detailstooltip: "扩展详细信息,显示扩展的 \"README.md\" 文件。",
5586
5795
  "extension pack": "扩展包({0})",
5587
5796
  "extension version": "扩展版本",
5588
5797
  extensionpack: "扩展包",
5589
5798
  extensionpacktooltip: "列出将与此扩展一起安装的扩展",
5590
- "file extensions": "文件扩展名",
5591
- fileMatch: "匹配文件",
5799
+ features: "Features",
5800
+ featurestooltip: "Lists features contributed by this extension",
5592
5801
  find: "查找",
5593
5802
  "find next": "查找下一个",
5594
5803
  "find previous": "查找前一个",
5595
- grammar: "语法",
5596
- iconThemes: "图标主题 ({0})",
5597
5804
  id: "标识符",
5598
5805
  "install count": "安装计数",
5599
5806
  issues: "问题",
5600
- "keyboard shortcuts": "键盘快捷方式",
5601
- "language id": "ID",
5602
- "language name": "名称",
5603
- languages: "语言({0})",
5604
5807
  "last released": "上次发布时间",
5605
5808
  "last updated": "上次更新时间",
5606
5809
  license: "许可证",
5607
- localizations: "本地化 ({0})",
5608
- "localizations language id": "语言 ID",
5609
- "localizations language name": "语言名称",
5610
- "localizations localized language name": "语言本地名称",
5611
- menuContexts: "菜单上下文",
5612
- messages: "消息({0})",
5613
5810
  name: "扩展名",
5614
5811
  noChangelog: "无可用的更改日志。",
5615
- noContributions: "没有发布内容",
5616
5812
  noDependencies: "没有依赖项",
5617
5813
  noReadme: "无可用自述文件。",
5618
- noStatus: "无可用状态。",
5619
- "not yet activated": "尚未激活。",
5620
5814
  preview: "预览版",
5621
- productThemes: "产品图标主题({0})",
5622
5815
  published: "已发布",
5623
5816
  publisher: "发布服务器",
5624
5817
  rating: "评分",
5625
5818
  repository: "仓库",
5626
- resources: "扩展资源",
5627
- runtimeStatus: "运行时状态",
5628
- "runtimeStatus description": "扩展运行时状态",
5629
- schema: "结构",
5630
- "setting name": "ID",
5631
- settings: "设置({0})",
5632
- snippets: "片段",
5633
- startup: "启动",
5634
- "uncaught errors": "未捕获的错误({0})",
5635
- "view container id": "ID",
5636
- "view container location": "位置",
5637
- "view container title": "标题",
5638
- "view id": "ID",
5639
- "view location": "位置",
5640
- "view name": "名称",
5641
- viewContainers: "视图容器 ({0})",
5642
- views: "视图 ({0})"
5819
+ resources: "Resources"
5643
5820
  },
5644
5821
  "vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
5645
5822
  "restartExtensionHost.reason": "由于工作区信任更改,正在重启扩展主机。"
@@ -5898,6 +6075,7 @@ var content = {
5898
6075
  "learn why": "了解原因",
5899
6076
  "malicious tooltip": "此扩展被报告存在问题。",
5900
6077
  manage: "管理",
6078
+ "manage access": "Manage Access",
5901
6079
  migrate: "迁移",
5902
6080
  "migrate to": "迁移到 {0}",
5903
6081
  migrateExtension: "迁移",
@@ -6467,6 +6645,9 @@ var content = {
6467
6645
  useTrash: "在删除文件或文件夹时,将它们移动到操作系统的“废纸篓”中 (Windows 为“回收站”)。禁用此设置将永久删除文件或文件夹。",
6468
6646
  watcherExclude: "配置要从文件监视中排除的路径或 [glob 模式](https://aka.ms/vscode-glob-patterns)。路径可以相对于被监视的文件夹,也可以是绝对路径。glob 模式相对于被监视的文件夹进行匹配。当遇到文件观察程序进程消耗大量 CPU 的情况时,请确保排除不太重要的大型文件夹(例如生成输出文件夹)。",
6469
6647
  watcherInclude: "配置额外路径以监视工作区内的更改。默认情况下,将以递归方式监视所有工作区文件夹,但符号链接的文件夹除外。可以显式添加绝对路径或相对路径,以支持作为符号链接的监视文件夹。将使用当前打开的工作区将相对路径解析为绝对路径。"
6648
+ },
6649
+ "vs/workbench/contrib/files/browser/views/emptyView": {
6650
+ noWorkspace: "No Folder Opened"
6470
6651
  },
6471
6652
  "vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": {
6472
6653
  canNotResolve: "无法解析工作区文件夹 ({0})",
@@ -6592,6 +6773,8 @@ var content = {
6592
6773
  "feedback.unhelpful": "无用",
6593
6774
  focus: "聚焦输入",
6594
6775
  label: "'{0}' 和 {1} 跟进({2})",
6776
+ moveToNextHunk: "Move to Next Change",
6777
+ moveToPreviousHunk: "Move to Previous Change",
6595
6778
  nextFromHistory: "历史记录中的下一个",
6596
6779
  previousFromHistory: "历史记录中的上一个",
6597
6780
  rerun: "重新生成响应",
@@ -6681,8 +6864,32 @@ var content = {
6681
6864
  inlineChatVisible: "交互式编辑器输入是否可见",
6682
6865
  mode: "配置是将在内联聊天中创建的更改直接应用到文档还是先预览它们。",
6683
6866
  "mode.live": "将更改直接应用到文档,但可通过内联差异突出显示更改,以及通过 hunks 接收/舍弃更改。结束会话将保留更改。",
6684
- "mode.livePreview": "更改直接应用到文档,但可通过内联差异或并排差异在视觉上突出显示。结束会话将保留更改。",
6685
6867
  "mode.preview": "仅预览更改,但需要通过“应用”按钮接受这些更改。结束会话将放弃更改。"
6868
+ },
6869
+ "vs/workbench/contrib/interactive/browser/interactive.contribution": {
6870
+ "interactive.activeCodeBorder": "当编辑器具有焦点时,当前交互式代码单元格的边框颜色。",
6871
+ "interactive.execute": "执行代码",
6872
+ "interactive.history.focus": "焦点历史记录",
6873
+ "interactive.history.next": "历史记录中的下一个值",
6874
+ "interactive.history.previous": "历史记录中的上一个值",
6875
+ "interactive.inactiveCodeBorder": "当编辑器没有焦点时,当前交互式代码单元格的边框颜色。",
6876
+ "interactive.input.clear": "清除交互窗口输入编辑器内容",
6877
+ "interactive.input.focus": "焦点输入编辑器",
6878
+ "interactive.open": "打开交互窗口",
6879
+ interactiveScrollToBottom: "滚动到底部",
6880
+ interactiveScrollToTop: "滚动到顶部",
6881
+ interactiveWindow: "交互窗口",
6882
+ "interactiveWindow.alwaysScrollOnNewCell": "自动滚动交互窗口以显示执行的最后一条语句的输出。如果此值为 false,仅当最后一个单元格已滚动到此单元格时,窗口才会滚动。"
6883
+ },
6884
+ "vs/workbench/contrib/interactive/browser/interactiveEditor": {
6885
+ interactiveInputPlaceHolder: "在此处键入 '{0}' 代码并按 {1} 运行"
6886
+ },
6887
+ "vs/workbench/contrib/issue/browser/issue.contribution": {
6888
+ statusUnsupported: "浏览器中尚不支持 --status 参数。"
6889
+ },
6890
+ "vs/workbench/contrib/issue/common/issue.contribution": {
6891
+ miReportIssue: "使用英文报告问题(&&I)",
6892
+ reportIssueInEnglish: "报告问题…"
6686
6893
  },
6687
6894
  "vs/workbench/contrib/keybindings/browser/keybindings.contribution": {
6688
6895
  toggleKeybindingsLog: "切换键盘快捷方式疑难解答"
@@ -6703,6 +6910,16 @@ var content = {
6703
6910
  pin: "添加到状态栏",
6704
6911
  reset: "重置语言状态交互计数器",
6705
6912
  unpin: "从状态栏中删除"
6913
+ },
6914
+ "vs/workbench/contrib/limitIndicator/browser/limitIndicator.contribution": {
6915
+ "colorDecoratorsStatusItem.name": "颜色装饰器状态",
6916
+ "colorDecoratorsStatusItem.source": "颜色修饰器",
6917
+ "foldingRangesStatusItem.name": "正在折叠状态",
6918
+ "foldingRangesStatusItem.source": "正在折叠",
6919
+ "status.button.configure": "配置",
6920
+ "status.limited.details": "出于性能原因,仅显示了 {0}",
6921
+ "status.limitedColorDecorators.short": "颜色修饰器",
6922
+ "status.limitedFoldingRanges.short": "折叠范围"
6706
6923
  },
6707
6924
  "vs/workbench/contrib/localHistory/browser/localHistory": {
6708
6925
  localHistoryIcon: "日程表视图中本地历史记录条目的图标。",
@@ -7029,6 +7246,25 @@ var content = {
7029
7246
  showBase: "如果合并编辑器显示基础版本",
7030
7247
  showBaseAtTop: "如果应在顶部显示基",
7031
7248
  showNonConflictingChanges: "如果合并编辑器显示不冲突的更改"
7249
+ },
7250
+ "vs/workbench/contrib/multiDiffEditor/browser/actions": {
7251
+ ExpandAllDiffs: "Expand All Diffs",
7252
+ collapseAllDiffs: "Collapse All Diffs",
7253
+ goToFile: "Open File"
7254
+ },
7255
+ "vs/workbench/contrib/multiDiffEditor/browser/icons.contribution": {
7256
+ multiDiffEditorLabelIcon: "多差异编辑器标签的图标。"
7257
+ },
7258
+ "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditor.contribution": {
7259
+ name: "多差异编辑器"
7260
+ },
7261
+ "vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput": {
7262
+ files: " ({0} 个文件)",
7263
+ name: "多差异编辑器"
7264
+ },
7265
+ "vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": {
7266
+ scmDiffLabel: "{0}: {1}",
7267
+ viewChanges: "查看更改"
7032
7268
  },
7033
7269
  "vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
7034
7270
  "notebookActions.changeCellToCode": "将单元格更改为代码",
@@ -7075,11 +7311,17 @@ var content = {
7075
7311
  "vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": {
7076
7312
  "kernel.select.label": "选择内核",
7077
7313
  "notebook.activeCellStatusName": "笔记本编辑器选择",
7314
+ "notebook.indentation": "Notebook Indentation",
7078
7315
  "notebook.info": "笔记本内核信息",
7079
7316
  "notebook.multiActiveCellIndicator": "单元格 {0} (已选择 {1} 个)",
7080
7317
  "notebook.select": "笔记本内核选择",
7081
7318
  "notebook.singleActiveCellIndicator": "单元格 {0}/{1}",
7319
+ selectNotebookIndentation: "Select Indentation",
7082
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"
7083
7325
  },
7084
7326
  "vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
7085
7327
  findFilterIcon: "查找小组件中的“查找筛选器”图标。",
@@ -7112,6 +7354,9 @@ var content = {
7112
7354
  },
7113
7355
  "vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
7114
7356
  "workbench.notebook.layout.gettingStarted.label": "重置笔记本入门"
7357
+ },
7358
+ "vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
7359
+ "notebook.toggleCellToolbarPosition": "Toggle Cell Toolbar Position"
7115
7360
  },
7116
7361
  "vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
7117
7362
  cursorMoveDown: "聚焦下一个单元格编辑器",
@@ -7126,6 +7371,9 @@ var content = {
7126
7371
  focusOutputOut: "解除活动单元格输出聚焦",
7127
7372
  "notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
7128
7373
  "notebookActions.centerActiveCell": "中心活动单元格"
7374
+ },
7375
+ "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": {
7376
+ notebookVariables: "Notebook Variables"
7129
7377
  },
7130
7378
  "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
7131
7379
  "notebook.indexedChildrenLimitReached": "已达到显示限制"
@@ -7133,6 +7381,9 @@ var content = {
7133
7381
  "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
7134
7382
  debugConsole: "笔记本变量",
7135
7383
  notebookVariableAriaLabel: "变量 {0},值 {1}"
7384
+ },
7385
+ "vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": {
7386
+ "notebook.notebookVariables": "Notebook Variables"
7136
7387
  },
7137
7388
  "vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
7138
7389
  "breadcrumbs.showCodeCells": "启用的笔记本痕迹包含代码单元格时。",
@@ -7163,7 +7414,7 @@ var content = {
7163
7414
  "notebookActions.joinSelectedCells.label": "联接 Notebook 单元格"
7164
7415
  },
7165
7416
  "vs/workbench/contrib/notebook/browser/controller/cellOutputActions": {
7166
- "notebookActions.copyOutput": "复制输出"
7417
+ "notebookActions.copyOutput": "Copy Cell Output"
7167
7418
  },
7168
7419
  "vs/workbench/contrib/notebook/browser/controller/coreActions": {
7169
7420
  miShare: "共享",
@@ -7180,14 +7431,20 @@ var content = {
7180
7431
  confirmDeleteButtonMessage: "此单元格正在运行,是否确实要删除它?",
7181
7432
  detectLanguage: "接受单元格检测到的语言",
7182
7433
  doNotAskAgain: "不再询问",
7434
+ indentConvert: "convert file",
7435
+ indentView: "change view",
7183
7436
  languageDescription: "({0}) - 当前语言",
7184
7437
  languageDescriptionConfigured: "({0})",
7185
7438
  languagesPicks: "语言(标识符)",
7186
7439
  noDetection: "无法检测单元格语言",
7440
+ noNotebookEditor: "No notebook editor active at this time",
7441
+ noWritableCodeEditor: "The active notebook editor is read-only.",
7187
7442
  "notebookActions.deleteCell": "删除单元格",
7188
7443
  "notebookActions.editCell": "编辑单元格",
7189
7444
  "notebookActions.quitEdit": "停止编辑单元格",
7190
- pickLanguageToConfigure: "选择语言模式"
7445
+ pickAction: "Select Action",
7446
+ pickLanguageToConfigure: "选择语言模式",
7447
+ selectNotebookIndentation: "Select Indentation"
7191
7448
  },
7192
7449
  "vs/workbench/contrib/notebook/browser/controller/executeActions": {
7193
7450
  "notebookActions.cancel": "停止单元格执行",
@@ -7202,7 +7459,7 @@ var content = {
7202
7459
  "notebookActions.interruptNotebook": "中断",
7203
7460
  "notebookActions.renderMarkdown": "呈现所有 Markdown 单元格",
7204
7461
  revealLastFailedCell: "转到最近失败的单元格",
7205
- revealLastFailedCellShort: "转到",
7462
+ revealLastFailedCellShort: "Go to Most Recently Failed Cell",
7206
7463
  revealRunningCell: "转到正在运行的单元格",
7207
7464
  revealRunningCellShort: "转到"
7208
7465
  },
@@ -7390,6 +7647,10 @@ var content = {
7390
7647
  selectedCellBackground: "选中某个单元格时该单元格的背景色。"
7391
7648
  },
7392
7649
  "vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
7650
+ "Notebook id": "ID",
7651
+ "Notebook mimetypes": "Mimetypes",
7652
+ "Notebook name": "Name",
7653
+ "Notebook renderer name": "Name",
7393
7654
  "contributes.notebook.provider": "提供笔记本文档处理程序。",
7394
7655
  "contributes.notebook.provider.displayName": "笔记本的可读名称。",
7395
7656
  "contributes.notebook.provider.selector": "适用于笔记本的一组 glob 模式。",
@@ -7414,7 +7675,9 @@ var content = {
7414
7675
  "contributes.preload.provider.viewType": "笔记本类型。",
7415
7676
  "contributes.priority": "控制在用户打开文件时是否自动启用自定义编辑器。用户可能会使用 \"workbench.editorAssociations\" 设置覆盖此项。",
7416
7677
  "contributes.priority.default": "在用户打开资源时自动使用此编辑器,前提是没有为该资源注册其他默认的自定义编辑器。",
7417
- "contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。"
7678
+ "contributes.priority.option": "在用户打开资源时不会自动使用此编辑器,但用户可使用 `Reopen With` 命令切换到此编辑器。",
7679
+ notebookRenderer: "Notebook Renderers",
7680
+ notebooks: "Notebooks"
7418
7681
  },
7419
7682
  "vs/workbench/contrib/notebook/browser/notebookIcons": {
7420
7683
  clearIcon: "用于在笔记本编辑器中清除单元格输出的图标。",
@@ -7477,32 +7740,6 @@ var content = {
7477
7740
  "promptChooseMimeType.placeHolder": "为当前项选择要渲染的 mime 类型",
7478
7741
  "promptChooseMimeTypeInSecure.placeHolder": "为当前项选择要渲染的 mime 类型",
7479
7742
  unavailableRenderInfo: "呈现器不可用"
7480
- },
7481
- "vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
7482
- apply1: "接受更改",
7483
- apply2: "接受",
7484
- arrowDown: "光标向下",
7485
- arrowUp: "光标向上",
7486
- discard: "放弃",
7487
- "feedback.helpful": "有用",
7488
- "feedback.reportIssueForBug": "报告问题",
7489
- "feedback.unhelpful": "无用",
7490
- focusChatWidget: "聚焦聊天小组件",
7491
- focusNextChatWidget: "聚焦到下一个单元格聊天小组件",
7492
- "notebook.cell.chat.accept": "发出请求",
7493
- "notebook.cell.chat.close": "关闭聊天",
7494
- "notebook.cell.chat.stop": "停止请求",
7495
- "notebookActions.menu.insertCode.ontoolbar": "生成",
7496
- "notebookActions.menu.insertCode.tooltip": "使用聊天生成代码单元格",
7497
- "notebookActions.menu.insertCodeCellWithChat": "生成",
7498
- "notebookActions.menu.insertCodeCellWithChat.tooltip": "使用聊天生成代码单元格"
7499
- },
7500
- "vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatController": {
7501
- "default.placeholder": "提问",
7502
- notebookCellChatFocused: "单元格聊天编辑器是否为焦点",
7503
- notebookChatHasActiveRequest: "单元格聊天编辑器是否具有活动请求",
7504
- thinking: "正在思考…",
7505
- "welcome.1": "AI 生成的代码可能不正确"
7506
7743
  },
7507
7744
  "vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": {
7508
7745
  cellExpandInputButtonLabel: "展开单元格输入({0})",
@@ -7641,6 +7878,15 @@ var content = {
7641
7878
  output: "输出",
7642
7879
  "output model title": "{0} - 输出",
7643
7880
  outputViewAriaLabel: "输出面板"
7881
+ },
7882
+ "vs/workbench/contrib/performance/browser/performance.contribution": {
7883
+ cycles: "打印服务周期",
7884
+ emitter: "打印发射器配置文件",
7885
+ "insta.trace": "打印服务跟踪",
7886
+ "show.label": "启动性能"
7887
+ },
7888
+ "vs/workbench/contrib/performance/browser/perfviewEditor": {
7889
+ name: "启动性能"
7644
7890
  },
7645
7891
  "vs/workbench/contrib/preferences/browser/keybindingsEditor": {
7646
7892
  "SearchKeybindings.FullTextSearchPlaceholder": "在此键入搜索按键绑定",
@@ -7681,6 +7927,18 @@ var content = {
7681
7927
  "defineKeybinding.existing": "已有 {0} 条命令的按键绑定与此相同",
7682
7928
  "defineKeybinding.initial": "先按所需的组合键,再按 Enter 键。",
7683
7929
  "defineKeybinding.oneExists": "已有 1 条命令的按键绑定与此相同"
7930
+ },
7931
+ "vs/workbench/contrib/preferences/browser/keyboardLayoutPicker": {
7932
+ autoDetect: "自动检测",
7933
+ configureKeyboardLayout: "配置键盘布局",
7934
+ displayLanguage: "定义在浏览器环境的 VS Code 中使用的键盘布局。",
7935
+ doc: "打开 VS Code 并从命令面板运行“开发人员: 检查密钥映射(JSON)”。",
7936
+ "fail.createSettings": "无法创建“{0}”({1})。",
7937
+ "keyboard.chooseLayout": "更改键盘布局",
7938
+ keyboardLayout: "布局: {0}",
7939
+ layoutPicks: "键盘布局({0})",
7940
+ pickKeyboardLayout: "选择键盘布局",
7941
+ "status.workbench.keyboardLayout": "键盘布局"
7684
7942
  },
7685
7943
  "vs/workbench/contrib/preferences/browser/preferences.contribution": {
7686
7944
  clear: "清除搜索结果",
@@ -7814,9 +8072,9 @@ var content = {
7814
8072
  },
7815
8073
  "vs/workbench/contrib/preferences/browser/settingsLayout": {
7816
8074
  accessibility: "辅助功能",
8075
+ "accessibility.signals": "Accessibility Signals",
7817
8076
  appearance: "外观",
7818
8077
  application: "应用程序",
7819
- audioCues: "音频提示",
7820
8078
  breadcrumbs: "导航路径",
7821
8079
  chat: "聊天",
7822
8080
  comments: "评论",
@@ -7997,6 +8255,15 @@ var content = {
7997
8255
  terminalTitle: "{0}: {1}",
7998
8256
  terminals: "终端",
7999
8257
  views: "侧边栏"
8258
+ },
8259
+ "vs/workbench/contrib/relauncher/browser/relauncher.contribution": {
8260
+ relaunchSettingDetail: "按下“重启”按钮以重新启动 {0} 并启用该设置。",
8261
+ relaunchSettingDetailWeb: "按重新加载按钮重新加载{0}并启用该设置。",
8262
+ relaunchSettingMessage: "设置已更改,需要重启才能生效。",
8263
+ relaunchSettingMessageWeb: "设置已更改,需要重新加载才能生效。",
8264
+ restart: "重启(&&R)",
8265
+ "restartExtensionHost.reason": "由于工作区文件夹更改,正在重启扩展主机。",
8266
+ restartWeb: "重载(&&R)"
8000
8267
  },
8001
8268
  "vs/workbench/contrib/remote/browser/explorerViewItems": {
8002
8269
  "switchRemote.label": "切换远程"
@@ -8188,6 +8455,10 @@ var content = {
8188
8455
  triggerReconnect: "连接: 触发器重新连接",
8189
8456
  ui: "UI 扩展类型。在远程窗口中,只有在本地计算机上可用时,才会启用此类扩展。",
8190
8457
  workspace: "工作区扩展类型。在远程窗口中,仅在远程上可用时启用此类扩展。"
8458
+ },
8459
+ "vs/workbench/contrib/sash/browser/sash.contribution": {
8460
+ sashHoverDelay: "控制视图/编辑器之间拖动区域的悬停反馈延迟(以毫秒为单位)。",
8461
+ sashSize: "控制视图/编辑器之间拖动区域的反馈区域大小(以像素为单位)。如果你认为很难使用鼠标调整视图的大小,请将该值调大。"
8191
8462
  },
8192
8463
  "vs/workbench/contrib/scm/browser/activity": {
8193
8464
  scmPendingChangesBadge: "{0} 个挂起的更改",
@@ -8303,17 +8574,22 @@ var content = {
8303
8574
  },
8304
8575
  "vs/workbench/contrib/scm/browser/scmViewPane": {
8305
8576
  allChanges: "所有更改",
8577
+ always: "Always",
8578
+ auto: "Auto",
8306
8579
  "collapse all": "折叠所有存储库",
8307
8580
  deletion: "{0} 个删除{1}",
8308
8581
  deletions: "{0} 个删除{1}",
8309
8582
  "expand all": "展开所有存储库",
8310
8583
  fileChanged: "已更改 {0} 个文件",
8311
8584
  filesChanged: "已更改 {0} 个文件",
8585
+ incomingChanges: "Show Incoming Changes",
8312
8586
  incomingChangesAriaLabel: "来自 {0} 的传入更改",
8313
8587
  input: "源代码管理输入",
8314
8588
  insertion: "{0} 个插入{1}",
8315
8589
  insertions: "{0} 个插入{1}",
8316
8590
  "label.close": "关闭",
8591
+ never: "Never",
8592
+ outgoingChanges: "Show Outgoing Changes",
8317
8593
  outgoingChangesAriaLabel: "{0} 的传出更改",
8318
8594
  repositories: "存储库",
8319
8595
  repositorySortByDiscoveryTime: "按发现时间排序",
@@ -8324,10 +8600,12 @@ var content = {
8324
8600
  "scm.historyItemDeletionsForeground": "历史记录项删除内容的前景颜色。",
8325
8601
  "scm.historyItemSelectedStatisticsBorder": "历史记录项所选统计信息边框颜色。",
8326
8602
  "scm.historyItemStatisticsBorder": "历史记录项统计信息边框颜色。",
8603
+ scmChanges: "Incoming & Outgoing",
8327
8604
  scmInputCancelAction: "取消",
8328
8605
  scmInputMoreActions: "更多操作...",
8329
8606
  setListViewMode: "以列表形式查看",
8330
8607
  setTreeViewMode: "以树形式查看",
8608
+ showChangesSummary: "Show Changes Summary",
8331
8609
  sortAction: "查看和排序",
8332
8610
  sortChangesByName: "按名称对更改进行排序",
8333
8611
  sortChangesByPath: "按路径对更改进行排序",
@@ -8660,6 +8938,19 @@ var content = {
8660
8938
  oneFile: "1 个文件",
8661
8939
  oneResult: "1 个结果",
8662
8940
  searchMaxResultsWarning: "结果集仅包含所有匹配项的子集。请使你的搜索更加具体以减少结果。"
8941
+ },
8942
+ "vs/workbench/contrib/share/browser/share.contribution": {
8943
+ close: "关闭",
8944
+ "experimental.share.enabled": "控制当 {0} 为 {1} 时,是否在命令中心旁呈现“共享”操作。",
8945
+ "generating link": "正在生成链接...",
8946
+ "open link": "打开链接",
8947
+ share: "共享...",
8948
+ shareSuccess: "已将链接复制到剪贴板!",
8949
+ shareTextSuccess: "已将文本复制到剪贴板"
8950
+ },
8951
+ "vs/workbench/contrib/share/browser/shareService": {
8952
+ shareProviderCount: "可用共享提供程序数",
8953
+ "type to filter": "选择如何共享 {0}"
8663
8954
  },
8664
8955
  "vs/workbench/contrib/snippets/browser/commands/abstractSnippetsActions": {
8665
8956
  snippets: "代码片段"
@@ -8691,10 +8982,11 @@ var content = {
8691
8982
  "snippet.suggestions.label": "插入片段"
8692
8983
  },
8693
8984
  "vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
8694
- label: "更多..."
8985
+ label: "Surround with Snippet..."
8695
8986
  },
8696
8987
  "vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
8697
8988
  codeAction: "{0}",
8989
+ more: "更多...",
8698
8990
  "overflow.start.title": "从代码片段开始",
8699
8991
  title: "开头为: {0}"
8700
8992
  },
@@ -8740,6 +9032,23 @@ var content = {
8740
9032
  "vs/workbench/contrib/speech/common/speechService": {
8741
9033
  hasSpeechProvider: "语音提供程序已注册到语音服务。",
8742
9034
  speechToTextInProgress: "正在进行语音转文本会话。"
9035
+ },
9036
+ "vs/workbench/contrib/surveys/browser/ces.contribution": {
9037
+ cesSurveyQuestion: "你有时间帮助 VS Code 团队吗? 请告诉我们你截至目前的 VS Code 体验情况。",
9038
+ giveFeedback: "提供反馈",
9039
+ remindLater: "稍后提醒我"
9040
+ },
9041
+ "vs/workbench/contrib/surveys/browser/languageSurveys.contribution": {
9042
+ helpUs: "帮助我们改善对 {0} 的支持",
9043
+ neverAgain: "不再显示",
9044
+ remindLater: "稍后提醒我",
9045
+ takeShortSurvey: "参与小调查"
9046
+ },
9047
+ "vs/workbench/contrib/surveys/browser/nps.contribution": {
9048
+ neverAgain: "不再显示",
9049
+ remindLater: "稍后提醒我",
9050
+ surveyQuestion: "是否介意参加快速反馈调查?",
9051
+ takeSurvey: "参加调查"
8743
9052
  },
8744
9053
  "vs/workbench/contrib/tasks/browser/abstractTaskService": {
8745
9054
  "ConfigureTaskRunnerAction.label": "配置任务",
@@ -9210,8 +9519,6 @@ var content = {
9210
9519
  showTerminalTabs: "显示选项卡",
9211
9520
  stickyScroll: "粘滞滚动",
9212
9521
  terminalLaunchHelp: "打开帮助",
9213
- "workbench.action.startTerminalVoice": "启动终端语音",
9214
- "workbench.action.stopTerminalVoice": "停止终端语音",
9215
9522
  "workbench.action.terminal.attachToSession": "附加到会话",
9216
9523
  "workbench.action.terminal.clear": "清除",
9217
9524
  "workbench.action.terminal.clearPreviousSessionHistory": "清除上一会话历史记录",
@@ -9274,6 +9581,8 @@ var content = {
9274
9581
  "workbench.action.terminal.selectToPreviousLine": "选择上一行的所有内容",
9275
9582
  "workbench.action.terminal.setFixedDimensions": "设置固定维度",
9276
9583
  "workbench.action.terminal.splitInActiveWorkspace": "拆分终端 (活动工作区)",
9584
+ "workbench.action.terminal.startVoice": "Start Terminal Voice",
9585
+ "workbench.action.terminal.stopVoice": "Stop Terminal Voice",
9277
9586
  "workbench.action.terminal.switchTerminal": "切换终端",
9278
9587
  "workbench.action.terminal.toggleStickyScroll": "切换粘滞滚动"
9279
9588
  },
@@ -9442,8 +9751,11 @@ var content = {
9442
9751
  },
9443
9752
  "vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
9444
9753
  terminalPromptCommandFailed: "命令已执行 {0} 并失败",
9754
+ "terminalPromptCommandFailed.duration": "Command executed {0}, took {1} and failed",
9445
9755
  terminalPromptCommandFailedWithExitCode: "命令已执行 {0} 并失败(退出代码 {1})",
9756
+ "terminalPromptCommandFailedWithExitCode.duration": "Command executed {0}, took {1} and failed (Exit Code {2})",
9446
9757
  terminalPromptCommandSuccess: "命令已执行 {0}",
9758
+ "terminalPromptCommandSuccess.duration": "Command executed {0} and took {1}",
9447
9759
  terminalPromptContextMenu: "显示命令操作"
9448
9760
  },
9449
9761
  "vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
@@ -9744,6 +10056,16 @@ var content = {
9744
10056
  envChanges: "终端环境更改",
9745
10057
  extension: "扩展: {0}",
9746
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"
9747
10069
  },
9748
10070
  "vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
9749
10071
  copy: "复制",
@@ -9752,6 +10074,11 @@ var content = {
9752
10074
  redo: "重做",
9753
10075
  selectAll: "全选",
9754
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"
9755
10082
  },
9756
10083
  "vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
9757
10084
  focusFolder: "聚焦资源管理器中的文件夹",
@@ -9780,6 +10107,9 @@ var content = {
9780
10107
  "codeAction.widget.id.quickfix": "快速修复",
9781
10108
  "quickFix.command": "运行: {0}",
9782
10109
  "quickFix.opener": "打开: {0}"
10110
+ },
10111
+ "vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
10112
+ "workbench.action.terminal.showQuickFixes": "Show Terminal Quick Fixes"
9783
10113
  },
9784
10114
  "vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
9785
10115
  "terminal.createPR": "创建 PR {0}",
@@ -9800,13 +10130,21 @@ var content = {
9800
10130
  "vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
9801
10131
  labelWithKeybinding: "{0} ({1})",
9802
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"
9803
10141
  },
9804
10142
  "vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
9805
10143
  "coverage.branchCovered": "执行了 {2} 次 {1} 中的分支 {0}。",
9806
10144
  "coverage.branchNotCovered": "未覆盖 {1} 中的分支 {0}。",
9807
10145
  "coverage.branches": "已覆盖 {2} 中的分支 {1} 的 {0}。",
9808
10146
  "coverage.codeExecutedCount": "执行了 {1} 次 {0}。",
9809
- "coverage.fnExecutedCount": "执行了 {1} 次函数“{0}”。",
10147
+ "coverage.declExecutedCount": "`{0}` was executed {1} time(s).",
9810
10148
  "coverage.toggleInline": "切换内联覆盖率",
9811
10149
  "testing.toggleInlineCoverage": "切换内联覆盖率"
9812
10150
  },
@@ -9847,17 +10185,17 @@ var content = {
9847
10185
  statementCoverage: "已覆盖 {0} 个语句,共 {1} 个({2})"
9848
10186
  },
9849
10187
  "vs/workbench/contrib/testing/browser/testCoverageView": {
9850
- functionsWithoutCoverage: "没有覆盖率的函数 {0}...",
10188
+ functionsWithoutCoverage: "{0} declarations without coverage...",
9851
10189
  loadingCoverageDetails: "正在加载覆盖率详细信息...",
9852
10190
  testCoverageItemLabel: "{0} 覆盖率: {0}%",
9853
10191
  testCoverageTreeLabel: "测试覆盖率资源管理器",
9854
10192
  "testing.changeCoverageSort": "更改排序顺序",
9855
10193
  "testing.coverageSortByCoverage": "按覆盖率排序",
9856
- "testing.coverageSortByCoverageDescription": "按总覆盖率为文件和函数排序",
10194
+ "testing.coverageSortByCoverageDescription": "Files and declarations are sorted by total coverage",
9857
10195
  "testing.coverageSortByLocation": "按位置排序",
9858
- "testing.coverageSortByLocationDescription": "文件按字母顺序排序,函数按位置排序",
10196
+ "testing.coverageSortByLocationDescription": "Files are sorted alphabetically, declarations are sorted by position",
9859
10197
  "testing.coverageSortByName": "按名称排序",
9860
- "testing.coverageSortByNameDescription": "文件和函数按字母顺序排序",
10198
+ "testing.coverageSortByNameDescription": "Files and declarations are sorted alphabetically",
9861
10199
  "testing.coverageSortPlaceholder": "测试覆盖率排序视图..."
9862
10200
  },
9863
10201
  "vs/workbench/contrib/testing/browser/testExplorerActions": {
@@ -10217,6 +10555,63 @@ var content = {
10217
10555
  subtypes: "{0} 的子类型",
10218
10556
  supertypes: "“{0}”的父类型",
10219
10557
  "tree.aria": "类型层次结构"
10558
+ },
10559
+ "vs/workbench/contrib/update/browser/releaseNotesEditor": {
10560
+ disableFeature: "Disable this feature",
10561
+ enableFeature: "Enable this feature",
10562
+ releaseNotesInputName: "发行说明: {0}",
10563
+ showOnUpdate: "更新后显示发行说明",
10564
+ unassigned: "未分配"
10565
+ },
10566
+ "vs/workbench/contrib/update/browser/update": {
10567
+ DownloadingUpdate: "正在下载更新...",
10568
+ checkForUpdates: "检查更新...",
10569
+ checkingForUpdates: "正在检查更新...",
10570
+ "download update": "下载更新",
10571
+ "download update_1": "下载更新(1) ",
10572
+ downloading: "正在下载...",
10573
+ installUpdate: "安装更新",
10574
+ "installUpdate...": "安装更新... (1)",
10575
+ installingUpdate: "正在安装更新...",
10576
+ later: "稍后",
10577
+ "learn more": "了解详细信息",
10578
+ noUpdatesAvailable: "当前没有可用的更新。",
10579
+ "read the release notes": "欢迎使用 {0} v{1}! 是否要阅读发布说明?",
10580
+ relaunchDetailInsiders: "按“重新加载”按钮切换到预览体验成员版本的 VS Code。",
10581
+ relaunchDetailStable: "按“重新加载”按钮切换到稳定版的 VS Code。",
10582
+ relaunchMessage: "需要重载,然后对版本的更改才会生效",
10583
+ releaseNotes: "发行说明",
10584
+ reload: "重载(&&R)",
10585
+ restartToUpdate: "重新启动以更新 (1)",
10586
+ "selectSyncService.detail": "默认情况下,预览体验成员版 VS Code 将使用单独的预览体验成员设置同步服务来同步你的设置、键绑定、扩展、片段、UI 状态。",
10587
+ "selectSyncService.message": "选择在更改版本后要使用的设置同步服务",
10588
+ showUpdateReleaseNotes: "显示更新发行说明",
10589
+ switchToInsiders: "切换到内部预览计划版本…",
10590
+ switchToStable: "切换到稳定版本…",
10591
+ thereIsUpdateAvailable: "存在可用更新。",
10592
+ "update service": "更新服务",
10593
+ "update service disabled": "若您正以管理员身份运行 {0} 用户范围的安装,更新功能会被禁用。",
10594
+ "update.noReleaseNotesOnline": "此版本的 {0} 没有联机发行说明",
10595
+ updateAvailable: "现有更新可用: {0} {1}",
10596
+ updateAvailableAfterRestart: "重新启动 {0} 即可应用最新更新。",
10597
+ updateIsReady: "有新的 {0} 的更新可用。",
10598
+ updateNow: "立即更新",
10599
+ updating: "正在更新...",
10600
+ "use insiders": "预览体验成员(&&I)",
10601
+ "use stable": "稳定(当前)(&&S)"
10602
+ },
10603
+ "vs/workbench/contrib/update/browser/update.contribution": {
10604
+ applyUpdate: "应用更新...",
10605
+ checkForUpdates: "检查更新...",
10606
+ downloadUpdate: "下载更新",
10607
+ installUpdate: "安装更新",
10608
+ mshowReleaseNotes: "显示发行说明(&&R)",
10609
+ openDownloadPage: "下载 {0}",
10610
+ pickUpdate: "应用更新",
10611
+ restartToUpdate: "重启以更新",
10612
+ showReleaseNotes: "显示发行说明",
10613
+ "update.noReleaseNotesOnline": "此版本的 {0} 没有联机发行说明",
10614
+ updateButton: "更新(&&U)"
10220
10615
  },
10221
10616
  "vs/workbench/contrib/url/browser/trustedDomains": {
10222
10617
  "trustedDomain.manageTrustedDomain": "管理受信任的域",
@@ -10379,8 +10774,11 @@ var content = {
10379
10774
  "vs/workbench/contrib/webviewPanel/browser/webviewPanel.contribution": {
10380
10775
  "webview.editor.label": "Web 视图编辑器"
10381
10776
  },
10382
- "vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": {
10383
- "gettingStarted.featuredTitle": "推荐"
10777
+ "vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution": {
10778
+ "workbench.welcome.dialog": "启用后,编辑器中会显示欢迎小组件"
10779
+ },
10780
+ "vs/workbench/contrib/welcomeDialog/browser/welcomeWidget": {
10781
+ dialogClose: "关闭对话框"
10384
10782
  },
10385
10783
  "vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": {
10386
10784
  allDone: "标记为完成",
@@ -10425,6 +10823,7 @@ var content = {
10425
10823
  "workbench.startupEditor.newUntitledFile": "打开新的无标题文本文件(仅在打开空窗口时适用)。",
10426
10824
  "workbench.startupEditor.none": "在启动时不打开编辑器。",
10427
10825
  "workbench.startupEditor.readme": "当打开包含自述文件的文件夹时,请打开自述文件,否则会回退到 'welcomePage'。请注意: 仅在作为全局 配置时才遵守此操作,如果在工作区或文件夹配置中进行设置,则此将被忽略。",
10826
+ "workbench.startupEditor.terminal": "Open a new terminal in the editor area.",
10428
10827
  "workbench.startupEditor.welcomePage": "打开包含帮助开始使用 VS Code 和扩展内容的欢迎页面。",
10429
10828
  "workbench.startupEditor.welcomePageInEmptyWorkbench": "在打开空工作区时打开欢迎页面。",
10430
10829
  "workbench.welcomePage.preferReducedMotion": "启用后,减少欢迎页中的移动。",
@@ -10764,8 +11163,19 @@ var content = {
10764
11163
  "vs/workbench/contrib/workspace/common/workspace": {
10765
11164
  workspaceTrustEnabledCtx: "是否已启用工作区信任功能。",
10766
11165
  workspaceTrustedCtx: "用户是否已信任当前工作区。"
11166
+ },
11167
+ "vs/workbench/contrib/workspaces/browser/workspaces.contribution": {
11168
+ alreadyOpen: "此工作区已打开。",
11169
+ foundWorkspace: "此文件夹包含工作区文件“{0}”,是否打开? [了解更多]({1})有关工作区文件的详细信息。",
11170
+ foundWorkspaces: "此文件夹包含多个工作区文件,是否打开? [了解更多]({0})有关工作区文件的详细信息。",
11171
+ openWorkspace: "打开工作区",
11172
+ selectToOpen: "选择要打开的工作区",
11173
+ selectWorkspace: "选择工作区"
10767
11174
  },
10768
11175
  "vs/workbench/services/actions/common/menusExtensionPoint": {
11176
+ "command name": "ID",
11177
+ "command title": "Title",
11178
+ commands: "Commands",
10769
11179
  "comment.actions": "贡献的注释上下文菜单,呈现为注释编辑器下方的按钮",
10770
11180
  "comment.commentContext": "提供的注释上下文菜单,在注释线程速览视图中呈现为单个注释上的右键单击菜单。",
10771
11181
  "comment.title": "贡献的注释标题菜单",
@@ -10779,8 +11189,12 @@ var content = {
10779
11189
  editorLineNumberContext: "贡献的编辑器行号上下文菜单",
10780
11190
  "file.newFile": "“新建文件...”快速选取,显示在欢迎页面和文件菜单上。",
10781
11191
  "inlineCompletions.actions": "悬停在内联完成项上时显示的操作",
11192
+ "inlineEdit.actions": "The actions shown when hovering on an inline edit",
10782
11193
  "interactive.cell.title": "贡献的交互式单元格标题菜单",
10783
11194
  "interactive.toolbar": "贡献的交互式工具栏菜单",
11195
+ "issue.reporter": "The contributed issue reporter menu",
11196
+ "keyboard shortcuts": "Keyboard Shortcuts",
11197
+ menuContexts: "Menu Contexts",
10784
11198
  "menus.changeTitle": "源代码管理内联更改菜单",
10785
11199
  "menus.commandPalette": "命令面板",
10786
11200
  "menus.debugCallstackContext": "调试调用堆栈视图上下文菜单",
@@ -10799,18 +11213,22 @@ var content = {
10799
11213
  "menus.home": "主指示器上下文菜单(仅限 Web)",
10800
11214
  "menus.incomingChanges": "“源代码管理”传入更改菜单",
10801
11215
  "menus.incomingChangesAllChangesContext": "“源代码管理”所有传入更改上下文菜单",
11216
+ "menus.incomingChangesContext": "The Source Control incoming changes context menu",
10802
11217
  "menus.incomingChangesHistoryItemContext": "“源代码管理”传入更改历史记录项上下文菜单",
10803
11218
  "menus.input": "“源代码管理”输入框菜单",
10804
11219
  "menus.mergeEditorResult": "合并编辑器的结果工具栏",
10805
11220
  "menus.multiDiffEditorResource": "多差异编辑器中的资源工具栏",
11221
+ "menus.notebookVariablesContext": "The notebook variables view context menu",
10806
11222
  "menus.opy": "顶层“编辑”菜单中的“复制为”子菜单",
10807
11223
  "menus.outgoingChanges": "“源代码管理”传出更改菜单",
10808
11224
  "menus.outgoingChangesAllChangesContext": "“源代码管理”所有传出更改上下文菜单",
11225
+ "menus.outgoingChangesContext": "The Source Control outgoing changes context menu",
10809
11226
  "menus.outgoingChangesHistoryItemContext": "“源代码管理”传出更改历史记录项上下文菜单",
10810
11227
  "menus.resourceFolderContext": "源代码管理资源文件夹上下文菜单",
10811
11228
  "menus.resourceGroupContext": "源代码管理资源组上下文菜单",
10812
11229
  "menus.resourceStateContext": "源代码管理资源状态上下文菜单",
10813
11230
  "menus.scmSourceControl": "源代码管理菜单",
11231
+ "menus.scmSourceControlTitle": "The Source Control title menu",
10814
11232
  "menus.scmTitle": "源代码管理标题菜单",
10815
11233
  "menus.share": "共享顶级“文件”菜单中显示的子菜单。",
10816
11234
  "menus.statusBarRemoteIndicator": "状态栏中的远程指示器菜单",
@@ -10881,6 +11299,7 @@ var content = {
10881
11299
  accessRequest: "授予“{0}”访问“{1}”的权限... (1)",
10882
11300
  accountLastUsedDate: "上次使用此帐户的时间: {0}",
10883
11301
  allow: "允许(&&A)",
11302
+ authentication: "Authentication",
10884
11303
  "authentication.Placeholder": "尚未请求任何帐户...",
10885
11304
  "authentication.id": "身份验证提供程序的 ID。",
10886
11305
  "authentication.idConflict": "已注册此身份验证 ID“{0}”",
@@ -10888,6 +11307,8 @@ var content = {
10888
11307
  "authentication.missingId": "提供身份验证必须指定一个 ID。",
10889
11308
  "authentication.missingLabel": "提供身份验证必须指定一个标签。",
10890
11309
  authenticationExtensionPoint: "添加身份验证",
11310
+ authenticationid: "ID",
11311
+ authenticationlabel: "Label",
10891
11312
  confirmAuthenticationAccess: "扩展“{0}”正在尝试访问 {1} 帐户“{2}”的身份验证信息。",
10892
11313
  deny: "拒绝(&&D)",
10893
11314
  getSessionPlateholder: "选择一个供“{0}”使用的帐户或按 Esc 取消",
@@ -10903,6 +11324,8 @@ var content = {
10903
11324
  signOut: "退出登录(&&S)",
10904
11325
  signOutMessage: "帐户“{0}”已由以下扩展使用: \r\n\r\n{1}\r\n\r\n 是否注销这些扩展?",
10905
11326
  signOutMessageSimple: "注销“{0}”?",
11327
+ trustedExtensionTooltip: "This extension is trusted by Microsoft and\r\nalways has access to this account",
11328
+ trustedExtensions: "Trusted by Microsoft",
10906
11329
  useOtherAccount: "登录到其他帐户"
10907
11330
  },
10908
11331
  "vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
@@ -11150,6 +11573,7 @@ var content = {
11150
11573
  rememberConfirmUrl: "不再向我询问此扩展"
11151
11574
  },
11152
11575
  "vs/workbench/services/extensions/common/abstractExtensionService": {
11576
+ activation: "Activation Events",
11153
11577
  "extensionService.autoRestart": "远程扩展主机意外终止。正在重启...",
11154
11578
  "extensionService.crash": "扩展远程主机在过去 5 分钟内意外终止了 3 次。",
11155
11579
  extensionStopVetoDetailsMany: "阻止操作的原因:\r\n- {0}",
@@ -11319,8 +11743,13 @@ var content = {
11319
11743
  workspaceNameVerbose: "{0} (工作区)"
11320
11744
  },
11321
11745
  "vs/workbench/services/language/common/languageService": {
11746
+ "file extensions": "File Extensions",
11747
+ grammar: "Grammar",
11322
11748
  invalid: "“contributes.{0}”无效。应为数组。",
11323
11749
  "invalid.empty": "“contributes.{0}”的值为空",
11750
+ "language id": "ID",
11751
+ "language name": "Name",
11752
+ languages: "Programming Languages",
11324
11753
  "opt.aliases": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
11325
11754
  "opt.configuration": "属性“{0}”可以省略,其类型必须是 \"string\"。",
11326
11755
  "opt.extensions": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
@@ -11329,6 +11758,7 @@ var content = {
11329
11758
  "opt.icon": "可以省略属性 \"{0}\",并且其类型必须为 \"object\",并带有类型为 \"string\" 的属性 \"{1}\" 和 \"{2}\"",
11330
11759
  "opt.mimetypes": "属性“{0}”可以省略,其类型必须是 \"string[]\"",
11331
11760
  "require.id": "属性“{0}”是必需的,其类型必须是 \"string\"",
11761
+ snippets: "Snippets",
11332
11762
  "vscode.extension.contributes.languages": "有助于语言声明。",
11333
11763
  "vscode.extension.contributes.languages.aliases": "语言的别名。",
11334
11764
  "vscode.extension.contributes.languages.configuration": "包含语言配置选项的文件的相对路径。",
@@ -11515,6 +11945,7 @@ var content = {
11515
11945
  "error.cannotloadtheme": "无法加载 {0}: {1}"
11516
11946
  },
11517
11947
  "vs/workbench/services/themes/common/colorExtensionPoint": {
11948
+ colors: "Colors",
11518
11949
  "contributes.color": "提供由扩展定义的主题颜色",
11519
11950
  "contributes.color.description": "主题颜色的说明",
11520
11951
  "contributes.color.id": "主题颜色标识符",
@@ -11523,6 +11954,11 @@ var content = {
11523
11954
  "contributes.defaults.highContrast": "高对比度深色主题的默认颜色。十六进制颜色值 (#RRGGBB[AA])或提供默认值的主题化颜色的标识符。如果未提供,则“深色”用作高对比度深色主题的默认颜色。",
11524
11955
  "contributes.defaults.highContrastLight": "高对比度浅色主题的默认颜色。十六进制颜色值 (#RRGGBB[AA])或提供默认值的主题化颜色的标识符。如果未提供,则“浅色”用作高对比度浅色主题的默认颜色。",
11525
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",
11526
11962
  "invalid.colorConfiguration": "\"configuration.colors\" 必须是数组",
11527
11963
  "invalid.default.colorType": "{0} 必须为十六进制颜色值 (#RRGGBB[AA] 或 #RGB[A]) 或是主题颜色标识符,其提供默认值。",
11528
11964
  "invalid.defaults": "必须定义 'configuration.colors.defaults',且其必须包含 'light' 和 'dark'",
@@ -11657,10 +12093,14 @@ var content = {
11657
12093
  workbenchColors: "覆盖当前所选颜色主题的颜色。"
11658
12094
  },
11659
12095
  "vs/workbench/services/themes/common/themeExtensionPoints": {
12096
+ "color themes": "Color Themes",
12097
+ "file icon themes": "File Icon Themes",
11660
12098
  "invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
12099
+ "product icon themes": "Product Icon Themes",
11661
12100
  reqarray: "扩展点“{0}”必须是数组。 ",
11662
12101
  reqid: "contributes.{0}.id\" 中的预期字符串。提供的值: {1}",
11663
12102
  reqpath: "“contributes.{0}.path”中应为字符串。提供的值: {1}",
12103
+ themes: "Themes",
11664
12104
  "vscode.extension.contributes.iconThemes": "提供文件图标主题。",
11665
12105
  "vscode.extension.contributes.iconThemes.id": "在用户设置中使用的文件图标主题的 ID。",
11666
12106
  "vscode.extension.contributes.iconThemes.label": "文件图标主题的标签,如 UI 所示。",
@@ -11858,6 +12298,9 @@ var content = {
11858
12298
  resetViewLocation: "重置位置",
11859
12299
  "show view": "显示 {0}",
11860
12300
  "toggle view": "切换 {0}"
12301
+ },
12302
+ "vs/workbench/services/views/common/viewContainerModel": {
12303
+ showViewsLog: "Show Views Log"
11861
12304
  },
11862
12305
  "vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
11863
12306
  confirmMakeWriteable: "“{0}”已标记为只读。是否仍要保存?",