@codingame/monaco-vscode-language-pack-zh-hans 17.1.1 → 17.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "17.1.1",
3
+ "version": "17.1.2",
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
- "@codingame/monaco-vscode-api": "17.1.1"
21
+ "@codingame/monaco-vscode-api": "17.1.2"
22
22
  }
23
23
  }
@@ -142,7 +142,6 @@
142
142
  "package": {
143
143
  "configuration.expandableHover": "启用展开/收缩悬停以显示来自 TS 服务器的更多/更少信息。需要 TypeScript 5.9+。",
144
144
  "configuration.format": "Formatting",
145
- "configuration.hover.maximumLength": "The maximum number of characters in a hover. If the hover is longer than this, it will be truncated. Requires TypeScript 5.9+.",
146
145
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
147
146
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
148
147
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
@@ -158,6 +157,8 @@
158
157
  "configuration.inlayHints.propertyDeclarationTypes.enabled": "启用/禁用属性声明中隐式类型的嵌入提示:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now();\r\n}\r\n \r\n```",
159
158
  "configuration.inlayHints.variableTypes.enabled": "启用/禁用隐式变量类型的嵌入提示:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```",
160
159
  "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。",
160
+ "configuration.javascript.checkJs.checkJs.deprecation": "为支持 `js/ts.implicitProjectConfig.checkJs`,已弃用此设置。",
161
+ "configuration.javascript.checkJs.experimentalDecorators.deprecation": "为支持 `js/ts.implicitProjectConfig.experimentalDecorators`,已弃用此设置。",
161
162
  "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
162
163
  "configuration.preferences": "Preferences",
163
164
  "configuration.server": "TS 服务器",
@@ -176,11 +177,13 @@
176
177
  "configuration.tsserver.maxTsServerMemory": "要分配给 TypeScript 服务器进程) 以 MB 为 (的最大内存量。如果要使用大于 4 GB 的内存限制,请使用 `#typescript.tsserver.nodePath#` 运行具有自定义节点安装的 TS Server。",
177
178
  "configuration.tsserver.nodePath": "在自定义节点安装上运行 TS 服务器。如果希望 VS Code 检测节点安装,则可以是节点可执行文件的路径,也可以是 “node”。",
178
179
  "configuration.tsserver.useSeparateSyntaxServer": "启用/禁用生成可更快地响应语法相关操作的单独 TypeScript 服务器,例如计算折叠或计算文档符号。",
180
+ "configuration.tsserver.useSeparateSyntaxServer.deprecation": "此设置已弃用,取而代之的是“typescript.tsserver.useSyntaxServer”。",
179
181
  "configuration.tsserver.useSyntaxServer": "控制 TypeScript 是否启动专用服务器,以便更快地处理与语法相关的运算,如计算代码折叠。",
180
182
  "configuration.tsserver.useSyntaxServer.always": "使用更加轻量级的语法服务器来处理所有 IntelliSense 运算。此语法服务器只能为打开的文件提供 IntelliSense。",
181
183
  "configuration.tsserver.useSyntaxServer.auto": "生成一个完整的服务器和一个专用于语法运算的轻量级服务器。语法服务器用于加快语法运算并在加载项目时提供 IntelliSense。",
182
184
  "configuration.tsserver.useSyntaxServer.never": "请不要使用专用的语法服务器。使用单个服务器来处理所有 IntelliSense 运算。",
183
185
  "configuration.tsserver.useVsCodeWatcher": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
186
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "请改用 `#typescript.tsserver.watchOptions#` 设置。",
184
187
  "configuration.tsserver.watchOptions": "配置应使用哪些监视策略来跟踪文件和目录。",
185
188
  "configuration.tsserver.watchOptions.fallbackPolling": "使用文件系统事件时,此选项指定当系统用完本机文件观察程序和/或不支持本机文件观察程序时使用的轮询策略。",
186
189
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "使用动态队列,在该队列中,较少检查不经常修改的文件。",
@@ -302,6 +305,7 @@
302
305
  "typescript.preferences.quoteStyle.double": "始终使用双引号: `\"`",
303
306
  "typescript.preferences.quoteStyle.single": "始终使用单引号: `'`",
304
307
  "typescript.preferences.renameMatchingJsxTags": "在 JSX 标记上时,请尝试重命名匹配的标记,而不是重命名符号。要求在工作区中使用 TypeScript 5.1+。",
308
+ "typescript.preferences.renameShorthandProperties.deprecationMessage": "设置 \"typescript.preferences.renameShorthandProperties\" 已被弃用,取而代之的是 \"typescript.preferences.useAliasesForRenames\"",
305
309
  "typescript.preferences.useAliasesForRenames": "启用/禁用在重命名期间为对象速记属性引入别名。",
306
310
  "typescript.problemMatchers.tsc.label": "TypeScript 问题",
307
311
  "typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)",
@@ -2881,8 +2881,8 @@ var content = [
2881
2881
  "复制(&&C)",
2882
2882
  "确定",
2883
2883
  "切换窗口紧密模式",
2884
- "Turn On Compact Mode",
2885
- "Turn Off Compact Mode",
2884
+ "设置紧密模式",
2885
+ "取消设置紧密模式",
2886
2886
  "{0} ↔ {1}",
2887
2887
  "二进制查看器",
2888
2888
  "此文件是二进制文件或使用了不受支持的文本编码,所以无法在文本编辑器中显示。",
@@ -3814,7 +3814,7 @@ var content = [
3814
3814
  "组中的所有选定编辑器是否都具有关联的文件或无标题资源",
3815
3815
  "编辑器部件中是否打开了多个编辑器组",
3816
3816
  "编辑器部件具有最大化组",
3817
- undefined,
3817
+ "编辑器部件位于辅助窗口中",
3818
3818
  "编辑器是否打开",
3819
3819
  "是否已启用 Zen 模式",
3820
3820
  "是否为主编辑器启用了居中布局",
@@ -3827,7 +3827,7 @@ var content = [
3827
3827
  "键盘焦点是否在状态栏上",
3828
3828
  "窗口标题栏的样式",
3829
3829
  "标题栏是否可见",
3830
- undefined,
3830
+ "标题栏位于辅助窗口中",
3831
3831
  "标题栏处于紧密模式",
3832
3832
  "键盘焦点是否在横幅上",
3833
3833
  "键盘焦点是否在通知上",
@@ -4403,29 +4403,29 @@ var content = [
4403
4403
  "将所选内容添加到聊天",
4404
4404
  "将搜索结果添加到聊天",
4405
4405
  "添加上下文...",
4406
- undefined,
4407
- undefined,
4408
- undefined,
4409
- undefined,
4410
- undefined,
4411
- undefined,
4412
- undefined,
4413
- undefined,
4414
- undefined,
4415
- undefined,
4416
- undefined,
4417
- undefined,
4418
- undefined,
4419
- undefined,
4420
- undefined,
4406
+ "将相关文件添加到工作集",
4407
+ "粘贴的图像",
4408
+ "来自剪贴板的图像",
4409
+ "屏幕截图窗口",
4410
+ "屏幕截图",
4411
+ "工具...",
4412
+ "符号...",
4413
+ "文件和文件夹...",
4414
+ "问题...",
4415
+ "内核变量...",
4416
+ "选择并插入内核变量",
4417
+ "相关文件",
4418
+ "打开编辑器",
4419
+ "搜索结果",
4420
+ "说明...",
4421
4421
  "搜索附件",
4422
- undefined,
4423
- undefined,
4424
- undefined,
4425
- undefined,
4426
- undefined,
4427
- undefined,
4428
- undefined,
4422
+ "[行 {0},列 {1}]",
4423
+ "所有问题",
4424
+ "Select a problem to attach",
4425
+ "内置",
4426
+ "MCP 服务器",
4427
+ "扩展",
4428
+ "选择工具",
4429
4429
  "全部复制",
4430
4430
  "复制",
4431
4431
  "日志聊天输入历史记录",
@@ -4433,10 +4433,10 @@ var content = [
4433
4433
  "发送和调度",
4434
4434
  "设置聊天模式",
4435
4435
  "设置模式",
4436
- undefined,
4437
- undefined,
4438
- undefined,
4439
- undefined,
4436
+ "切换聊天模式将结束当前的编辑会话。",
4437
+ "是否启动新会话?",
4438
+ "更改聊天模式将结束当前的编辑会话。是否要更改聊天模式?",
4439
+ "是",
4440
4440
  "切换请求已暂停",
4441
4441
  "恢复请求",
4442
4442
  "暂停请求",
@@ -4575,8 +4575,8 @@ var content = [
4575
4575
  "启动新聊天",
4576
4576
  "将聊天保存到提示文件",
4577
4577
  "选择工作区中的文件",
4578
- "Chat confirmation required: {0}. Press {1} to accept or {2} to cancel.",
4579
- "Chat confirmation required: {0}",
4578
+ "Action required to confirm tool action: {0}. Press {1} to accept or {2} to cancel.",
4579
+ "Action required to confirm tool action: {0}",
4580
4580
  "聊天",
4581
4581
  "Tool {0} completed.",
4582
4582
  "1 个表",
@@ -4610,28 +4610,28 @@ var content = [
4610
4610
  "单击以查看 {0} 的内容",
4611
4611
  "重新运行而不使用 {0}{1}",
4612
4612
  "聊天附件资源的完整值,包括方案和路径",
4613
- undefined,
4614
- undefined,
4615
- undefined,
4616
- undefined,
4617
- undefined,
4618
- undefined,
4619
- undefined,
4620
- undefined,
4621
- undefined,
4622
- undefined,
4623
- undefined,
4624
- undefined,
4625
- undefined,
4626
- undefined,
4627
- undefined,
4628
- undefined,
4629
- undefined,
4630
- undefined,
4631
- undefined,
4632
- undefined,
4633
- undefined,
4634
- undefined,
4613
+ "已省略: {0}",
4614
+ "部分省略: {0}",
4615
+ "已附加: {0}",
4616
+ "已省略: {0}。",
4617
+ "已部分附加: {0}。",
4618
+ "已附加: {0}。",
4619
+ "已省略: {0},行 {1} 到行 {2}。",
4620
+ "已省略: {0}。",
4621
+ "已部分附加: {0},行 {1} 到行 {2}。",
4622
+ "已部分附加: {0}。",
4623
+ "已附加: {0},行 {1} 到行 {2}。",
4624
+ "已附加: {0}。",
4625
+ "省略此图像: {0}",
4626
+ "部分省略了此图像: {0}",
4627
+ "附加的图像,{0}",
4628
+ "已附加元素 {0}",
4629
+ "单击以查看 {0} 的内容",
4630
+ "附加上下文,{0}",
4631
+ "附加上下文: {0}。",
4632
+ "{0}",
4633
+ "所选模型不支持此 {0} 类型。",
4634
+ "此 GIF 已部分省略 - 当前帧将被发送。",
4635
4635
  "查看匹配项",
4636
4636
  "{0},已展开",
4637
4637
  "{0},已折叠",
@@ -4663,16 +4663,16 @@ var content = [
4663
4663
  "已进行更改。",
4664
4664
  "输入",
4665
4665
  "输出",
4666
- undefined,
4667
- undefined,
4668
- undefined,
4669
- undefined,
4670
- undefined,
4671
- undefined,
4672
- undefined,
4673
- undefined,
4674
- undefined,
4675
- undefined,
4666
+ "继续",
4667
+ "取消",
4668
+ "在此会话中允许",
4669
+ "允许此工具在此会话中运行而无需确认。",
4670
+ "此工作区中允许",
4671
+ "允许此工具在此工作区中运行而无需确认。",
4672
+ "始终允许",
4673
+ "始终允许此工具运行而无需确认。",
4674
+ "查看更多",
4675
+ "Data of type {0} ({1} bytes)",
4676
4676
  "文件树",
4677
4677
  "文件",
4678
4678
  "文件夹",
@@ -4764,7 +4764,7 @@ var content = [
4764
4764
  "单击以选择元素。",
4765
4765
  "Start",
4766
4766
  "单击可取消选择。",
4767
- undefined,
4767
+ "取消",
4768
4768
  "Configure Attachments Sent",
4769
4769
  "Collapse Overlay",
4770
4770
  "Select Again",
@@ -4847,9 +4847,9 @@ var content = [
4847
4847
  "粘贴的代码附件",
4848
4848
  "1 行",
4849
4849
  "{0} 行",
4850
- undefined,
4851
- undefined,
4852
- "GitHub Copilot Free, Pro and Pro+ may show [public code]({0}) suggestions and we may use your data for product improvement. You can change these [settings]({1}) at any time.",
4850
+ "{0} {1}/{2}",
4851
+ "{0} {1}",
4852
+ "Copilot Free Pro 可能会显示 [公共代码]({0}) 建议,我们可能会使用你的数据来改进产品。你可以随时]({1}) 更改这些 [设置。",
4853
4853
  "询问 Copilot",
4854
4854
  "编辑工作区中的文件",
4855
4855
  "在代理模式下编辑工作区中的文件",
@@ -4860,24 +4860,24 @@ var content = [
4860
4860
  "正在准备 Copilot。",
4861
4861
  "Copilot 未能获取响应。请重试。",
4862
4862
  "Copilot 即将就绪。",
4863
- "Copilot took too long to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled.",
4864
- "Copilot failed to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled.",
4863
+ "Copilot 准备时间太长。请查看“聊天”视图中的指导。",
4864
+ "Copilot 未能做好准备。请查看“聊天”视图中的指导。",
4865
4865
  "正在登录到 {0}。",
4866
4866
  "正在准备 Copilot。",
4867
4867
  "Copilot 安装已成功完成。",
4868
4868
  "Copilot 设置失败。",
4869
- undefined,
4870
- undefined,
4871
- undefined,
4872
- undefined,
4873
- undefined,
4869
+ "以后再说",
4870
+ "使用 {0} 帐户登录",
4871
+ "使用 {0} 帐户登录",
4872
+ "登录",
4873
+ "使用 Copilot",
4874
4874
  "登录以使用 Copilot",
4875
4875
  "登录以使用免费版 Copilot",
4876
4876
  "开始使用 Copilot Pro",
4877
4877
  "开始使用 Copilot",
4878
4878
  "开始免费使用 Copilot",
4879
- undefined,
4880
- undefined,
4879
+ "[Copilot]({0})是你的 AI 编程搭档。利用完成更快地编写代码、修复 bug 以及跨多个文件生成新功能,并通过聊天了解代码库。",
4880
+ "继续操作即表示你同意 [条款]({0})和 [隐私策略]({1})。",
4881
4881
  "免费借助 Copilot 使用 AI 功能...",
4882
4882
  "Copilot 设置失败。是否要重试?",
4883
4883
  "重试",
@@ -4972,7 +4972,7 @@ var content = [
4972
4972
  "添加高级模型",
4973
4973
  "添加高级模型",
4974
4974
  "选取模型",
4975
- undefined,
4975
+ "附加说明...",
4976
4976
  "选择一个位置以创建指令文件...",
4977
4977
  "选择创建提示文件的位置...",
4978
4978
  "Do you want to backup and sync your user prompt and instruction files with Setting Sync?'",
@@ -5076,10 +5076,10 @@ var content = [
5076
5076
  "未能解析提示标头: {0}",
5077
5077
  "“{0}”元数据记录仅在指令文件中有效。",
5078
5078
  "glob 模式“{0}”无效。",
5079
- undefined,
5080
- undefined,
5081
- "Value of the '{0}' metadata must be an array of strings, got '{2}'.",
5082
- "Unexpected tool name '{0}', expected '{1}'.",
5079
+ "元数据“{0}”的值必须是({1})中的一个,但得到的是“{2}”。",
5080
+ "元数据“{0}”的值必须是“{1}”,但得到的是“{2}”。",
5081
+ "元数据“{0}”的值必须是“{1}”,但得到的是“{2}”。",
5082
+ "应为工具名称({0}),但得到的是“{1}”。",
5083
5083
  "池名称不能为空。",
5084
5084
  "工具名称“{0}”重复。",
5085
5085
  "\r\n(另外 {0} 个问题)",
@@ -6334,7 +6334,7 @@ var content = [
6334
6334
  "启用后,可通过快速访问搜索该扩展,并从中报告问题。",
6335
6335
  "启用后,将在安装之前验证扩展是否已签名。",
6336
6336
  "激活后,如果窗口不在焦点中,扩展将在更新后自动重启。如果已打开 Notebooks 或自定义编辑器,则可能会丢失数据。",
6337
- undefined,
6337
+ "启用后,将从 Unpkg 服务提取要更新的扩展。",
6338
6338
  "配置要连接到的市场服务 URL",
6339
6339
  "找不到扩展“{0}”。",
6340
6340
  "安装给定的扩展",
@@ -7339,11 +7339,11 @@ var content = [
7339
7339
  "在 GitHub 上创建",
7340
7340
  "在 GitHub 中预览",
7341
7341
  "正在加载数据...",
7342
- undefined,
7342
+ "No duplicate issues found: GitHub query limit exceeded.",
7343
7343
  "类似问题",
7344
7344
  "打开",
7345
7345
  "已关闭",
7346
- undefined,
7346
+ "没有找到类似问题",
7347
7347
  "Bug 报告",
7348
7348
  "功能请求",
7349
7349
  "性能问题(冻结、缓慢、崩溃)",
@@ -9676,7 +9676,7 @@ var content = [
9676
9676
  "参与的任务类型",
9677
9677
  "任务的标签或要作为筛选依据的术语",
9678
9678
  "任务出现错误。请查看输出结果,了解更多详细信息",
9679
- "Show Output",
9679
+ "显示输出",
9680
9680
  "由于使用任务版本 0.1.0,文件夹 {0} 将被忽略",
9681
9681
  "警告: {0} 任务在当前环境中不可用。",
9682
9682
  "正在返回缓存的任务 {0}",
@@ -9706,9 +9706,9 @@ var content = [
9706
9706
  "是否要在运行任务前保存所有编辑器?",
9707
9707
  "保存(&&S)",
9708
9708
  "不保存(&&N)",
9709
- undefined,
9710
- undefined,
9711
- undefined,
9709
+ "任务“{0}”已处于活动状态。",
9710
+ "终止任务",
9711
+ "重启任务",
9712
9712
  "当前已有任务正在运行。请先终止它,然后再执行另一项任务。",
9713
9713
  "未能终止并重启任务 {0}",
9714
9714
  "“{0}”任务的任务提供程序意外提供了“{1}”类型的任务。\r\n",