@codingame/monaco-vscode-language-pack-zh-hans 5.1.1 → 5.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 +2 -2
- package/translations/extensions/vscode.github-authentication.i18n.json +0 -2
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +2 -2
- package/translations/main.i18n.json.js +2973 -2973
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.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
|
-
"vscode": "npm:@codingame/monaco-vscode-api@5.1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.1.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"Continue": "继续",
|
|
13
12
|
"Continue to GitHub": "继续访问 GitHub",
|
|
14
13
|
"Continue to GitHub to create a Personal Access Token (PAT)": "继续转到 GitHub 以创建个人访问令牌 (PAT)",
|
|
15
14
|
"Copy & Continue to GitHub": "复制并继续访问 GitHub",
|
|
@@ -23,7 +22,6 @@
|
|
|
23
22
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "要完成身份验证,请导航到 GitHub 并粘贴以上一次性代码。",
|
|
24
23
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "若要完成身份验证,请导航到 GitHub 以创建 PAT,然后将 PAT 粘贴到输入框中。",
|
|
25
24
|
"Yes": "是",
|
|
26
|
-
"You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "你已登录到另一个帐户({0})。\n\n是否要注销该帐户并改为登录“{1}”?",
|
|
27
25
|
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "尚未完成授权此扩展使用 GitHub 的操作。是否要尝试其他方式? ({0})",
|
|
28
26
|
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "你的代码: {0}",
|
|
29
27
|
"device code": "设备代码",
|
|
@@ -15,6 +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
19
|
"The environment `{0}` is not a valid environment.": "环境`{0}`不是有效的环境。",
|
|
19
20
|
"You have been signed out because reading stored authentication information failed.": "你已被注销,因为未能读取存储的身份验证信息。",
|
|
20
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "还必须指定自定义环境以使用自定义环境身份验证提供程序。"
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"codeActions.refactor.rewrite.property.generateAccessors.description": "生成 \"get\" 和 \"set\" 访问器",
|
|
153
153
|
"codeActions.refactor.rewrite.property.generateAccessors.title": "生成访问器",
|
|
154
154
|
"codeActions.source.organizeImports.title": "整理 import 语句",
|
|
155
|
-
"configuration.experimental.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。",
|
|
156
155
|
"configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
|
|
157
156
|
"configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
|
|
158
157
|
"configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
|
|
@@ -210,7 +209,8 @@
|
|
|
210
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "尝试使用操作系统/文件系统的本机事件进行文件更改。",
|
|
211
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "尝试使用操作系统/文件系统的本机事件来侦听文件包含目录的更改。此操作可减少使用的文件观察程序数量,但准确度可能较低。",
|
|
212
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "在 Web 上启用/禁用项目范围内的 IntelliSense。要求 VS Code 在受信任的上下文中运行。",
|
|
213
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
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.",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
216
216
|
"displayName": "JavaScript 和 TypeScript 的语言功能",
|