@codingame/monaco-vscode-language-pack-zh-hans 1.83.15 → 1.83.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "1.83.15",
3
+ "version": "1.83.16",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.83.15"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.83.16"
22
22
  }
23
23
  }
@@ -6143,6 +6143,32 @@ var content = {
6143
6143
  "formatter.default": "定义优先于所有其他折叠范围提供程序的默认折叠范围提供程序。必须是提供折叠范围提供程序的扩展的标识符。",
6144
6144
  "null": "全部",
6145
6145
  nullFormatterDescription: "所有活动折叠范围提供程序"
6146
+ },
6147
+ "vs/workbench/contrib/format/browser/formatActionsMultiple": {
6148
+ config: "配置默认格式化程序...",
6149
+ "config.bad": "扩展 \"{0}\" 配置为格式化程序, 但不可用。选择其他默认格式化程序以继续。",
6150
+ "config.needed": "“{0}”文件有多个格式化程序。其中一个应配置为默认格式化程序。",
6151
+ def: "(默认值)",
6152
+ "do.config": "配置(&&C)...",
6153
+ "do.config.command": "配置...",
6154
+ "do.config.notification": "配置...",
6155
+ "format.placeHolder": "选择格式化程序",
6156
+ "formatDocument.label.multiple": "使用...格式化文档",
6157
+ "formatSelection.label.multiple": "格式化选定内容的方式...",
6158
+ formatter: "格式设置",
6159
+ "formatter.default": "定义一个默认格式化程序, 该格式化程序优先于所有其他格式化程序设置。必须是提供格式化程序的扩展的标识符。",
6160
+ miss: "扩展 '{0}' 配置为格式化程序,但不能格式化 '{1}'-文件",
6161
+ "miss.1": "配置默认格式化程序",
6162
+ "null": "无",
6163
+ nullFormatterDescription: "没有",
6164
+ select: "为“{0}”文件选择默认的格式化程序",
6165
+ summary: "格式化程序冲突"
6166
+ },
6167
+ "vs/workbench/contrib/format/browser/formatActionsNone": {
6168
+ "formatDocument.label.multiple": "格式化文档",
6169
+ "install.formatter": "安装格式化程序(&&I)...",
6170
+ "no.provider": "没有安装用于“{0}”文件的格式化程序。",
6171
+ "too.large": "此文件过大,无法进行格式设置"
6146
6172
  },
