@codingame/monaco-vscode-language-pack-zh-hans 5.1.2 → 5.2.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": "5.1.2",
3
+ "version": "5.2.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@5.1.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.2.0"
22
22
  }
23
23
  }
@@ -15,7 +15,7 @@
15
15
  "Open settings": "打开设置",
16
16
  "Paste authorization code here...": "在此处粘贴授权代码...",
17
17
  "Provide the authorization code to complete the sign in flow.": "提供授权代码以完成登录流。",
18
- "Signing in to your account...": "Signing in to your account...",
18
+ "Signing in to your account...": "正在登录到你的帐户...",
19
19
  "The environment `{0}` is not a valid environment.": "环境`{0}`不是有效的环境。",
20
20
  "You have been signed out because reading stored authentication information failed.": "你已被注销,因为未能读取存储的身份验证信息。",
21
21
  "You must also specify a custom environment in order to use the custom environment auth provider.": "还必须指定自定义环境以使用自定义环境身份验证提供程序。"
@@ -82,11 +82,13 @@
82
82
  "Organize Imports": "整理导入",
83
83
  "Partial Mode": "部分模式",
84
84
  "Please open a folder in VS Code to use a TypeScript or JavaScript project": "请在 VS Code 中打开一个文件夹,以使用 TypeScript 或 JavaScript 项目",
85
+ "Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
85
86
  "Please update your TypeScript version": "请更新 TypeScript 版本",
86
87
  "Project Wide IntelliSense not available": "Project Wide IntelliSense 不可用",
87
88
  "Remove Unused Imports": "删除未使用的导入",
88
89
  "Remove all unused code": "删除所有未使用的代码",
89
90
  "Report Issue": "报告问题",
91
+ "Report issue against Yarn PnP": "Report issue against Yarn PnP",
90
92
  "Select Version": "选择版本",
91
93
  "Select code action to apply": "选择要应用的代码操作",
92
94
  "Select existing file...": "选择现有文件...",
@@ -107,6 +109,7 @@
107
109
  "The current selection cannot be extracted": "无法提取当前所选内容",
108
110
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "路径 {0} 未指向运行 TS 服务器的有效节点安装。回退到捆绑节点。",
109
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
112
+ "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.",
110
113
  "The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "工作区正在使用旧版本的 TypeScript({0})。\n\n在报告问题之前,请更新工作区以使用 TypeScript {1} 或更高版本,以确认 bug 尚未修复。",
111
114
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "此工作区包含一个 TypeScript 版本。是否要对 TypeScript 和 JavaScript 语言功能使用工作区 TypeScript 版本?",
112
115
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "此工作区想要使用 '{0}' 处的节点安装来运行 TS 服务器。是否要使用?",
@@ -209,8 +212,8 @@
209
212
  "configuration.tsserver.watchOptions.watchFile.useFsEvents": "尝试使用操作系统/文件系统的本机事件进行文件更改。",
210
213
  "configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "尝试使用操作系统/文件系统的本机事件来侦听文件包含目录的更改。此操作可减少使用的文件观察程序数量,但准确度可能较低。",
211
214
  "configuration.tsserver.web.projectWideIntellisense.enabled": "在 Web 上启用/禁用项目范围内的 IntelliSense。要求 VS Code 在受信任的上下文中运行。",
212
- "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
213
- "configuration.tsserver.web.typeAcquisition.enabled": "Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.",
215
+ "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
216
+ "configuration.tsserver.web.typeAcquisition.enabled": " Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari",
214
217
  "configuration.typescript": "TypeScript",
215
218
  "description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
216
219
  "displayName": "JavaScript 和 TypeScript 的语言功能",