@codingame/monaco-vscode-language-pack-zh-hans 3.2.3 → 4.0.0

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": "3.2.3",
3
+ "version": "4.0.0",
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@3.2.3"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.0.0"
22
22
  }
23
23
  }
@@ -31,9 +31,6 @@ var content = {
31
31
  "vs/base/browser/ui/hover/hoverWidget": {
32
32
  acessibleViewHint: "在辅助视图中用 {0} 检查此项。",
33
33
  acessibleViewHintNoKbOpen: "通过命令“打开辅助视图”在辅助视图中检查此项,该命令当前无法通过键绑定触发。"
34
- },
35
- "vs/base/browser/ui/iconLabel/iconLabelHover": {
36
- "iconLabel.loading": "正在加载…"
37
34
  },
38
35
  "vs/base/browser/ui/icons/iconSelectBox": {
39
36
  "iconSelect.noResults": "无结果",
@@ -194,10 +191,6 @@ var content = {
194
191
  redo: "恢复",
195
192
  selectAll: "选择全部",
196
193
  undo: "撤消"
197
- },
198
- "vs/editor/browser/widget/codeEditorWidget": {
199
- "cursors.maximum": "已将光标数限制为 {0}。请考虑使用 [查找和替换](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace)进行较大的更改或增加编辑器多光标限制设置。",
200
- goToSetting: "增加多光标限制"
201
194
  },
202
195
  "vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
203
196
  accessibleDiffViewerCloseIcon: "可访问差异查看器中“关闭”的图标。",
@@ -267,14 +260,6 @@ var content = {
267
260
  "diffEditor.unchangedRegionShadow": "未更改区域小组件周围的阴影颜色。",
268
261
  diffInsertIcon: "差异编辑器中插入项的线条修饰。",
269
262
  diffRemoveIcon: "差异编辑器中删除项的线条修饰。"
270
- },
271
- "vs/editor/browser/widget/hoverWidget/hoverWidget": {
272
- hoverhint: "按住 {0} 键将鼠标悬停"
273
- },
274
- "vs/editor/browser/widget/multiDiffEditorWidget/colors": {
275
- "multiDiffEditor.background": "多文件差异编辑器的背景色",
276
- "multiDiffEditor.border": "多文件差异编辑器的边框颜色",
277
- "multiDiffEditor.headerBackground": "差异编辑器标题的背景色"
278
263
  },
279
264
  "vs/editor/common/config/editorConfigurationSchema": {
280
265
  codeLens: "控制是否在编辑器中显示 CodeLens。",
@@ -1472,13 +1457,6 @@ var content = {
1472
1457
  "rename.failedApply": "重命名无法应用修改",
1473
1458
  "rename.label": "重命名符号",
1474
1459
  resolveRenameLocationFailed: "解析重命名位置时发生未知错误"
1475
- },
1476
- "vs/editor/contrib/rename/browser/renameInputField": {
1477
- label: "按 {0} 进行重命名,按 {1} 进行预览",
1478
- renameAriaLabel: "重命名输入。键入新名称并按 \"Enter\" 提交。",
1479
- renameInputFocused: "是否聚焦重命名输入小组件",
1480
- renameInputVisible: "重命名输入小组件是否可见",
1481
- renameSuggestionsReceivedAria: "已收到 {0} 重命名建议"
1482
1460
  },
1483
1461
  "vs/editor/contrib/smartSelect/browser/smartSelect": {
1484
1462
  miSmartSelectGrow: "扩大选区(&&E)",
@@ -1874,6 +1852,13 @@ var content = {
1874
1852
  },
1875
1853
  "vs/platform/extensionManagement/common/extensionNls": {
1876
1854
  missingNLSKey: "无法找到键 {0} 的消息。"
1855
+ },
1856
+ "vs/platform/extensionManagement/common/extensionsScannerService": {
1857
+ fileReadFail: "无法读取文件 {0}: {1}。",
1858
+ jsonInvalidFormat: "格式 {0} 无效: 应为 JSON 对象。",
1859
+ jsonParseFail: "无法解析 {0}: [{1}, {2}] {3}.",
1860
+ jsonParseInvalidType: "清单文件 {0} 无效: 不是 JSON 对象。",
1861
+ jsonsParseReportErrors: "未能分析 {0}: {1}。"
1877
1862
  },
1878
1863
  "vs/platform/extensions/common/extensionValidator": {
1879
1864
  "extensionDescription.activationEvents1": "属性“{0}”可以省略,否则其类型必须是 `string[]`",
@@ -2027,9 +2012,6 @@ var content = {
2027
2012
  "quickInput.checkAll": "切换所有复选框",
2028
2013
  "quickInput.countSelected": "已选 {0} 项",
2029
2014
  "quickInput.visibleCount": "{0} 个结果"
2030
- },
2031
- "vs/platform/quickinput/browser/quickInputList": {
2032
- quickInput: "快速输入"
2033
2015
  },
2034
2016
  "vs/platform/quickinput/browser/quickInputUtils": {
2035
2017
  executeCommand: "单击以执行命令 \"{0}\""
@@ -2091,231 +2073,6 @@ var content = {
2091
2073
  },
2092
2074
  "vs/platform/terminal/common/terminalProfiles": {
2093
2075
  terminalAutomaticProfile: "自动检测默认值"
2094
- },
2095
- "vs/platform/theme/common/colorRegistry": {
2096
- activeContrastBorder: "在活动元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
2097
- activeLinkForeground: "活动链接颜色。",
2098
- badgeBackground: "Badge 背景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
2099
- badgeForeground: "Badge 前景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
2100
- breadcrumbsBackground: "导航路径项的背景色。",
2101
- breadcrumbsFocusForeground: "焦点导航路径的颜色",
2102
- breadcrumbsSelectedBackground: "导航路径项选择器的背景色。",
2103
- breadcrumbsSelectedForeground: "已选导航路径项的颜色。",
2104
- buttonBackground: "按钮背景色。",
2105
- buttonBorder: "按钮边框颜色。",
2106
- buttonForeground: "按钮前景色。",
2107
- buttonHoverBackground: "按钮在悬停时的背景颜色。",
2108
- buttonSecondaryBackground: "辅助按钮背景色。",
2109
- buttonSecondaryForeground: "辅助按钮前景色。",
2110
- buttonSecondaryHoverBackground: "悬停时的辅助按钮背景色。",
2111
- buttonSeparator: "按钮分隔符颜色。",
2112
- chartsBlue: "图表可视化效果中使用的蓝色。",
2113
- chartsForeground: "图表中使用的前景颜色。",
2114
- chartsGreen: "图表可视化效果中使用的绿色。",
2115
- chartsLines: "用于图表中的水平线条的颜色。",
2116
- chartsOrange: "图表可视化效果中使用的橙色。",
2117
- chartsPurple: "图表可视化效果中使用的紫色。",
2118
- chartsRed: "图表可视化效果中使用的红色。",
2119
- chartsYellow: "图表可视化效果中使用的黄色。",
2120
- "checkbox.background": "复选框小部件的背景颜色。",
2121
- "checkbox.border": "复选框小部件的边框颜色。",
2122
- "checkbox.foreground": "复选框小部件的前景色。",
2123
- "checkbox.select.background": "选择复选框小组件所在的元素时该小组件的背景色。",
2124
- "checkbox.select.border": "选择复选框小组件所在的元素时该小组件的边框颜色。",
2125
- contrastBorder: "在元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
2126
- descriptionForeground: "提供其他信息的说明文本的前景色,例如标签文本。",
2127
- diffDiagonalFill: "差异编辑器的对角线填充颜色。对角线填充用于并排差异视图。",
2128
- "diffEditor.unchangedCodeBackground": "差异编辑器中未更改代码的背景色。",
2129
- "diffEditor.unchangedRegionBackground": "差异编辑器中未更改块的背景色。",
2130
- "diffEditor.unchangedRegionForeground": "差异编辑器中未更改块的前景色。",
2131
- diffEditorBorder: "两个文本编辑器之间的边框颜色。",
2132
- diffEditorInserted: "已插入的文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2133
- diffEditorInsertedLineGutter: "插入行的边距的背景色。",
2134
- diffEditorInsertedLines: "已插入的行的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2135
- diffEditorInsertedOutline: "插入的文本的轮廓颜色。",
2136
- diffEditorOverviewInserted: "插入内容的差异概述标尺前景。",
2137
- diffEditorOverviewRemoved: "删除内容的差异概述标尺前景。",
2138
- diffEditorRemoved: "已删除的文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2139
- diffEditorRemovedLineGutter: "删除行的边距的背景色。",
2140
- diffEditorRemovedLines: "已删除的行的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2141
- diffEditorRemovedOutline: "被删除文本的轮廓颜色。",
2142
- disabledForeground: "已禁用元素的整体前景色。仅在未由组件替代时才能使用此颜色。",
2143
- dropdownBackground: "下拉列表背景色。",
2144
- dropdownBorder: "下拉列表边框。",
2145
- dropdownForeground: "下拉列表前景色。",
2146
- dropdownListBackground: "下拉列表背景色。",
2147
- editorBackground: "编辑器背景色。",
2148
- "editorError.background": "编辑器中错误文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2149
- "editorError.foreground": "编辑器中错误波浪线的前景色。",
2150
- editorFindMatch: "当前搜索匹配项的颜色。",
2151
- editorFindMatchBorder: "当前搜索匹配项的边框颜色。",
2152
- editorForeground: "编辑器默认前景色。",
2153
- "editorHint.foreground": "编辑器中提示波浪线的前景色。",
2154
- editorInactiveSelection: "非活动编辑器中所选内容的颜色,颜色必须透明,以免隐藏下面的装饰效果。",
2155
- "editorInfo.background": "编辑器中信息文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2156
- "editorInfo.foreground": "编辑器中信息波浪线的前景色。",
2157
- editorInlayHintBackground: "内联提示的背景色",
2158
- editorInlayHintBackgroundParameter: "参数内联提示的背景色",
2159
- editorInlayHintBackgroundTypes: "类型内联提示的背景色",
2160
- editorInlayHintForeground: "内联提示的前景色",
2161
- editorInlayHintForegroundParameter: "参数内联提示的前景色",
2162
- editorInlayHintForegroundTypes: "类型内联提示的前景色",
2163
- editorLightBulbAiForeground: "用于灯泡 AI 图标的颜色。",
2164
- editorLightBulbAutoFixForeground: "用于灯泡自动修复操作图标的颜色。",
2165
- editorLightBulbForeground: "用于灯泡操作图标的颜色。",
2166
- editorSelectionBackground: "编辑器所选内容的颜色。",
2167
- editorSelectionForeground: "用以彰显高对比度的所选文本的颜色。",
2168
- editorSelectionHighlight: "具有与所选项相关内容的区域的颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2169
- editorSelectionHighlightBorder: "与所选项内容相同的区域的边框颜色。",
2170
- editorStickyScrollBackground: "编辑器中粘滞滚动的背景色",
2171
- editorStickyScrollBorder: "编辑器中粘滞滚动的边框颜色",
2172
- editorStickyScrollHoverBackground: "在编辑器中悬停时粘滞滚动的背景色",
2173
- editorStickyScrollShadow: " 编辑器中粘滞滚动的阴影颜色",
2174
- "editorWarning.background": "编辑器中警告文本的背景色。颜色必须透明,以免隐藏下面的修饰效果。",
2175
- "editorWarning.foreground": "编辑器中警告波浪线的前景色。",
2176
- editorWidgetBackground: "编辑器组件(如查找/替换)背景颜色。",
2177
- editorWidgetBorder: "编辑器小部件的边框颜色。此颜色仅在小部件有边框且不被小部件重写时适用。",
2178
- editorWidgetForeground: "编辑器小部件的前景色,如查找/替换。",
2179
- editorWidgetResizeBorder: "编辑器小部件大小调整条的边框颜色。此颜色仅在小部件有调整边框且不被小部件颜色覆盖时使用。",
2180
- errorBorder: "如果设置,编辑器中错误的双下划线颜色。",
2181
- errorForeground: "错误信息的整体前景色。此颜色仅在不被组件覆盖时适用。",
2182
- findMatchHighlight: "其他搜索匹配项的颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2183
- findMatchHighlightBorder: "其他搜索匹配项的边框颜色。",
2184
- findRangeHighlight: "限制搜索范围的颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2185
- findRangeHighlightBorder: "限制搜索的范围的边框颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2186
- focusBorder: "焦点元素的整体边框颜色。此颜色仅在不被其他组件覆盖时适用。",
2187
- foreground: "整体前景色。此颜色仅在不被组件覆盖时适用。",
2188
- highlight: "在列表或树中搜索时,其中匹配内容的高亮颜色。",
2189
- hintBorder: "如果设置,编辑器中提示的双下划线颜色。",
2190
- hoverBackground: "编辑器悬停提示的背景颜色。",
2191
- hoverBorder: "光标悬停时编辑器的边框颜色。",
2192
- hoverForeground: "编辑器悬停的前景颜色。",
2193
- hoverHighlight: "在下面突出显示悬停的字词。颜色必须透明,以免隐藏下面的修饰效果。",
2194
- iconForeground: "工作台中图标的默认颜色。",
2195
- infoBorder: "如果设置,编辑器中信息的双下划线颜色。",
2196
- inputBoxActiveOptionBorder: "输入字段中已激活选项的边框颜色。",
2197
- inputBoxBackground: "输入框背景色。",
2198
- inputBoxBorder: "输入框边框。",
2199
- inputBoxForeground: "输入框前景色。",
2200
- "inputOption.activeBackground": "输入字段中选项的背景悬停颜色。",
2201
- "inputOption.activeForeground": "输入字段中已激活的选项的前景色。",
2202
- "inputOption.hoverBackground": "输入字段中激活选项的背景颜色。",
2203
- inputPlaceholderForeground: "输入框中占位符的前景色。",
2204
- inputValidationErrorBackground: "输入验证结果为错误级别时的背景色。",
2205
- inputValidationErrorBorder: "严重性为错误时输入验证的边框颜色。",
2206
- inputValidationErrorForeground: "输入验证结果为错误级别时的前景色。",
2207
- inputValidationInfoBackground: "输入验证结果为信息级别时的背景色。",
2208
- inputValidationInfoBorder: "严重性为信息时输入验证的边框颜色。",
2209
- inputValidationInfoForeground: "输入验证结果为信息级别时的前景色。",
2210
- inputValidationWarningBackground: "严重性为警告时输入验证的背景色。",
2211
- inputValidationWarningBorder: "严重性为警告时输入验证的边框颜色。",
2212
- inputValidationWarningForeground: "输入验证结果为警告级别时的前景色。",
2213
- invalidItemForeground: "列表或树中无效项的前景色,例如资源管理器中没有解析的根目录。",
2214
- keybindingLabelBackground: "键绑定标签背景色。键绑定标签用于表示键盘快捷方式。",
2215
- keybindingLabelBorder: "键绑定标签边框色。键绑定标签用于表示键盘快捷方式。",
2216
- keybindingLabelBottomBorder: "键绑定标签边框底部色。键绑定标签用于表示键盘快捷方式。",
2217
- keybindingLabelForeground: "键绑定标签前景色。键绑定标签用于表示键盘快捷方式。",
2218
- listActiveSelectionBackground: "已选项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2219
- listActiveSelectionForeground: "已选项在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2220
- listActiveSelectionIconForeground: "已选项在列表/树活动时的列表/树图标前景颜色。活动的列表/树具有键盘焦点,非活动的则没有。",
2221
- listDeemphasizedForeground: "取消强调的项目的列表/树前景颜色。",
2222
- listDropBackground: "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
2223
- listDropBetweenBackground: "使用鼠标在项目之间移动项时,列表/树拖放边框的颜色。",
2224
- listErrorForeground: "包含错误的列表项的前景颜色。",
2225
- listFilterMatchHighlight: "筛选后的匹配项的背景颜色。",
2226
- listFilterMatchHighlightBorder: "筛选后的匹配项的边框颜色。",
2227
- listFilterWidgetBackground: "列表和树中类型筛选器小组件的背景色。",
2228
- listFilterWidgetNoMatchesOutline: "当没有匹配项时,列表和树中类型筛选器小组件的轮廓颜色。",
2229
- listFilterWidgetOutline: "列表和树中类型筛选器小组件的轮廓颜色。",
2230
- listFilterWidgetShadow: "列表和树中类型筛选器小组件的阴影颜色。",
2231
- listFocusAndSelectionOutline: "当列表/树处于活动状态且已选择时,重点项的列表/树边框颜色。活动的列表/树具有键盘焦点,但非活动的则没有。",
2232
- listFocusBackground: "焦点项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2233
- listFocusForeground: "焦点项在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2234
- listFocusHighlightForeground: "在列表或树中搜索时,匹配活动聚焦项的突出显示内容的列表/树前景色。",
2235
- listFocusOutline: "列表/树活动时,焦点项目的列表/树边框色。活动的列表/树具有键盘焦点,非活动的没有。",
2236
- listHoverBackground: "使用鼠标移动项目时,列表或树的背景颜色。",
2237
- listHoverForeground: "鼠标在项目上悬停时,列表或树的前景颜色。",
2238
- listInactiveFocusBackground: "非活动的列表或树控件中焦点项的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2239
- listInactiveFocusOutline: "列表/数非活动时,焦点项目的列表/树边框色。活动的列表/树具有键盘焦点,非活动的没有。",
2240
- listInactiveSelectionBackground: "已选项在列表或树非活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2241
- listInactiveSelectionForeground: "已选项在列表或树非活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
2242
- listInactiveSelectionIconForeground: "已选项在列表/树非活动时的图标前景颜色。活动的列表/树具有键盘焦点,非活动的则没有。",
2243
- listWarningForeground: "包含警告的列表项的前景颜色。",
2244
- menuBackground: "菜单项的背景颜色。",
2245
- menuBorder: "菜单的边框颜色。",
2246
- menuForeground: "菜单项的前景颜色。",
2247
- menuSelectionBackground: "菜单中所选菜单项的背景色。",
2248
- menuSelectionBorder: "菜单中所选菜单项的边框颜色。",
2249
- menuSelectionForeground: "菜单中选定菜单项的前景色。",
2250
- menuSeparatorBackground: "菜单中分隔线的颜色。",
2251
- mergeBorder: "内联合并冲突中标头和分割线的边框颜色。",
2252
- mergeCommonContentBackground: "内联合并冲突中的常见祖先内容背景。颜色必须透明,以免隐藏下面的修饰效果。",
2253
- mergeCommonHeaderBackground: "内联合并冲突中的常见祖先标头背景。颜色必须透明,以免隐藏下面的修饰效果。",
2254
- mergeCurrentContentBackground: "内联合并冲突中的当前内容背景。颜色必须透明,以免隐藏下面的修饰效果。",
2255
- mergeCurrentHeaderBackground: "当前标题背景的内联合并冲突。颜色必须透明,以免隐藏下面的修饰效果。",
2256
- mergeIncomingContentBackground: "内联合并冲突中的传入内容背景。颜色必须透明,以免隐藏下面的修饰效果。",
2257
- mergeIncomingHeaderBackground: "内联合并冲突中的传入标题背景。颜色必须透明,以免隐藏下面的修饰效果。",
2258
- minimapBackground: "迷你地图背景颜色。",
2259
- minimapError: "用于错误的迷你地图标记颜色。",
2260
- minimapFindMatchHighlight: "用于查找匹配项的迷你地图标记颜色。",
2261
- minimapForegroundOpacity: "在缩略图中呈现的前景元素的不透明度。例如,\"#000000c0\" 将呈现不透明度为 75% 的元素。",
2262
- minimapInfo: "信息的迷你地图标记颜色。",
2263
- minimapSelectionHighlight: "编辑器选区在迷你地图中对应的标记颜色。",
2264
- minimapSelectionOccurrenceHighlight: "用于重复编辑器选择的缩略图标记颜色。",
2265
- minimapSliderActiveBackground: "单击时,迷你地图滑块的背景颜色。",
2266
- minimapSliderBackground: "迷你地图滑块背景颜色。",
2267
- minimapSliderHoverBackground: "悬停时,迷你地图滑块的背景颜色。",
2268
- overviewRuleWarning: "用于警告的迷你地图标记颜色。",
2269
- overviewRulerCommonContentForeground: "内联合并冲突中共同祖先区域的概览标尺前景色。",
2270
- overviewRulerCurrentContentForeground: "内联合并冲突中当前版本区域的概览标尺前景色。",
2271
- overviewRulerFindMatchForeground: "用于查找匹配项的概述标尺标记颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2272
- overviewRulerIncomingContentForeground: "内联合并冲突中传入的版本区域的概览标尺前景色。",
2273
- overviewRulerSelectionHighlightForeground: "用于突出显示所选内容的概述标尺标记颜色。颜色必须透明,以免隐藏下面的修饰效果。",
2274
- pickerBackground: "背景颜色快速选取器。快速选取器小部件是选取器(如命令调色板)的容器。",
2275
- pickerForeground: "前景颜色快速选取器。快速选取器小部件是命令调色板等选取器的容器。",
2276
- pickerGroupBorder: "快速选取器分组边框的颜色。",
2277
- pickerGroupForeground: "快速选取器分组标签的颜色。",
2278
- pickerTitleBackground: "标题背景颜色快速选取器。快速选取器小部件是命令调色板等选取器的容器。",
2279
- problemsErrorIconForeground: "用于问题错误图标的颜色。",
2280
- problemsInfoIconForeground: "用于问题信息图标的颜色。",
2281
- problemsWarningIconForeground: "用于问题警告图标的颜色。",
2282
- progressBarBackground: "表示长时间操作的进度条的背景色。",
2283
- "quickInput.list.focusBackground deprecation": "请改用 quickInputList.focusBackground",
2284
- "quickInput.listFocusBackground": "焦点项目的快速选择器背景色。",
2285
- "quickInput.listFocusForeground": "焦点项目的快速选择器前景色。",
2286
- "quickInput.listFocusIconForeground": "焦点项目的快速选取器图标前景色。",
2287
- sashActiveBorder: "活动框格的边框颜色。",
2288
- scrollbarShadow: "表示视图被滚动的滚动条阴影。",
2289
- scrollbarSliderActiveBackground: "滚动条滑块在被点击时的背景色。",
2290
- scrollbarSliderBackground: "滚动条滑块背景色",
2291
- scrollbarSliderHoverBackground: "滚动条滑块在悬停时的背景色",
2292
- "search.resultsInfoForeground": "搜索 Viewlet 完成消息中文本的颜色。",
2293
- "searchEditor.editorFindMatchBorder": "搜索编辑器查询匹配的边框颜色。",
2294
- "searchEditor.queryMatch": "搜索编辑器查询匹配的颜色。",
2295
- selectionBackground: "工作台所选文本的背景颜色(例如输入字段或文本区域)。注意,本设置不适用于编辑器。",
2296
- snippetFinalTabstopHighlightBackground: "代码片段中最后的 Tab 位的高亮背景色。",
2297
- snippetFinalTabstopHighlightBorder: "代码片段中最后的制表位的高亮边框颜色。",
2298
- snippetTabstopHighlightBackground: "代码片段 Tab 位的高亮背景色。",
2299
- snippetTabstopHighlightBorder: "代码片段 Tab 位的高亮边框颜色。",
2300
- statusBarBackground: "编辑器悬停状态栏的背景色。",
2301
- tableColumnsBorder: "列之间的表边框颜色。",
2302
- tableOddRowsBackgroundColor: "奇数表行的背景色。",
2303
- textBlockQuoteBackground: "文本中块引用的背景颜色。",
2304
- textBlockQuoteBorder: "文本中块引用的边框颜色。",
2305
- textCodeBlockBackground: "文本中代码块的背景颜色。",
2306
- textLinkActiveForeground: "文本中链接在点击或鼠标悬停时的前景色 。",
2307
- textLinkForeground: "文本中链接的前景色。",
2308
- textPreformatBackground: "预格式化文本段的背景色。",
2309
- textPreformatForeground: "预格式化文本段的前景色。",
2310
- textSeparatorForeground: "文字分隔符的颜色。",
2311
- toolbarActiveBackground: "将鼠标悬停在操作上时的工具栏背景",
2312
- toolbarHoverBackground: "使用鼠标悬停在操作上时显示工具栏背景",
2313
- toolbarHoverOutline: "使用鼠标悬停在操作上时显示工具栏轮廓",
2314
- treeInactiveIndentGuidesStroke: "非活动缩进参考线的树描边颜色。",
2315
- treeIndentGuidesStroke: "缩进参考线的树描边颜色。",
2316
- warningBorder: "如果设置,编辑器中警告的双下划线颜色。",
2317
- widgetBorder: "编辑器内小组件(如查找/替换)的边框颜色。",
2318
- widgetShadow: "编辑器内小组件(如查找/替换)的阴影颜色。"
2319
2076
  },
2320
2077
  "vs/platform/theme/common/iconRegistry": {
2321
2078
  "iconDefinition.fontCharacter": "与图标定义关联的字体字符。",
@@ -2448,10 +2205,6 @@ var content = {
2448
2205
  confirmLogin: "扩展\"{0}\"希望使用{1}登录。",
2449
2206
  confirmRelogin: "扩展“{0}”希望你使用 {1} 重新登录。",
2450
2207
  signedOut: "已成功注销。"
2451
- },
2452
- "vs/workbench/api/browser/mainThreadChatProvider": {
2453
- languageModels: "语言模型({0})",
2454
- languageModelsAccountId: "语言模型"
2455
2208
  },
2456
2209
  "vs/workbench/api/browser/mainThreadCLICommands": {
2457
2210
  "cannot be installed": "无法安装“{0}”扩展,因为它被声明为不在此安装程序中运行。"
@@ -2647,10 +2400,6 @@ var content = {
2647
2400
  },
2648
2401
  "vs/workbench/api/common/extHostChatAgents2": {
2649
2402
  errorResponse: "提供程序出错: {0}"
2650
- },
2651
- "vs/workbench/api/common/extHostChatProvider": {
2652
- chatAccess: "允许访问 {0} 提供的语言模型",
2653
- chatAccessWithJustification: "允许访问 {0} 提供的语言模型。理由:\r\n\r\n{1}"
2654
2403
  },
2655
2404
  "vs/workbench/api/common/extHostDiagnostics": {
2656
2405
  limitHit: "未显示 {0} 个进一步的错误和警告。"
@@ -3633,6 +3382,9 @@ var content = {
3633
3382
  "align panel": "对齐面板",
3634
3383
  hidePanel: "\"隐藏\" 面板",
3635
3384
  "panel position": "面板位置"
3385
+ },
3386
+ "vs/workbench/browser/parts/sidebar/sidebarActions": {
3387
+ focusSideBar: "将焦点置于主侧栏"
3636
3388
  },
3637
3389
  "vs/workbench/browser/parts/sidebar/sidebarPart": {
3638
3390
  toggleActivityBar: "切换活动栏可见性"
@@ -4683,9 +4435,6 @@ var content = {
4683
4435
  usedReferencesPlural: "已使用 {0} 引用",
4684
4436
  usedReferencesSingular: "已使用 {0} 引用",
4685
4437
  usingAgent: "使用 {0}"
4686
- },
4687
- "vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget": {
4688
- "exited slash command mode": "已退出 {0} 模式"
4689
4438
  },
4690
4439
  "vs/workbench/contrib/chat/browser/codeBlockPart": {
4691
4440
  "chat.codeBlock.toolbar": "代码块工具栏",
@@ -4794,70 +4543,6 @@ var content = {
4794
4543
  "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": {
4795
4544
  inspectEditorTokens: "开发人员: 检查编辑器标记和作用域",
4796
4545
  "inspectTMScopesWidget.loading": "正在加载..."
4797
- },
4798
- "vs/workbench/contrib/codeEditor/browser/languageConfigurationExtensionPoint": {
4799
- formatError: "{0}: 格式无效,应为 JSON 对象。",
4800
- parseErrors: "错误分析 {0}: {1}",
4801
- "schema.autoCloseBefore": "在自动闭合设置为 \"languageDefined\" 时,定义使括号或引号自动闭合的光标后面的字符。通常是不会成为表达式开头的一组字符。",
4802
- "schema.autoClosingPairs": "定义括号对。当输入左方括号时,将自动插入右方括号。",
4803
- "schema.autoClosingPairs.notIn": "定义禁用了自动配对的作用域列表。",
4804
- "schema.blockComment.begin": "作为块注释开头的字符序列。",
4805
- "schema.blockComment.end": "作为块注释结尾的字符序列。",
4806
- "schema.blockComments": "定义块注释的标记方式。",
4807
- "schema.brackets": "定义增加或减少缩进的括号符号。当方括号对着色已启用且未定义{0}时,这还将定义按其嵌套级别着色的括号对。",
4808
- "schema.closeBracket": "右方括号字符或字符串序列。",
4809
- "schema.colorizedBracketPairs": "定义在启用括号对着色时由其嵌套级别着色的括号对。此处包含的任何不包含在{0}中的括号都将自动包含在{0}中。",
4810
- "schema.comments": "定义注释符号",
4811
- "schema.folding": "此语言的折叠设置。",
4812
- "schema.folding.markers": "语言特定的折叠标记。例如,\"#region\" 与 \"#endregion\"。开始与结束标记的正则表达式需设计得效率高,因其将对每一行的内容进行测试。",
4813
- "schema.folding.markers.end": "结束标记的正则表达式模式。其应以 \"^\" 开始。",
4814
- "schema.folding.markers.start": "开始标记的正则表达式模式。其应以 \"^\" 开始。",
4815
- "schema.folding.offSide": "若一种语言使用缩进表示其代码块,它将遵循越位规则 (off-side rule)。若设置此项,空白行将属于其之后的代码块。",
4816
- "schema.indentationRules": "语言的缩进设置。",
4817
- "schema.indentationRules.decreaseIndentPattern": "如果某行文本匹配此模式,则其后所有行都应被取消缩进一次 (直到匹配其他规则)。",
4818
- "schema.indentationRules.decreaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4819
- "schema.indentationRules.decreaseIndentPattern.flags": "decreaseIndentPattern 的正则表达式标志。",
4820
- "schema.indentationRules.decreaseIndentPattern.pattern": "decreaseIndentPattern 的正则表达式模式。",
4821
- "schema.indentationRules.increaseIndentPattern": "如果一行文本匹配此模式,则之后所有内容都应被缩进一次(直到匹配其他规则)。",
4822
- "schema.indentationRules.increaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4823
- "schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern 的正则表达式标志。",
4824
- "schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern 的正则表达式模式。",
4825
- "schema.indentationRules.indentNextLinePattern": "如果某一行匹配此模式,那么仅此行之后的**下一行**应缩进一次。",
4826
- "schema.indentationRules.indentNextLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4827
- "schema.indentationRules.indentNextLinePattern.flags": "indentNextLinePattern 的正则表达式标志。",
4828
- "schema.indentationRules.indentNextLinePattern.pattern": "indentNextLinePattern 的正则表达式模式。",
4829
- "schema.indentationRules.unIndentedLinePattern": "如果某一行匹配此模式,那么不应更改此行的缩进,且不应针对其他规则对其进行计算。",
4830
- "schema.indentationRules.unIndentedLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4831
- "schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern 的正则表达式标志。",
4832
- "schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern 的正则表达式模式。",
4833
- "schema.lineComment": "作为行注释开头的字符序列。",
4834
- "schema.onEnterRules": "按 Enter 时要评估的语言规则。",
4835
- "schema.onEnterRules.action": "要执行的操作。",
4836
- "schema.onEnterRules.action.appendText": "描述要追加到新行后和缩进后的文本。",
4837
- "schema.onEnterRules.action.indent": "描述如何处理缩进",
4838
- "schema.onEnterRules.action.indent.indent": "(相对于上一行的缩进)插入一次新行和缩进。",
4839
- "schema.onEnterRules.action.indent.indentOutdent": "插入两个新行: \r\n - 第一行缩进并将包含游标\r\n - 第二行在同一缩进级别",
4840
- "schema.onEnterRules.action.indent.none": "插入新行并复制上一行的缩进。",
4841
- "schema.onEnterRules.action.indent.outdent": "(相对于上一行的缩进)插入一次新行和凸排。",
4842
- "schema.onEnterRules.action.removeText": "描述要从新行的缩进中移除的字符数。",
4843
- "schema.onEnterRules.afterText": "只有游标后的文本匹配此正则表达式时才会执行此规则。",
4844
- "schema.onEnterRules.afterText.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4845
- "schema.onEnterRules.afterText.flags": "afterText 的正则表达式标志。",
4846
- "schema.onEnterRules.afterText.pattern": "afterText 的正则表达式模式。",
4847
- "schema.onEnterRules.beforeText": "只有游标前的文本匹配此正则表达式时才会执行此规则。",
4848
- "schema.onEnterRules.beforeText.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4849
- "schema.onEnterRules.beforeText.flags": "beforeText 的正则表达式标志。",
4850
- "schema.onEnterRules.beforeText.pattern": "beforeText 的正则表达式模式。",
4851
- "schema.onEnterRules.previousLineText": "只有该行上方的文本匹配此正则表达式时才会执行此规则。",
4852
- "schema.onEnterRules.previousLineText.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4853
- "schema.onEnterRules.previousLineText.flags": "previousLineText 的正则表达式标志。",
4854
- "schema.onEnterRules.previousLineText.pattern": "previousLineText 的正则表达式模式。",
4855
- "schema.openBracket": "左方括号字符或字符串序列。",
4856
- "schema.surroundingPairs": "定义可用于包围所选字符串的括号对。",
4857
- "schema.wordPattern": "定义一下在编程语言里什么东西会被当做是一个单词。",
4858
- "schema.wordPattern.flags": "用于匹配文本的正则表达式标志。",
4859
- "schema.wordPattern.flags.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
4860
- "schema.wordPattern.pattern": "用于匹配文本的正则表达式模式。"
4861
4546
  },
4862
4547
  "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": {
4863
4548
  largeFile: "{0}: 为了减少内存使用量并避免冻结或崩溃,已为此大型文件禁用标记化、换行、折叠、编码、突出显示词和粘滞滚动。",
@@ -6885,11 +6570,6 @@ var content = {
6885
6570
  thinking: "思考中...",
6886
6571
  "welcome.1": "AI 生成的代码可能不正确",
6887
6572
  "welcome.2": "正在准备..."
6888
- },
6889
- "vs/workbench/contrib/inlineChat/browser/inlineChatLivePreviewWidget": {
6890
- discard: "放弃",
6891
- save: "创建",
6892
- saveAs: "创建为"
6893
6573
  },
6894
6574
  "vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": {
6895
6575
  inlineChat: "正在等待接受或放弃内联聊天更改...",
@@ -7118,6 +6798,12 @@ var content = {
7118
6798
  totalWarnings: "警告: {0} 个",
7119
6799
  viewAsTable: "以表形式查看",
7120
6800
  viewAsTree: "以树形式查看"
6801
+ },
6802
+ "vs/workbench/contrib/markers/browser/markersFileDecorations": {
6803
+ label: "问题",
6804
+ "markers.showOnFile": "在文件和文件夹上显示错误和警告。关闭时被 `#problems.visibility#` 覆盖。",
6805
+ "tooltip.1": "此文件存在 1 个问题",
6806
+ "tooltip.N": "此文件存在 {0} 个问题"
7121
6807
  },
7122
6808
  "vs/workbench/contrib/markers/browser/markersTable": {
7123
6809
  codeColumnLabel: "代码",
@@ -7993,6 +7679,15 @@ var content = {
7993
7679
  "outline.showProblem": "显示大纲元素上的错误和警告。关闭时被 `#problems.visibility#` 覆盖。",
7994
7680
  outlineConfigurationTitle: "大纲",
7995
7681
  outlineViewIcon: "查看大纲视图的图标。"
7682
+ },
7683
+ "vs/workbench/contrib/outline/browser/outlineActions": {
7684
+ collapse: "全部折叠",
7685
+ expand: "全部展开",
7686
+ filterOnType: "在输入时筛选",
7687
+ followCur: "跟随光标",
7688
+ sortByKind: "排序方式 : 类别",
7689
+ sortByName: "排序依据 : 名称",
7690
+ sortByPosition: "排序依据 : 位置"
7996
7691
  },
7997
7692
  "vs/workbench/contrib/outline/browser/outlinePane": {
7998
7693
  loading: "正在加载“{0}”的文档符号...",
@@ -10432,6 +10127,10 @@ var content = {
10432
10127
  testCoverage: "测试覆盖率",
10433
10128
  testExplorer: "测试资源管理器",
10434
10129
  testResultsPanelName: "测试结果"
10130
+ },
10131
+ "vs/workbench/contrib/testing/browser/testingConfigurationUi": {
10132
+ "testConfigurationUi.pick": "选择要使用的测试配置文件",
10133
+ updateTestConfiguration: "更新测试配置"
10435
10134
  },
10436
10135
  "vs/workbench/contrib/testing/browser/testingDecorations": {
10437
10136
  "actual.title": "实际",
@@ -11197,6 +10896,9 @@ var content = {
11197
10896
  "vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart": {
11198
10897
  "walkThrough.gitNotFound": "你的系统上似乎未安装 Git。",
11199
10898
  "walkThrough.unboundCommand": "未绑定"
10899
+ },
10900
+ "vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils": {
10901
+ "walkThrough.embeddedEditorBackground": "嵌入于交互式演练场中的编辑器的背景颜色。"
11200
10902
  },
11201
10903
  "vs/workbench/contrib/workspace/browser/workspace.contribution": {
11202
10904
  addWorkspaceFolderDetail: "你正在将文件添加到受信任的工作区,该工作区当前不受信任。是否信任这些新文件的作者?",