6147
6173
  "vs/workbench/contrib/format/browser/formatModified": {
6148
6174
  formatChanges: "设置修改过的行的格式"
@@ -8078,9 +8104,264 @@ var content = {
8078
8104
  "vscode.extension.contributes.terminalQuickFixes.id": "快速修复提供程序的 ID",
8079
8105
  "vscode.extension.contributes.terminalQuickFixes.kind": "生成的快速修复的类型。这将更改快速修复的显示方式。默认为 {0}。",
8080
8106
  "vscode.extension.contributes.terminalQuickFixes.outputMatcher": "与输出的单行匹配的正则表达式或字符串,它提供要在 terminalCommand 和 URI 中引用的组。\r\n\r\n例如:\r\n\r\n `lineMatcher: /git push --set-upstream origin (?<branchName>[^s]+)/;`\r\n\r\n`terminalCommand: 'git push --set-upstream origin ${group:branchName}';`\r\n"
8107
+ },
8108
+ "vs/workbench/contrib/testing/browser/icons": {
8109
+ filterIcon: "“测试”视图中“筛选器”操作的图标。",
8110
+ hiddenIcon: "在隐藏的测试显示时其旁边出现的图标。",
8111
+ testViewIcon: "查看测试视图的图标。",
8112
+ testingCancelIcon: "用于取消正在进行的测试运行的图标。",
8113
+ testingCancelRefreshTests: "用于取消刷新测试的按钮上的图标。",
8114
+ testingCoverage: "表示测试覆盖率的图标",
8115
+ testingDebugAllIcon: "“调试所有测试”操作的图标。",
8116
+ testingDebugIcon: "“调试测试”操作的图标。",
8117
+ testingErrorIcon: "针对有错误的测试显示的图标。",
8118
+ testingFailedIcon: "针对失败的测试显示的图标。",
8119
+ testingPassedIcon: "针对通过的测试显示的图标。",
8120
+ testingQueuedIcon: "针对排队的测试显示的图标。",
8121
+ testingRefreshTests: "用于刷新测试的按钮上的图标。",
8122
+ testingRerunIcon: "“重新运行测试”操作的图标。",
8123
+ testingResultsIcon: "测试结果的图标。",
8124
+ testingRunAllIcon: "“运行所有测试”操作的图标。",
8125
+ testingRunIcon: "“运行测试”操作的图标。",
8126
+ testingShowAsList: "当测试资源管理器(树形式)被禁用时显示的图标。",
8127
+ testingShowAsTree: "当测试资源管理器(列表形式)被禁用时显示的图标。",
8128
+ testingSkippedIcon: "针对跳过的测试显示的图标。",
8129
+ testingTurnContinuousRunIsOn: "用于测试迭起的连续运行处于打开状态时的图标。",
8130
+ testingTurnContinuousRunOff: "用于关闭连续测试运行的图标。",
8131
+ testingTurnContinuousRunOn: "用于打开连续测试运行的图标。",
8132
+ testingUnsetIcon: "针对处于未设置状态的测试显示的图标。",
8133
+ testingUpdateProfiles: "显示的用于更新测试配置文件的图标。"
8134
+ },
8135
+ "vs/workbench/contrib/testing/browser/testExplorerActions": {
8136
+ configureProfile: "选择要更新的配置文件",
8137
+ "debug test": "调试测试",
8138
+ debugAllTests: "调试所有测试",
8139
+ debugSelectedTests: "调试测试",
8140
+ discoveringTests: "正在发现测试",
8141
+ getExplorerSelection: "获取资源管理器选择",
8142
+ getSelectedProfiles: "获取所选配置文件",
8143
+ hideTest: "隐藏测试",
8144
+ noDebugTestProvider: "未在此工作区中找到可调试测试。可能需要安装测试提供程序扩展",
8145
+ noTestProvider: "未在此工作区中找到测试。可能需要安装测试提供程序扩展",
8146
+ noTestsAtCursor: "在此处未找到测试",
8147
+ noTestsInFile: "在此文件中找不到任何测试",
8148
+ "run test": "运行测试",
8149
+ runAllTests: "运行所有测试",
8150
+ runSelectedTests: "运行测试",
8151
+ "testing.cancelRun": "取消测试运行",
8152
+ "testing.cancelTestRefresh": "取消测试刷新",
8153
+ "testing.clearResults": "清除所有结果",
8154
+ "testing.closeCoverage": "关闭覆盖",
8155
+ "testing.collapseAll": "折叠所有测试",
8156
+ "testing.configureProfile": "配置测试配置文件",
8157
+ "testing.debugAtCursor": "在光标处调试测试",
8158
+ "testing.debugCurrentFile": "在当前文件中调试测试",
8159
+ "testing.debugFailTests": "调试失败的测试",
8160
+ "testing.debugLastRun": "调试上次运行",
8161
+ "testing.editFocusedTest": "转到测试",
8162
+ "testing.noProfiles": "未找到已启用测试连续运行的配置文件",
8163
+ "testing.openOutputPeek": "快速查看输出",
8164
+ "testing.reRunFailTests": "重新运行失败的测试",
8165
+ "testing.reRunLastRun": "重新运行上次运行",
8166
+ "testing.refreshTests": "刷新测试",
8167
+ "testing.runAtCursor": "在光标处运行测试",
8168
+ "testing.runCurrentFile": "在当前文件中运行测试",
8169
+ "testing.runUsing": "使用配置文件执行...",
8170
+ "testing.searchForTestExtension": "搜索测试扩展",
8171
+ "testing.selectContinuousProfiles": "选择文件更改时要运行的配置文件:",
8172
+ "testing.selectDefaultTestProfiles": "选择默认配置文件",
8173
+ "testing.showMostRecentOutput": "显示输出",
8174
+ "testing.sortByDuration": "按持续时间排序",
8175
+ "testing.sortByLocation": "按位置排序",
8176
+ "testing.sortByStatus": "按状态排序",
8177
+ "testing.startContinuous": "启动连续运行",
8178
+ "testing.startContinuousRunUsing": "使用以下方式启动连续运行...",
8179
+ "testing.stopContinuous": "停止连续运行",
8180
+ "testing.toggleContinuousRunOff": "关闭连续运行",
8181
+ "testing.toggleContinuousRunOn": "启用连续运行",
8182
+ "testing.toggleInlineTestOutput": "切换内联测试输出",
8183
+ "testing.viewAsList": "以列表形式查看",
8184
+ "testing.viewAsTree": "以树形式查看",
8185
+ unhideAllTests: "取消隐藏所有测试",
8186
+ unhideTest: "取消隐藏测试"
8187
+ },
8188
+ "vs/workbench/contrib/testing/browser/testing.contribution": {
8189
+ miViewTesting: "测试(&E)",
8190
+ noTestProvidersRegistered: "尚未在此工作区中找到任何测试。",
8191
+ searchForAdditionalTestExtensions: "安装其他测试扩展...",
8192
+ test: "测试",
8193
+ testCoverage: "测试覆盖率",
8194
+ testExplorer: "测试资源管理器",
8195
+ testResultsPanelName: "测试结果"
8196
+ },
8197
+ "vs/workbench/contrib/testing/browser/testingDecorations": {
8198
+ "actual.title": "实际",
8199
+ "debug all test": "调试所有测试",
8200
+ "debug test": "调试测试",
8201
+ "expected.title": "预期",
8202
+ "peek failure": "速览错误",
8203
+ peekTestOutout: "速览测试输出",
8204
+ "reveal test": "在测试资源管理器中显示",
8205
+ "run all test": "运行所有测试",
8206
+ "run test": "运行测试",
8207
+ "testing.gutterMsg.contextMenu": "单击以获取测试选项",
8208
+ "testing.gutterMsg.debug": "单击以调试测试,右键单击以查看更多选项",
8209
+ "testing.gutterMsg.run": "单击以运行测试,右键单击以查看更多选项",
8210
+ "testing.runUsing": "使用配置文件执行..."
8211
+ },
8212
+ "vs/workbench/contrib/testing/browser/testingExplorerFilter": {
8213
+ testExplorerFilter: "筛选器(例如 text、!exclude、@tag)",
8214
+ testExplorerFilterLabel: "在资源管理器中筛选测试的文本",
8215
+ "testing.filters.currentFile": "仅在活动文件中显示",
8216
+ "testing.filters.fuzzyMatch": "模糊匹配",
8217
+ "testing.filters.menu": "更多筛选器...",
8218
+ "testing.filters.removeTestExclusions": "取消隐藏所有测试",
8219
+ "testing.filters.showExcludedTests": "显示隐藏的测试",
8220
+ "testing.filters.showOnlyExecuted": "仅显示已执行的测试",
8221
+ "testing.filters.showOnlyFailed": "仅显示失败的测试"
8222
+ },
8223
+ "vs/workbench/contrib/testing/browser/testingExplorerView": {
8224
+ configureTestProfiles: "配置测试配置文件",
8225
+ defaultTestProfile: "{0} (默认)",
8226
+ noResults: "尚无测试结果。",
8227
+ selectDefaultConfigs: "选择默认配置文件",
8228
+ testExplorer: "测试资源管理器",
8229
+ "testing.treeElementLabelDuration": "{1} 中的 {0}",
8230
+ "testing.treeElementLabelOutdated": "{0},过期结果",
8231
+ testingContinuousBadge: "正在监视测试是否存在更改",
8232
+ testingCountBadgeFailed: "{0} 个测试失败",
8233
+ testingCountBadgePassed: "{0} 个测试已通过",
8234
+ testingCountBadgeSkipped: "已跳过 {0} 个测试",
8235
+ testingFindExtension: "显示工作区测试",
8236
+ testingNoTest: "此文件中未发现任何测试。"
8237
+ },
8238
+ "vs/workbench/contrib/testing/browser/testingOutputPeek": {
8239
+ close: "关闭",
8240
+ closeTestCoverage: "关闭测试覆盖",
8241
+ "debug test": "调试测试",
8242
+ messageMoreLines1: "再 + 1 行",
8243
+ messageMoreLinesN: "再 + {0} 行",
8244
+ openTestCoverage: "查看测试覆盖率",
8245
+ "run test": "运行测试",
8246
+ runNoOutput: "测试运行未记录任何输出。",
8247
+ runNoOutputForPast: "测试输出仅适用于新的测试运行。",
8248
+ testOutputTitle: "测试输出",
8249
+ testUnnamedTask: "未命名任务",
8250
+ "testing.debugLastRun": "调试测试运行",
8251
+ "testing.goToError": "转到源",
8252
+ "testing.goToFile": "转到源",
8253
+ "testing.goToNextMessage": "转到“下一个测试失败”",
8254
+ "testing.goToPreviousMessage": "转到“上一个测试失败”",
8255
+ "testing.markdownPeekError": "无法打开 Markdown 预览: {0}。\r\n\r\n请确保已启用 Markdown 扩展。",
8256
+ "testing.openMessageInEditor": "在编辑器中打开",
8257
+ "testing.reRunLastRun": "重新运行测试",
8258
+ "testing.revealInExplorer": "在测试资源管理器中显示",
8259
+ "testing.showResultOutput": "显示结果输出",
8260
+ "testing.toggleTestingPeekHistory": "在速览中切换测试历史记录",
8261
+ testingOutputActual: "实际结果",
8262
+ testingOutputExpected: "预期结果",
8263
+ testingPeekLabel: "测试结果消息"
8264
+ },
8265
+ "vs/workbench/contrib/testing/browser/testingProgressUiService": {
8266
+ "testProgress.completed": "{0}/{1} 个测试已通过({2}%)",
8267
+ "testProgress.running": "正在运行测试,通过 {0}/{1} ({2}%)",
8268
+ "testProgress.runningInitial": "正在运行测试…",
8269
+ "testProgressWithSkip.completed": "{0}/{1} 个测试已通过({2}%,{3} 个已跳过)",
8270
+ "testProgressWithSkip.running": "正在运行测试,通过 {0}/{1} ({2}%, {3} 个已跳过)"
8271
+ },
8272
+ "vs/workbench/contrib/testing/browser/testingViewPaneContainer": {
8273
+ testing: "测试"
8274
+ },
8275
+ "vs/workbench/contrib/testing/browser/theme": {
8276
+ "testing.iconErrored": "测试资源管理器中“出错”图标的颜色。",
8277
+ "testing.iconFailed": "测试资源管理器中“失败”图标的颜色。",
8278
+ "testing.iconPassed": "测试资源管理器中“已通过”图标的颜色。",
8279
+ "testing.iconQueued": "测试资源管理器中“已排队”图标的颜色。",
8280
+ "testing.iconSkipped": "测试资源管理器中“已跳过”图标的颜色。",
8281
+ "testing.iconUnset": "测试资源管理器中“未设置”图标的颜色。",
8282
+ "testing.message.error.decorationForeground": "在编辑器中内联显示的测试错误消息的文本颜色。",
8283
+ "testing.message.error.marginBackground": "在编辑器中内联显示的错误消息旁边的边距颜色。",
8284
+ "testing.message.info.decorationForeground": "在编辑器中内联显示的测试信息消息的文本颜色。",
8285
+ "testing.message.info.marginBackground": "在编辑器中内联显示的信息消息旁边的边距颜色。",
8286
+ "testing.peekBorder": "速览视图边框和箭头颜色。",
8287
+ "testing.runAction": "编辑器中“运行”图标的颜色。"
8288
+ },
8289
+ "vs/workbench/contrib/testing/common/configuration": {
8290
+ testConfigurationTitle: "测试",
8291
+ "testing.ShowCoverageInExplorer": "是否应在“文件资源管理器”视图中降低测试覆盖。",
8292
+ "testing.alwaysRevealTestOnStateChange": "打开“#testing.followRunningTest#”时,始终显示已执行的测试。如果关闭此设置,则只会显示失败的测试。",
8293
+ "testing.autoRun.delay": "将测试标记为过时并启动新运行后等待的时间(以毫秒为单位)。",
8294
+ "testing.automaticallyOpenPeekView": "配置何时自动打开错误“速览”视图。",
8295
+ "testing.automaticallyOpenPeekView.failureAnywhere": "无论故障在何处,都自动打开。",
8296
+ "testing.automaticallyOpenPeekView.failureInVisibleDocument": "在可见文档中测试失败时自动打开。",
8297
+ "testing.automaticallyOpenPeekView.never": "从不自动打开。",
8298
+ "testing.automaticallyOpenPeekViewDuringContinuousRun": "控制是否在连续运行模式期间自动打开“速览”视图。",
8299
+ "testing.countBadge": "控制活动栏上“测试”图标上的计数锁屏提醒。",
8300
+ "testing.countBadge.failed": "显示失败的测试数",
8301
+ "testing.countBadge.off": "禁用测试计数锁屏提醒",
8302
+ "testing.countBadge.passed": "显示通过的测试数",
8303
+ "testing.countBadge.skipped": "显示跳过的测试数",
8304
+ "testing.defaultGutterClickAction": "控制在装订线中左键单击测试修饰时要执行的操作。",
8305
+ "testing.defaultGutterClickAction.contextMenu": "打开上下文菜单以获取更多选项。",
8306
+ "testing.defaultGutterClickAction.debug": "调试测试。",
8307
+ "testing.defaultGutterClickAction.run": "运行测试。",
8308
+ "testing.displayedCoveragePercent": "配置默认情况下针对测试覆盖率显示的具体百分比。",
8309
+ "testing.displayedCoveragePercent.minimum": "语句、函数和分支覆盖率的最小值。",
8310
+ "testing.displayedCoveragePercent.statement": "语句覆盖率。",
8311
+ "testing.displayedCoveragePercent.totalCoverage": "组合语句、函数和分支覆盖率的计算。",
8312
+ "testing.followRunningTest": "控制是否应在“测试资源管理器”视图中遵循正在运行的测试。",
8313
+ "testing.gutterEnabled": "控制是否在编辑器装订线中显示测试修饰。",
8314
+ "testing.openTesting": "控制何时打开测试视图。",
8315
+ "testing.openTesting.neverOpen": "从不自动打开测试视图",
8316
+ "testing.openTesting.openExplorerOnTestStart": "启动测试时打开测试资源管理器",
8317
+ "testing.openTesting.openOnTestFailure": "任何测试失败时打开测试视图",
8318
+ "testing.openTesting.openOnTestStart": "测试开始时打开测试结果视图",
8319
+ "testing.saveBeforeTest": "控制是否在运行测试之前保存所有脏编辑器。",
8320
+ "testing.showAllMessages": "控制是否显示来自所有测试运行的消息。"
8321
+ },
8322
+ "vs/workbench/contrib/testing/common/constants": {
8323
+ "testGroup.coverage": "覆盖率",
8324
+ "testGroup.debug": "调试",
8325
+ "testGroup.run": "运行",
8326
+ "testState.errored": "出错",
8327
+ "testState.failed": "失败",
8328
+ "testState.passed": "通过",
8329
+ "testState.queued": "已排队",
8330
+ "testState.running": "正在运行",
8331
+ "testState.skipped": "已跳过",
8332
+ "testState.unset": "尚未运行",
8333
+ "testing.treeElementLabel": "{0} ({1})"
8334
+ },
8335
+ "vs/workbench/contrib/testing/common/testingContentProvider": {
8336
+ runNoOutout: "测试运行未记录任何输出。"
8337
+ },
8338
+ "vs/workbench/contrib/testing/common/testingContextKeys": {
8339
+ "testing.activeEditorHasTests": "指示当前编辑器中是否存在任何测试",
8340
+ "testing.canRefresh": "指示任何测试控制器是否具有附加的刷新处理程序。",
8341
+ "testing.controllerId": "当前测试项的控制器 ID",
8342
+ "testing.hasConfigurableConfig": "指示是否可以配置测试配置",
8343
+ "testing.hasCoverableTests": "指示是否有测试控制器注册了覆盖率配置",
8344
+ "testing.hasDebuggableTests": "指示是否有测试控制器注册了调试配置",
8345
+ "testing.hasNonDefaultConfig": "指示是否有测试控制器注册了非默认配置",
8346
+ "testing.hasRunnableTests": "指示是否有测试控制器注册了运行配置",
8347
+ "testing.isContinuousModeOn": "指示连续测试模式是否处于打开状态。",
8348
+ "testing.isParentRunningContinuously": "指示测试的父级是否持续运行,在测试项的菜单上下文中设置",
8349
+ "testing.isRefreshing": "指示当前是否有任何测试控制器正在刷新测试。",
8350
+ "testing.isTestCoverageOpen": "指示测试覆盖率报表是否已打开",
8351
+ "testing.peekItemType": "输出速览视图中项的类型。类型为“测试”、“消息”、“任务”或“结果”。",
8352
+ "testing.supportsContinuousRun": "指示是否支持连续测试运行",
8353
+ "testing.testId": "当前测试项的 ID,在创建或打开测试项的菜单时设置",
8354
+ "testing.testItemHasUri": "指示测试项是否已定义 URI 的布尔值",
8355
+ "testing.testItemIsHidden": "指示测试项是否处于隐藏状态的布尔值",
8356
+ "testing.testMessage": "“testMessage.contextValue”中设置的值,可在编辑器/内容和测试/消息/上下文中使用",
8357
+ "testing.testResultOutdated": "结果过时时,编辑器/内容和测试/消息/上下文中的可用值"
8081
8358
  },
8082
8359
  "vs/workbench/contrib/testing/common/testResult": {
8083
8360
  runFinished: "测试运行时间: {0}"
8361
+ },
8362
+ "vs/workbench/contrib/testing/common/testServiceImpl": {
8363
+ testError: "尝试运行测试时出错: {0}",
8364
+ testTrust: "运行测试可能会执行工作区中的代码。"
8084
8365
  },
8085
8366
  "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": {
8086
8367
  close: "关闭",