@codingame/monaco-vscode-language-pack-zh-hans 1.85.4 → 1.85.6

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.85.4",
3
+ "version": "1.85.6",
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.85.4"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
22
22
  }
23
23
  }
@@ -242,6 +242,7 @@
242
242
  "Break when URL Contains": "URL 包含以下内容时中断:",
243
243
  "Breaks on all throw errors, even if they're caught later.": "出现任何引发错误时中断,即使这些错误稍后才被捕获也是如此。",
244
244
  "Breaks only on errors or promise rejections that are not handled.": "仅对未处理的错误或承诺拒绝进行中断。",
245
+ "Browser connection failed, will retry: {0}": "Browser connection failed, will retry: {0}",
245
246
  "CPU Profile": "CPU 配置文件",
246
247
  "CPU profile saved as \"{0}\" in your workspace folder": "在工作区文件夹中保存为“{0}”的 CPU 配置文件",
247
248
  "CSP violation \"{0}\"": "CSP 违规“{0}”",
@@ -277,15 +278,15 @@
277
278
  "Enter a URL or a pattern to match": "输入要匹配的 URL 或模式",
278
279
  "Eval": "Eval",
279
280
  "Frame could not be restarted": "无法重启框架",
280
- "Generates a .cpuprofile file you can open in the Chrome devtools": "生成可在 Chrome 开发工具中打开的 .cpuprofile 文件",
281
- "Generates a .heapprofile file you can open in the Chrome devtools": "生成可在 Chrome 开发工具中打开的 .heapprofile 文件",
282
- "Generates a .heapsnapshot file you can open in the Chrome devtools": "生成可在 Chrome 开发工具中打开的 .heapsnapshot 文件",
281
+ "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools",
282
+ "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools",
283
+ "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools",
283
284
  "Global": "全局",
284
285
  "Globals": "全局",
285
286
  "Got it!": "知道了!",
286
287
  "Heap Profile": "堆配置文件",
287
288
  "Heap Snapshot": "堆快照",
288
- "How long to run the profile:": "配置文件的运行时长:",
289
+ "How long to run the profile": "How long to run the profile",
289
290
  "Ignore": "忽略",
290
291
  "Installation complete! The extension will be used after you restart your debug session.": "安装完成! 重新启动调试会话后,将使用该扩展。",
291
292
  "Installing the DWARF debugger...": "正在安装 DWARF 调试程序...",
@@ -383,7 +384,7 @@
383
384
  "Thread is not paused": "线程未暂停",
384
385
  "Thread is not paused on exception": "出现异常时线程未暂停",
385
386
  "Thread not found": "找不到线程",
386
- "Type of profile:": "配置文件的类型:",
387
+ "Type of profile": "Type of profile",
387
388
  "URL contains \"{0}\"": "URL 包含“{0}”",
388
389
  "UWP webview debugging is not available on your platform.": "UWP Webview 调试在平台上不可用。",
389
390
  "Unable to attach to browser": "无法附加到浏览器",