@codingame/monaco-vscode-language-pack-zh-hans 15.0.3 → 16.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": "15.0.3",
3
+ "version": "16.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
- "@codingame/monaco-vscode-api": "15.0.3"
21
+ "@codingame/monaco-vscode-api": "16.0.0"
22
22
  }
23
23
  }
@@ -186,6 +186,7 @@
186
186
  "cosine function": "余弦函数",
187
187
  "creates a #AARRGGBB": "创建一个 #AARRGGBB",
188
188
  "creates a color": "创建颜色",
189
+ "css.builtin.lab": "css.builtin.lab",
189
190
  "dot expected": "应为点",
190
191
  "escape string content": "转义字符串内容",
191
192
  "expression expected": "应为表达式。",
@@ -347,7 +347,7 @@
347
347
  "{0} day ago": "{0} 天前",
348
348
  "{0} days": "{0} 天",
349
349
  "{0} days ago": "{0} 天前",
350
- "{0} deletions{1}": "{0} 个删除{1}",
350
+ "{0} deletions{1}": "{0} 行删除{1}",
351
351
  "{0} deletion{1}": "{0} 个删除{1}",
352
352
  "{0} file changed": "已更改 {0} 个文件",
353
353
  "{0} files changed": "已更改 {0} 个文件",
@@ -359,7 +359,7 @@
359
359
  "{0} hr ago": "{0} 小时前",
360
360
  "{0} hrs": "{0} 小时",
361
361
  "{0} hrs ago": "{0} 小时前",
362
- "{0} insertions{1}": "{0} 个插入{1}",
362
+ "{0} insertions{1}": "{0} 行插入{1}",
363
363
  "{0} insertion{1}": "{0} 个插入{1}",
364
364
  "{0} min": "{0} 分钟",
365
365
  "{0} min ago": "{0} 分钟前",
@@ -193,6 +193,7 @@
193
193
  "cosine function": "余弦函数",
194
194
  "creates a #AARRGGBB": "创建一个 #AARRGGBB",
195
195
  "creates a color": "创建颜色",
196
+ "css.builtin.lab": "css.builtin.lab",
196
197
  "dot expected": "应为点",
197
198
  "escape string content": "转义字符串内容",
198
199
  "expression expected": "应为表达式。",
@@ -165,7 +165,6 @@
165
165
  "configuration.suggest.names": "启用/禁用在 JavaScript 建议中包含文件中的唯一名称。请注意,在使用`@ts-check`或`checkJs`进行语义检查的 JavaScript 代码中,名称建议始终处于禁用状态。",
166
166
  "configuration.suggest.objectLiteralMethodSnippets.enabled": "启用/禁用对象文本中的方法的代码片段补全。",
167
167
  "configuration.suggest.paths": "在 import 语句和 require 调用中,启用或禁用路径建议。",
168
- "configuration.surveys.enabled": "启用或禁用偶尔出现的有关 JavaScript 和 TypeScript 的调查,帮助我们改善 VS Code 对两者的支持。",
169
168
  "configuration.tsserver.experimental.enableProjectDiagnostics": "启用项目范围的错误报告。",
170
169
  "configuration.tsserver.maxTsServerMemory": "要分配给 TypeScript 服务器进程) 以 MB 为 (的最大内存量。如果要使用大于 4 GB 的内存限制,请使用 `#typescript.tsserver.nodePath#` 运行具有自定义节点安装的 TS Server。",
171
170
  "configuration.tsserver.nodePath": "在自定义节点安装上运行 TS 服务器。如果希望 VS Code 检测节点安装,则可以是节点可执行文件的路径,也可以是 “node”。",