@codingame/monaco-vscode-language-pack-zh-hans 8.0.0 → 8.0.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": "8.0.0",
3
+ "version": "8.0.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@8.0.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.2"
22
22
  }
23
23
  }
@@ -14,9 +14,6 @@
14
14
  "Copy & Continue to GitHub": "复制并继续访问 GitHub",
15
15
  "GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise 服务器 URI 不是有效的 URI: {0}",
16
16
  "Having trouble logging in? Would you like to try a different way? ({0})": "登录时遇到问题? 是否要尝试其他方式? ({0})",
17
- "Incorrect account detected": "检测到不正确的帐户",
18
- "Keep {0}": "保留 {0}",
19
- "Login with {0}": "使用 {0} 登录",
20
17
  "No": "否",
21
18
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "在新选项卡中打开 [{0}]({0}),并粘贴一次性代码: {1}",
22
19
  "Please reload the window to apply the new setting.": "请重新加载窗口以应用新设置。",
@@ -24,7 +21,6 @@
24
21
  "Sign in failed: {0}": "登录失败: {0}",
25
22
  "Sign out failed: {0}": "注销失败: {0}",
26
23
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "正在登录到 {0}...",
27
- "The chosen account, {0}, does not match the requested account, {1}.": "所选帐户 {0} 与请求的帐户 {1} 不匹配。",
28
24
  "To finish authenticating, navigate to GitHub and paste in the above one-time code.": "要完成身份验证,请导航到 GitHub 并粘贴以上一次性代码。",
29
25
  "To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "若要完成身份验证,请导航到 GitHub 以创建 PAT,然后将 PAT 粘贴到输入框中。",
30
26
  "Yes": "是",
@@ -10,13 +10,19 @@
10
10
  "contents": {
11
11
  "bundle": {
12
12
  "Error validating custom environment setting: {0}": "验证自定义环境设置时出错: {0}",
13
+ "Having trouble logging in?": "登录时遇到问题?",
14
+ "Microsoft Account configuration has been changed.": "Microsoft 帐户配置已更改。",
13
15
  "Microsoft Authentication": "Microsoft 身份验证",
14
16
  "Microsoft Sovereign Cloud Authentication": "Microsoft 主权云身份验证",
15
17
  "Open settings": "打开设置",
16
18
  "Paste authorization code here...": "在此处粘贴授权代码...",
17
19
  "Provide the authorization code to complete the sign in flow.": "提供授权代码以完成登录流。",
20
+ "Reload": "重新加载",
21
+ "Signing in to Microsoft...": "正在登录到 Microsoft...",
18
22
  "Signing in to your account...": "正在登录到你的帐户...",
19
23
  "The environment `{0}` is not a valid environment.": "环境`{0}`不是有效的环境。",
24
+ "Would you like to try a different way to sign in to your Microsoft account? ({0})": "是否要尝试其他方式登录到 Microsoft 帐户? ({0})",
25
+ "Yes": "是",
20
26
  "You have been signed out because reading stored authentication information failed.": "你已被注销,因为未能读取存储的身份验证信息。",
21
27
  "You must also specify a custom environment in order to use the custom environment auth provider.": "还必须指定自定义环境以使用自定义环境身份验证提供程序。"
22
28
  },
@@ -35,7 +41,8 @@
35
41
  "microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 美国政府",
36
42
  "microsoft-sovereign-cloud.environment.enumDescriptions.custom": "自定义 Microsoft 主权云",
37
43
  "signIn": "登录",
38
- "signOut": "注销"
44
+ "signOut": "注销",
45
+ "useMsal.description": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。"
39
46
  }
40
47
  }
41
48
  }
@@ -246,6 +246,7 @@
246
246
  "javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
247
247
  "javascript.goToProjectConfig.title": "转到项目配置(jsconfig/tsconfig)",
248
248
  "javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `javascript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
249
+ "javascript.preferences.organizeImports": "控制导入顺序的高级首选项。`#javascript.preferences.organizeImports.presets#` 中提供了预设",
249
250
  "javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
250
251
  "javascript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 JavaScript 文件中对所有函数的 CodeLens 引用。",
251
252
  "javascript.suggestionActions.enabled": "启用或禁用编辑器中 JavaScript 文件的建议诊断。",
@@ -286,6 +287,20 @@
286
287
  "typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `typescript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
287
288
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "在属性名称后插入 `={}`。",
288
289
  "typescript.preferences.jsxAttributeCompletionStyle.none": "仅插入属性名称。",
290
+ "typescript.preferences.organizeImports": "控制导入顺序的高级首选项。`#typescript.preferences.organizeImports.presets#` 中提供了预设",
291
+ "typescript.preferences.organizeImports.accentCollation": "将带变音符的字符与基本字符比较,将二者视为不相等",
292
+ "typescript.preferences.organizeImports.caseFirst": "指示大写是否在小写前面。仅适用于 `organizeImportsCollation: 'unicode'`",
293
+ "typescript.preferences.organizeImports.caseSensitivity.auto": "检测导入排序是否区分大小写",
294
+ "typescript.preferences.organizeImports.caseSensitivity.insensitive": "对导入进行排序,不区分大小写",
295
+ "typescript.preferences.organizeImports.caseSensitivity.sensitive": "对导入进行排序并区分大小写",
296
+ "typescript.preferences.organizeImports.locale": "重写用于排序规则的区域设置。指定 `auto` 以使用 UI 区域设置。仅适用于 `organizeImportsCollation: 'unicode'`",
297
+ "typescript.preferences.organizeImports.numericCollation": "按整数值对数值字符串进行排序",
298
+ "typescript.preferences.organizeImports.typeOrder.auto": "检测仅类型命名导入应排到哪个位置",
299
+ "typescript.preferences.organizeImports.typeOrder.first": "仅类型命名导入排到导入列表末尾",
300
+ "typescript.preferences.organizeImports.typeOrder.inline": "命名导入仅按名称排序",
301
+ "typescript.preferences.organizeImports.typeOrder.last": "仅类型命名导入排到导入列表末尾",
302
+ "typescript.preferences.organizeImports.unicodeCollation.ordinal": "使用每个码位元素的数值对导入进行排序",
303
+ "typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode 代码排序规则对导入进行排序",
289
304
  "typescript.preferences.preferTypeOnlyAutoImports": "尽可能在自动导入中包含 `type` 关键字。要求在工作区中使用 TypeScript 5.3+。",
290
305
  "typescript.preferences.quoteStyle": "用于快速修复的首选引文样式。",
291
306
  "typescript.preferences.quoteStyle.auto": "从现有代码推断引号类型",