@codingame/monaco-vscode-language-pack-zh-hans 1.83.13 → 1.83.14

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.13",
3
+ "version": "1.83.14",
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.13"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.83.14"
22
22
  }
23
23
  }
@@ -240,7 +240,7 @@ var content = {
240
240
  "diff.hiddenLines.top": "单击或拖动可在上面显示更多内容",
241
241
  foldUnchanged: "折叠未更改的区域",
242
242
  hiddenLines: "{0} 个隐藏的行",
243
- showAll: "全部显示"
243
+ showUnchangedRegion: "Show Unchanged Region"
244
244
  },
245
245
  "vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": {
246
246
  "diff.clipboard.copyChangedLineContent.label": "复制更改的行({0})",
@@ -2070,6 +2070,7 @@ var content = {
2070
2070
  editorInlayHintForeground: "内联提示的前景色",
2071
2071
  editorInlayHintForegroundParameter: "参数内联提示的前景色",
2072
2072
  editorInlayHintForegroundTypes: "类型内联提示的前景色",
2073
+ editorLightBulbAiForeground: "The color used for the lightbulb AI icon.",
2073
2074
  editorLightBulbAutoFixForeground: "用于灯泡自动修复操作图标的颜色。",
2074
2075
  editorLightBulbForeground: "用于灯泡操作图标的颜色。",
2075
2076
  editorSelectionBackground: "编辑器所选内容的颜色。",
@@ -2885,11 +2886,13 @@ var content = {
2885
2886
  closeRight: "关闭右侧标签页",
2886
2887
  closeRightEditors: "关闭组中右侧编辑器",
2887
2888
  closeSavedEditors: "关闭组中已保存的编辑器",
2889
+ copyEditorGroupToNewWindow: "Copy into New Window",
2888
2890
  copyEditorToNewWindow: "将编辑器复制到新窗口",
2891
+ copyToNewWindow: "Copy into New Window",
2889
2892
  editorActionsPosition: "编辑器操作位置",
2890
2893
  editorQuickAccessPlaceholder: "键入要打开的编辑器名称。",
2891
2894
  hidden: "隐藏",
2892
- hideTabBar: "隐藏",
2895
+ hideTabs: "Hidden",
2893
2896
  "ignoreTrimWhitespace.label": "显示前导/尾随空格差异",
2894
2897
  inlineView: "内联视图",
2895
2898
  joinInGroup: "合并组",
@@ -2957,11 +2960,13 @@ var content = {
2957
2960
  miTwoRowsEditorLayoutWithoutMnemonic: "双行",
2958
2961
  miTwoRowsRightEditorLayout: "右侧双行(&&O)",
2959
2962
  miTwoRowsRightEditorLayoutWithoutMnemonic: "右侧双行",
2963
+ moveEditorGroupToNewWindow: "Move into New Window",
2960
2964
  moveEditorToNewWindow: "将编辑器移动到新窗口",
2961
2965
  moveToNewWindow: "移动到“新窗口”中",
2962
2966
  multipleTabs: "多个选项卡",
2963
2967
  "navigate.next.label": "下一个更改",
2964
2968
  "navigate.prev.label": "上一个更改",
2969
+ newWindow: "New Window",
2965
2970
  nextChangeIcon: "差异编辑器中下一个更改操作的图标",
2966
2971
  pin: "固定",
2967
2972
  pinEditor: "固定编辑器",
@@ -3040,6 +3045,7 @@ var content = {
3040
3045
  miForward: "前进(&&F)",
3041
3046
  miMoveEditorGroupToNewWindow: "将编辑器组移动到新窗口(&&M)",
3042
3047
  miMoveEditorToNewWindow: "将编辑器移动到新窗口(&&M)",
3048
+ miNewEmptyEditorWindow: "&&New Empty Editor Window",
3043
3049
  miRestoreEditorsToMainWindow: "将编辑器还原到主窗口(&&R)",
3044
3050
  minimizeOtherEditorGroups: "展开编辑器组",
3045
3051
  minimizeOtherEditorGroupsHideSidebar: "扩展编辑器组并隐藏侧栏",
@@ -3072,6 +3078,7 @@ var content = {
3072
3078
  navigatePreviousInNavigationLocations: "导航位置中的“转到上一页”",
3073
3079
  navigateToLastEditLocation: "转到上一编辑位置",
3074
3080
  navigateToLastNavigationLocation: "转到上一导航位置",
3081
+ newEmptyEditorWindow: "New Empty Editor Window",
3075
3082
  newGroupAbove: "在上方新建编辑器组",
3076
3083
  newGroupBelow: "在下方新建编辑器组",
3077
3084
  newGroupLeft: "在左侧新建编辑器组",
@@ -4066,7 +4073,7 @@ var content = {
4066
4073
  },
4067
4074
  "vs/workbench/contrib/chat/browser/actions/chatActions": {
4068
4075
  "actions.chat.submit": "Submit",
4069
- "actions.chat.submitSecondaryAgent": "Submit to Secondary Agent",
4076
+ "actions.chat.submitSecondaryAgent": "提交到辅助代理",
4070
4077
  "actions.interactiveSession.focus": "焦点聊天列表",
4071
4078
  "chat.category": "聊天",
4072
4079
  "interactiveSession.clearHistory.label": "清除输入历史记录",
@@ -6176,7 +6183,6 @@ var content = {
6176
6183
  inlineChatResponseType: "当前交互式编辑器会话的最后一个响应类型是什么",
6177
6184
  inlineChatResponseTypes: "已收到响应的类型",
6178
6185
  inlineChatSupportIssueReporting: "交互式编辑器是否支持问题报告",
6179
- inlineChatToolbarIconEnabled: "是否启用生成内联聊天的工具栏图标。",
6180
6186
  inlineChatUserDidEdit: "用户是否在内联聊天顶部进行了更改",
6181
6187
  inlineChatVisible: "交互式编辑器输入是否可见",
6182
6188
  mode: "配置是将在交互式编辑器中创建的更改直接应用到文档还是先预览它们。",
@@ -6253,11 +6259,11 @@ var content = {
6253
6259
  noProblems: "没有问题",
6254
6260
  problems: "问题",
6255
6261
  "problems.visibility": "Controls whether the problems are visible throughout the editor and workbench.",
6256
- problemsOff: "Problems have been turned off.",
6257
6262
  "show multiline": "在多行中显示消息",
6258
6263
  "show singleline": "在单行中显示消息",
6259
6264
  "status.problems": "问题",
6260
- "status.problems.off": "Problems",
6265
+ "status.problemsVisibility": "Problems Visibility",
6266
+ "status.problemsVisibilityOff": "Problems are turned off. Click to open settings.",
6261
6267
  "toggle Excluded Files": "切换排除的文件",
6262
6268
  "toggle active file": "切换活动文件",
6263
6269
  "toggle errors": "切换错误",
@@ -6440,10 +6446,10 @@ var content = {
6440
6446
  "outline.initialState": "控制大纲项是折叠还是展开。",
6441
6447
  "outline.initialState.collapsed": "折叠所有项。",
6442
6448
  "outline.initialState.expanded": "展开所有项。",
6443
- "outline.problem.colors": "Use colors for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6444
- "outline.problems.badges": "Use badges for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6449
+ "outline.problem.colors": "Use colors for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6450
+ "outline.problems.badges": "Use badges for errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6445
6451
  "outline.showIcons": "使用图标呈现大纲元素。",
6446
- "outline.showProblem": "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when `{0}` is off.",
6452
+ "outline.showProblem": "Show errors and warnings on Outline elements. Overwritten by `#problems.visibility#` when it is off.",
6447
6453
  outlineConfigurationTitle: "大纲",
6448
6454
  outlineViewIcon: "查看大纲视图的图标。"
6449
6455
  },
@@ -6673,6 +6679,7 @@ var content = {
6673
6679
  keyboard: "键盘",
6674
6680
  mergeEditor: "合并编辑器",
6675
6681
  minimap: "缩略图",
6682
+ multiDiffEditor: "Multi-File Diff Editor",
6676
6683
  newWindow: "新建窗口",
6677
6684
  notebook: "笔记本",
6678
6685
  other: "其他",
@@ -7829,7 +7836,7 @@ var content = {
7829
7836
  "terminal.integrated.splitCwd.initial": "新的拆分终端将使用父终端开始时使用的工作目录。",
7830
7837
  "terminal.integrated.splitCwd.workspaceRoot": "新的拆分终端将使用工作区根作为工作目录。在多根工作区中,提供了要使用根文件夹的选项。",
7831
7838
  "terminal.integrated.stickyScroll.enabled": "实验性: 在终端顶部显示当前命令。",
7832
- "terminal.integrated.stickyScroll.maxLineCount": "定义要显示的最大粘滞行数。",
7839
+ "terminal.integrated.stickyScroll.maxLineCount": "Defines the maximum number of sticky lines to show. Sticky scroll lines will never exceed 40% of the viewport regardless of this setting.",
7833
7840
  "terminal.integrated.tabStopWidth": "制表位中的单元格数。",
7834
7841
  "terminal.integrated.tabs.defaultColor": "默认情况下要与终端图标关联的主题颜色 ID。",
7835
7842
  "terminal.integrated.tabs.defaultIcon": "默认情况下要与终端图标关联的 codicon ID。",