@codingame/monaco-vscode-language-pack-zh-hans 11.1.1 → 11.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/index.js CHANGED
@@ -72,6 +72,7 @@ registerLocalization('MS-CEINTL.vscode-language-pack-zh-hans', 'zh-cn', content,
72
72
  'vscode.simple-browser': new URL('./translations/extensions/vscode.simple-browser.i18n.json', import.meta.url).href,
73
73
  'vscode.sql': new URL('./translations/extensions/vscode.sql.i18n.json', import.meta.url).href,
74
74
  'vscode.swift': new URL('./translations/extensions/vscode.swift.i18n.json', import.meta.url).href,
75
+ 'vscode.terminal-suggest': new URL('./translations/extensions/vscode.terminal-suggest.i18n.json', import.meta.url).href,
75
76
  'vscode.theme-abyss': new URL('./translations/extensions/vscode.theme-abyss.i18n.json', import.meta.url).href,
76
77
  'vscode.theme-defaults': new URL('./translations/extensions/vscode.theme-defaults.i18n.json', import.meta.url).href,
77
78
  'vscode.theme-kimbie-dark': new URL('./translations/extensions/vscode.theme-kimbie-dark.i18n.json', import.meta.url).href,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "11.1.1",
3
+ "version": "11.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@11.1.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@11.1.2"
22
22
  }
23
23
  }
@@ -87,6 +87,7 @@
87
87
  "Conflict: Deleted By Us": "冲突: 已由我们删除",
88
88
  "Continue Rebase": "继续变基",
89
89
  "Continuing Rebase...": "正在继续变基...",
90
+ "Copy Commit Hash": "复制提交哈希",
90
91
  "Could not clone your repository as Git is not installed.": "无法克隆存储库,因为未安装 Git。",
91
92
  "Create Empty Commit": "创建空提交",
92
93
  "Current": "当前",
@@ -112,9 +113,11 @@
112
113
  "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "文件“{0}”已被我们删除且已经过他们修改。\n\n你想要执行什么操作?",
113
114
  "Force Checkout": "强制签出",
114
115
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "不允许强制推送,请启用 \"git. allowForcePush\" 设置。",
116
+ "Git Blame Information": "Git 责任信息",
115
117
  "Git History": "Git 历史记录",
116
118
  "Git error": "Git 错误",
117
- "Git local working changes": "Git 本地工作更改",
119
+ "Git local changes (working tree + index)": "Git 本地更改(工作树 + 索引)",
120
+ "Git local changes (working tree)": "Git 本地更改(工作树)",
118
121
  "Git not found. Install it or configure it using the \"git.path\" setting.": "未找到 Git。请安装 Git,或在 \"git.path\" 设置中配置。",
119
122
  "Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。是否要打开存储库?",
120
123
  "Git: {0}": "Git: {0}",
@@ -155,13 +158,15 @@
155
158
  "Never": "从不",
156
159
  "No": "否",
157
160
  "No rebase in progress.": "没有正在进行的变基。",
161
+ "Not Committed Yet": "尚未提交",
162
+ "Not Committed Yet (Staged)": "尚未提交(暂存)",
158
163
  "OK": "确定",
159
164
  "OK, Don't Ask Again": "确定,且不再询问",
160
165
  "OK, Don't Show Again": "确定,且不再显示",
161
166
  "Open": "打开",
162
167
  "Open Commit": "打开提交",
163
168
  "Open Comparison": "打开比较",
164
- "Open File": "Open File",
169
+ "Open File": "打开文件",
165
170
  "Open Git Log": "打开 GIT 日志",
166
171
  "Open Merge": "打开合并",
167
172
  "Open Repositories In Parent Folders": "在父文件夹中打开存储库",
@@ -172,7 +177,7 @@
172
177
  "Pick a branch to pull from": "选择拉取的来源分支",
173
178
  "Pick a provider to publish the branch \"{0}\" to:": "选取提供程序以将分支“{0}”发布到:",
174
179
  "Pick a remote to publish the branch \"{0}\" to:": "选取要将分支“{0}”发布到的远程:",
175
- "Pick a remote to pull the branch from": "选择要从其拉取分支的远程位置",
180
+ "Pick a remote to pull the branch from": "选择要拉取的源远程分支",
176
181
  "Pick a remote to remove": "选择要删除的远程库",
177
182
  "Pick a repository to mark as safe and open": "选择要标记为安全并打开的存储库",
178
183
  "Pick a repository to open": "选择要打开的存储库",
@@ -268,7 +273,7 @@
268
273
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "有 {0} 个文件尚未保存。\n\n要在储藏之前保存吗?",
269
274
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
270
275
  "There were merge conflicts while applying the stash.": "在应用储藏时存在合并冲突。",
271
- "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
276
+ "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "挑拣更改时出现合并冲突。在提交冲突之前解决冲突。",
272
277
  "This action will pull and push commits from and to \"{0}/{1}\".": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
273
278
  "This repository has no remotes configured to fetch from.": "此仓库未配置可以从中抓取的远程仓库。",
274
279
  "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "这将删除 {0} 个未跟踪的文件!\n此操作不可撤消!\n这些文件将被永久删除。",
@@ -281,6 +286,7 @@
281
286
  "Untracked": "未跟踪的",
282
287
  "Untracked Changes": "未跟踪的更改",
283
288
  "Update Git": "更新 GIT",
289
+ "View Commit": "查看提交",
284
290
  "Would you like to add \"{0}\" to .gitignore?": "是否要将“{0}”添加到 .gitignore?",
285
291
  "Would you like to open the cloned repository, or add it to the current workspace?": "您是希望打开克隆的仓库,还是将其添加到当前工作区?",
286
292
  "Would you like to open the cloned repository?": "是否要打开已克隆仓库?",
@@ -304,7 +310,9 @@
304
310
  "[main] Using git \"{0}\" from \"{1}\"": "[main] 使用来自 \"{1}\" 的 git \"{0}\"",
305
311
  "[main] Validating found git in: \"{0}\"": "[main] 正在验证在以下位置找到的 git: \"{0}\"",
306
312
  "branches": "分支",
313
+ "in {0}": "{0} 后",
307
314
  "no": "否",
315
+ "now": "现在",
308
316
  "remote branches": "远程分支",
309
317
  "tags": "标记",
310
318
  "yes": "是",
@@ -331,10 +339,63 @@
331
339
  "{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} 发布 Branch",
332
340
  "{0} Sync Changes{1}{2}": "{0} 同步更改 {1}{2}",
333
341
  "{0} characters over {1} in current line": "当前行比 {1} 超出 {0} 个字符",
342
+ "{0} day": "{0} 天",
343
+ "{0} day ago": "{0} 天前",
344
+ "{0} days": "{0} 天",
345
+ "{0} days ago": "{0} 天前",
346
+ "{0} hour": "{0} 小时",
347
+ "{0} hour ago": "{0} 小时前",
348
+ "{0} hours": "{0} 小时",
349
+ "{0} hours ago": "{0} 小时前",
350
+ "{0} hr": "{0} 小时",
351
+ "{0} hr ago": "{0} 小时前",
352
+ "{0} hrs": "{0} 小时",
353
+ "{0} hrs ago": "{0} 小时前",
354
+ "{0} min": "{0} 分钟",
355
+ "{0} min ago": "{0} 分钟前",
356
+ "{0} mins": "{0} 分钟",
357
+ "{0} mins ago": "{0} 分钟前",
358
+ "{0} minute": "{0} 分钟",
359
+ "{0} minute ago": "{0} 分钟前",
360
+ "{0} minutes": "{0} 分钟",
361
+ "{0} minutes ago": "{0} 分钟前",
362
+ "{0} mo": "{0} 个月",
363
+ "{0} mo ago": "{0} 个月前",
364
+ "{0} month": "{0} 个月",
365
+ "{0} month ago": "{0} 个月前",
366
+ "{0} months": "{0} 个月",
367
+ "{0} months ago": "{0} 个月前",
368
+ "{0} mos": "{0} 个月",
369
+ "{0} mos ago": "{0} 个月前",
370
+ "{0} sec": "{0} 秒",
371
+ "{0} sec ago": "{0} 秒前",
372
+ "{0} second": "{0} 秒",
373
+ "{0} second ago": "{0} 秒前",
374
+ "{0} seconds": "{0} 秒",
375
+ "{0} seconds ago": "{0} 秒前",
376
+ "{0} secs": "{0} 秒",
377
+ "{0} secs ago": "{0} 秒前",
378
+ "{0} week": "{0} 周",
379
+ "{0} week ago": "{0} 周前",
380
+ "{0} weeks": "{0} 周",
381
+ "{0} weeks ago": "{0} 周前",
382
+ "{0} wk": "{0} 周",
383
+ "{0} wk ago": "{0} 周前",
384
+ "{0} wks": "{0} 周",
385
+ "{0} wks ago": "{0} 周前",
386
+ "{0} year": "{0} 年",
387
+ "{0} year ago": "{0} 年前",
388
+ "{0} years": "{0} 年",
389
+ "{0} years ago": "{0} 年前",
390
+ "{0} yr": "{0} 年",
391
+ "{0} yr ago": "{0} 年前",
392
+ "{0} yrs": "{0} 年",
393
+ "{0} yrs ago": "{0} 年前",
334
394
  "{0} ↔ {1}": "{0} ↔ {1}"
335
395
  },
336
396
  "package": {
337
397
  "colors.added": "已添加资源的颜色。",
398
+ "colors.blameEditorDecoration": "追溯编辑器修饰的颜色。",
338
399
  "colors.conflict": "存在冲突的资源的颜色。",
339
400
  "colors.deleted": "已删除资源的颜色。",
340
401
  "colors.ignored": "已忽略资源的颜色。",
@@ -356,9 +417,10 @@
356
417
  "command.branchFrom": "从现有来源创建新的分支...",
357
418
  "command.checkout": "签出到...",
358
419
  "command.checkoutDetached": "签出到(已分离)…",
420
+ "command.checkoutRef": "签出",
359
421
  "command.checkoutRefDetached": "签出(已分离)",
360
422
  "command.cherryPick": "挑拣…",
361
- "command.cherryPickAbort": "Abort Cherry Pick",
423
+ "command.cherryPickAbort": "中止挑拣",
362
424
  "command.cherryPickRef": "挑拣",
363
425
  "command.clean": "放弃更改",
364
426
  "command.cleanAll": "放弃所有更改",
@@ -399,8 +461,8 @@
399
461
  "command.deleteRemoteTag": "删除远程标记...",
400
462
  "command.deleteTag": "删除标签...",
401
463
  "command.fetch": "抓取",
402
- "command.fetchAll": "从所有远程存储库中拉取",
403
- "command.fetchPrune": "获取 (删除)",
464
+ "command.fetchAll": "从所有远程存储库中抓取",
465
+ "command.fetchPrune": "抓取(删除)",
404
466
  "command.git.acceptMerge": "完成合并",
405
467
  "command.git.openMergeEditor": "在合并编辑器中解析",
406
468
  "command.git.runGitMerge": "计算与 Git 冲突",
@@ -490,9 +552,13 @@
490
552
  "config.autoRepositoryDetection.subFolders": "扫描当前打开文件夹的子文件夹。",
491
553
  "config.autoRepositoryDetection.true": "扫描当前打开文件夹与当前打开文件所在文件夹的子文件夹。",
492
554
  "config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
493
- "config.autofetch": "若设置为 true,则自动从当前 Git 仓库的默认远程仓库提取提交。若设置为“全部”,则从所有远程仓库进行提取。",
555
+ "config.autofetch": "若设置为 true,则自动从当前 Git 仓库的默认远程仓库抓取提交。若设置为“全部”,则从所有远程仓库进行抓取。",
494
556
  "config.autofetchPeriod": "在启用“#git.autofetch#”情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
495
557
  "config.autorefresh": "是否启用自动刷新。",
558
+ "config.blameEditorDecoration.enabled": "控制是否使用编辑器修饰在编辑器中显示追溯信息。",
559
+ "config.blameEditorDecoration.template": "追溯信息编辑器修饰的模板。支持的变量:\r\n\r\n* `hash`: 提交哈希\r\n\r\n* `hashShort`: 提交哈希的前 8 个字符\r\n\r\n* `subject`: 提交消息的第一行\r\n\r\n* `authorName`: 作者姓名\r\n\r\n* `authorEmail`: 作者电子邮件地址\r\n\r\n* `authorDate`: 作者日期\r\n\r\n* `authorDateAgo`: 现在和作者日期之间的时间差\r\n\r\n",
560
+ "config.blameStatusBarItem.enabled": "控制是否在状态栏中显示追溯信息。",
561
+ "config.blameStatusBarItem.template": "追溯信息状态栏项的模板。支持的变量:\r\n\r\n* `hash`: 提交哈希\r\n\r\n* `hashShort`: 提交哈希的前 8 个字符\r\n\r\n* `subject`: 提交消息的第一行\r\n\r\n* `authorName`: 作者姓名\r\n\r\n* `authorEmail`: 作者电子邮件地址\r\n\r\n* `authorDate`: 作者日期\r\n\r\n* `authorDateAgo`: 现在和作者日期之间的时间差\r\n\r\n",
496
562
  "config.branchPrefix": "创建新分支时使用的前缀。",
497
563
  "config.branchProtection": "受保护分支的列表。默认情况下,在将更改提交到受保护分支之前会显示提示。可以使用 `#git.branchProtectionPrompt#` 设置控制提示。",
498
564
  "config.branchProtectionPrompt": "控制是否在将更改提交到受保护的分支之前显示提示。",
@@ -16,7 +16,7 @@
16
16
  "copyCellOutput.title": "复制单元格输出",
17
17
  "description": "为打开和读取 Jupyter 的 .ipynb 笔记本文件提供基本支持",
18
18
  "displayName": ".ipynb 支持",
19
- "ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
19
+ "ipynb.experimental.serialization": "用于在工作线程中序列化 Jupyter 笔记本的试验性功能。",
20
20
  "ipynb.pasteImagesAsAttachments.enabled": "启用/禁用将图像粘贴到 ipynb 笔记本文件中的 Markdown 单元格中。粘贴的图像会作为附件插入到单元格。",
21
21
  "markdownAttachmentRenderer.displayName": "Markdown-It ipynb 单元格附件呈现器",
22
22
  "newUntitledIpynb.shortTitle": "Jupyter Notebook",
@@ -12,8 +12,8 @@
12
12
  "$ref '{0}' in '{1}' can not be resolved.": "无法解析“{1}”中的 $ref“{0}”。",
13
13
  "<empty>": "<empty>",
14
14
  "A default value. Used by suggestions.": "默认值。由建议使用。",
15
- "A descriptive title of the element.": "元素的描述性标题。",
16
- "A long description of the element. Used in hover menus and suggestions.": "元素的长描述。在悬停菜单和建议中使用。",
15
+ "A descriptive title of the schema.": "架构的描述性标题。",
16
+ "A long description of the schema. Used in hover menus and suggestions.": "对架构较长的描述。在悬停菜单和建议中使用。",
17
17
  "A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "属性名称到属性名称数组或架构的映射。属性名称数组表示键中命名的属性需要对象中存在该数组中的属性,它才能有效。如果该值是架构,则仅当键中的属性存在于对象上时,架构才会应用于对象。",
18
18
  "A map of property names to schemas for each property.": "属性名称到每个属性的架构的映射。",
19
19
  "A map of regular expressions on property names to schemas for matching properties.": "属性名的常规表达式映射到匹配属性的架构。",
@@ -43,14 +43,14 @@
43
43
  "Configured in workspace settings": "已在工作区设置中配置",
44
44
  "Default value": "默认值",
45
45
  "Describes the content encoding of a string property.": "描述字符串属性的内容编码。",
46
- "Describes the format expected for the value.": "描述值预期的格式。",
46
+ "Describes the format expected for the value. By default, not used for validation": "描述值预期的格式。默认情况下,不用于验证",
47
47
  "Describes the media type of a string property.": "描述字符串属性的媒体类型。",
48
48
  "Downloading schemas is disabled through setting '{0}'": "已通过设置“{0}”禁用下载架构",
49
49
  "Downloading schemas is disabled. Click to configure.": "已禁用下载架构。单击以进行配置。",
50
50
  "Draft-03 schemas are not supported.": "不支持 Draft-03 架构。",
51
51
  "Duplicate anchor declaration: '{0}'": "重复的定位点声明:“{0}”",
52
52
  "Duplicate object key": "重复的对象键",
53
- "Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "架构或布尔值。如果是架构,则用于验证与 \"properties\" \"patternProperties\" 不匹配的所有属性。如果为 false,则与两者中任一不匹配的任何属性都将导致此架构失败。",
53
+ "Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "架构或布尔值。如果是架构,则用于验证与“properties”、“propertyNames”或“patternProperties”不匹配的所有属性。如果为 false,则 adajacent 关键字未定义的任何属性都将导致此架构失败。",
54
54
  "Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "基本架构类型之一的字符串(数字、整数、null、数组、对象、布尔值、字符串)或指定这些类型的子集的字符串数组。",
55
55
  "End of file expected.": "预期为文件结尾。",
56
56
  "Expected a JSON object, array or literal.": "应为 JSON 对象、数组或文本。",
@@ -58,7 +58,7 @@
58
58
  "Expected comma or closing brace": "预期为逗号或右大括号",
59
59
  "Expected comma or closing bracket": "应有逗号或右中括号",
60
60
  "Failed to sort the JSONC document, please consider opening an issue.": "无法对 JSONC 文档进行排序,请考虑打开问题。",
61
- "For arrays, only when items is set as an array. If it is a schema, then this schema validates items after the ones specified by the items array. If it is false, then additional items will cause validation to fail.": "对于数组,仅当项设置为数组时。如果它是架构,则此架构在项数组指定的项之后验证项。如果为 false,则其他项将导致验证失败。",
61
+ "For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "对于数组,仅当项设置为数组时。如果项是架构,则此架构将在项架构指定的项之后验证项。如果为 false,则其他项将导致验证失败。",
62
62
  "For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "对于数组。可以是用于验证每个元素的架构,也可以是要根据顺序验证每个项的架构数组(第一个架构将验证第一个元素,第二个架构将验证第二个元素,依此类推)。",
63
63
  "If all of the items in the array must be unique. Defaults to false.": "数组中的所有项是否都必须是唯一的。默认为 false。",
64
64
  "If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "如果实例是对象,则此关键字将验证实例中的每个属性名称是否针对提供的架构进行了验证。",
@@ -118,7 +118,7 @@
118
118
  "String is not an e-mail address.": "字符串不是电子邮件地址。",
119
119
  "String is shorter than the minimum length of {0}.": "字符串短于最小长度 {0}。",
120
120
  "The \"else\" subschema is used for validation when the \"if\" subschema fails.": "当“if”子架构失败时,使用“else”子架构进行验证。",
121
- "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "当“if”子架构成功时,“if”子架构会用于验证。",
121
+ "The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "当“if”子架构成功时,“then”子架构会用于验证。",
122
122
  "The maximum length of a string.": "字符串的最大长度。",
123
123
  "The maximum number of items that can be inside an array. Inclusive.": "可以位于数组内的最大项数(包含)。",
124
124
  "The maximum number of properties an object can have. Inclusive.": "对象可以具有的最大属性数(包含)。",
@@ -34,13 +34,16 @@
34
34
  "Follow link": "转到链接",
35
35
  "Go to link definition": "转到链接定义",
36
36
  "Header does not exist in file: {0}": "文件中不存在标头: {0}",
37
+ "Insert Markdown Audio": "插入 Markdown 音频",
37
38
  "Insert Markdown Image": "插入 Markdown 图像",
38
39
  "Insert Markdown Images": "插入 Markdown 图像",
39
40
  "Insert Markdown Images and Links": "插入 Markdown 图像和链接",
40
41
  "Insert Markdown Link": "插入 Markdown 链接",
41
42
  "Insert Markdown Links": "插入 Markdown 链接",
42
43
  "Insert Markdown Media": "插入 Markdown 媒体",
44
+ "Insert Markdown Media and Images": "插入 Markdown 媒体和图像",
43
45
  "Insert Markdown Media and Links": "插入 Markdown 媒体和链接",
46
+ "Insert Markdown Video": "插入 Markdown 视频",
44
47
  "Insert image": "插入映像",
45
48
  "Insert link": "插入链接",
46
49
  "Link definition for '{0}' already exists": "“{0}”的链接定义已存在",
@@ -29,6 +29,9 @@
29
29
  "package": {
30
30
  "description": "Microsoft 身份验证提供程序",
31
31
  "displayName": "Microsoft 帐户",
32
+ "microsoft-authentication.implementation.description": "用于通过 Microsoft 帐户登录的身份验证实现。",
33
+ "microsoft-authentication.implementation.enumDescriptions.classic": "使用经典身份验证流通过 Microsoft 帐户登录。",
34
+ "microsoft-authentication.implementation.enumDescriptions.msal": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。",
32
35
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "自定义主权云的 Active Directory 终结点。",
33
36
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "自定义主权云的 Active Directory 资源 ID。",
34
37
  "microsoft-sovereign-cloud.customEnvironment.description": "用于 Microsoft 主权云身份验证提供程序的主权云的自定义配置。使用此功能需要将`#microsoft-sovereign-cloud.environment#`设置为“custom”。",
@@ -41,8 +44,7 @@
41
44
  "microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 美国政府",
42
45
  "microsoft-sovereign-cloud.environment.enumDescriptions.custom": "自定义 Microsoft 主权云",
43
46
  "signIn": "登录",
44
- "signOut": "注销",
45
- "useMsal.description": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。"
47
+ "signOut": "注销"
46
48
  }
47
49
  }
48
50
  }
@@ -0,0 +1,17 @@
1
+ {
2
+ "": [
3
+ "--------------------------------------------------------------------------------------------",
4
+ "Copyright (c) Microsoft Corporation. All rights reserved.",
5
+ "Licensed under the MIT License. See License.txt in the project root for license information.",
6
+ "--------------------------------------------------------------------------------------------",
7
+ "Do not edit this file. It is machine generated."
8
+ ],
9
+ "version": "1.0.0",
10
+ "contents": {
11
+ "package": {
12
+ "description": "用于为 zsh、bash 和 fish 终端添加终端完成的扩展。",
13
+ "displayName": "VS Code 的终端建议",
14
+ "view.name": "终端建议"
15
+ }
16
+ }
17
+ }
@@ -63,7 +63,7 @@
63
63
  "Go to Source Definition failed. Requires TypeScript 4.7+.": "转到源定义失败。需要 TypeScript 4.7 以上版本。",
64
64
  "Go to Source Definition failed. Unknown file type.": "转到源定义失败。未知文件类型。",
65
65
  "Go to Source Definition failed. Unsupported file type.": "转到源定义失败。不支持的文件类型。",
66
- "Initializing project '{0}'": "正在初始化项目“{0}”",
66
+ "Initializing '{0}'": "正在初始化“{0}”",
67
67
  "JS/TS IntelliSense Status": "JS/TS IntelliSense 状态",
68
68
  "JSDoc comment": "JSDoc 注释",
69
69
  "Learn More": "了解详细信息",
@@ -87,8 +87,6 @@
87
87
  "Please report an issue against Yarn PnP": "请针对 Yarn PnP 报告问题",
88
88
  "Please update your TypeScript version": "请更新 TypeScript 版本",
89
89
  "Project Wide IntelliSense not available": "Project Wide IntelliSense 不可用",
90
- "Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
91
- "Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
92
90
  "Remove Unused Imports": "删除未使用的导入",
93
91
  "Remove all unused code": "删除所有未使用的代码",
94
92
  "Report Issue": "报告问题",
@@ -139,27 +137,7 @@
139
137
  "{0} references": "{0} 个引用"
140
138
  },
141
139
  "package": {
142
- "codeActions.refactor.extract.constant.description": "将表达式提取为常量。",
143
- "codeActions.refactor.extract.constant.title": "分离常量",
144
- "codeActions.refactor.extract.function.description": "将表达式提取到方法或函数。",
145
- "codeActions.refactor.extract.function.title": "提取函数",
146
- "codeActions.refactor.extract.interface.description": "将类型提取到接口。",
147
- "codeActions.refactor.extract.interface.title": "提取接口",
148
- "codeActions.refactor.extract.type.description": "将类型提取为类型别名。",
149
- "codeActions.refactor.extract.type.title": "提取类型",
150
- "codeActions.refactor.move.newFile.description": "将表达式移动到新文件。",
151
- "codeActions.refactor.move.newFile.title": "移动到新的文件",
152
- "codeActions.refactor.rewrite.arrow.braces.description": "在箭头函数中添加或删除大括号。",
153
- "codeActions.refactor.rewrite.arrow.braces.title": "重写箭头大括号",
154
- "codeActions.refactor.rewrite.export.description": "在默认导出和命名导出之间进行转换。",
155
- "codeActions.refactor.rewrite.export.title": "转换导出",
156
- "codeActions.refactor.rewrite.import.description": "在命名导入和命名空间导入之间进行转换。",
157
- "codeActions.refactor.rewrite.import.title": "转换导入",
158
- "codeActions.refactor.rewrite.parameters.toDestructured.title": "将参数转换为析构对象",
159
- "codeActions.refactor.rewrite.property.generateAccessors.description": "生成 \"get\" 和 \"set\" 访问器",
160
- "codeActions.refactor.rewrite.property.generateAccessors.title": "生成访问器",
161
- "codeActions.source.organizeImports.title": "整理 import 语句",
162
- "configuration.expandableHover": "(实验性)悬停时启用/禁用展开。",
140
+ "configuration.expandableHover": "启用/禁用悬停时展开。",
163
141
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
164
142
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
165
143
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
@@ -188,7 +166,7 @@
188
166
  "configuration.suggest.objectLiteralMethodSnippets.enabled": "启用/禁用对象文本中的方法的代码片段补全。",
189
167
  "configuration.suggest.paths": "在 import 语句和 require 调用中,启用或禁用路径建议。",
190
168
  "configuration.surveys.enabled": "启用或禁用偶尔出现的有关 JavaScript 和 TypeScript 的调查,帮助我们改善 VS Code 对两者的支持。",
191
- "configuration.tsserver.experimental.enableProjectDiagnostics": "(实验性)启用项目范围的错误报告。",
169
+ "configuration.tsserver.experimental.enableProjectDiagnostics": "启用项目范围的错误报告。",
192
170
  "configuration.tsserver.maxTsServerMemory": "要分配给 TypeScript 服务器进程) 以 MB 为 (的最大内存量。如果要使用大于 4 GB 的内存限制,请使用 `#typescript.tsserver.nodePath#` 运行具有自定义节点安装的 TS Server。",
193
171
  "configuration.tsserver.nodePath": "在自定义节点安装上运行 TS 服务器。如果希望 VS Code 检测节点安装,则可以是节点可执行文件的路径,也可以是 “node”。",
194
172
  "configuration.tsserver.useSeparateSyntaxServer": "启用/禁用生成可更快地响应语法相关操作的单独 TypeScript 服务器,例如计算折叠或计算文档符号。",
@@ -198,14 +176,14 @@
198
176
  "configuration.tsserver.useSyntaxServer.auto": "生成一个完整的服务器和一个专用于语法运算的轻量级服务器。语法服务器用于加快语法运算并在加载项目时提供 IntelliSense。",
199
177
  "configuration.tsserver.useSyntaxServer.never": "请不要使用专用的语法服务器。使用单个服务器来处理所有 IntelliSense 运算。",
200
178
  "configuration.tsserver.useVsCodeWatcher": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
201
- "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
179
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "请改用 `#typescript.tsserver.watchOptions#` 设置。",
202
180
  "configuration.tsserver.watchOptions": "配置应使用哪些监视策略来跟踪文件和目录。",
203
181
  "configuration.tsserver.watchOptions.fallbackPolling": "使用文件系统事件时,此选项指定当系统用完本机文件观察程序和/或不支持本机文件观察程序时使用的轮询策略。",
204
182
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "使用动态队列,在该队列中,较少检查不经常修改的文件。",
205
183
  "configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "以固定间隔每秒多次检查每个文件的更改。",
206
184
  "configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "每秒检查每个文件有无多次更改,但使用启发式方法检查某些类型的文件的频率低于其他文件类型。",
207
185
  "configuration.tsserver.watchOptions.synchronousWatchDirectory": "禁用目录上的延迟监视。当可能同时发生大量文件更改(例如,运行 npm install 导致的 node_modules 更改)时,延迟监视非常有用,但是对于一些不太常见的设置,可能需要使用此标志将其禁用。",
208
- "configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
186
+ "configuration.tsserver.watchOptions.vscode": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
209
187
  "configuration.tsserver.watchOptions.watchDirectory": "在缺乏递归文件监视功能的系统中监视整个目录树的策略。",
210
188
  "configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "使用动态队列,其中较少修改的目录将较少检查。",
211
189
  "configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "定期轮询区块中的目录。",
@@ -222,7 +200,7 @@
222
200
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
223
201
  "configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
224
202
  "configuration.typescript": "TypeScript",
225
- "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
203
+ "configuration.updateImportsOnPaste": "在粘贴代码时启用更新导入。需要 TypeScript 5.7+。\r\n\r\n默认情况下,这将显示在粘贴后更新导入的选项。可以使用 `#editor.pasteAs.preferences#` 设置在粘贴时自动更新导入: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`。",
226
204
  "description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
227
205
  "displayName": "JavaScript 和 TypeScript 的语言功能",
228
206
  "format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",
@@ -251,7 +229,7 @@
251
229
  "inlayHints.parameterNames.none": "禁用参数名称提示。",
252
230
  "javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
253
231
  "javascript.goToProjectConfig.title": "转到项目配置(jsconfig/tsconfig)",
254
- "javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `javascript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
232
+ "javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型在属性名称后插入 `={}` `=\"\"`。请参见 `#javascript.preferences.quoteStyle#`,控制用于字符串属性的引号样式。",
255
233
  "javascript.preferences.organizeImports": "控制导入顺序的高级首选项。",
256
234
  "javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
257
235
  "javascript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 JavaScript 文件中对所有函数的 CodeLens 引用。",
@@ -270,7 +248,7 @@
270
248
  "typescript.implementationsCodeLens.enabled": "启用或禁用实现 CodeLens。此 CodeLens 显示接口的实现。",
271
249
  "typescript.implementationsCodeLens.showOnInterfaceMethods": "在接口方法上启用/禁用 CodeLens 实现。",
272
250
  "typescript.locale": "设置在报告 JavaScript 和 TypeScript 错误时使用的区域设置。默认使用 VS Code 的区域设置。",
273
- "typescript.locale.auto": "使用 VS Code 配置的显示语言",
251
+ "typescript.locale.auto": "使用 VS Code 配置的显示语言。",
274
252
  "typescript.npm": "指定为 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 使用的 npm 可执行文件的路径。",
275
253
  "typescript.openTsServerLog.title": "打开 TS 服务器日志",
276
254
  "typescript.preferences.autoImportFileExcludePatterns": "从自动导入中排除指定文件的 glob 模式。相对路径是相对于工作区进行解析的。使用 tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude)语义计算模式。",
@@ -291,21 +269,27 @@
291
269
  "typescript.preferences.includePackageJsonAutoImports.off": "从不搜索依赖项。",
292
270
  "typescript.preferences.includePackageJsonAutoImports.on": "始终搜索依赖项。",
293
271
  "typescript.preferences.jsxAttributeCompletionStyle": "JSX 属性完成的首选样式。",
294
- "typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `typescript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
272
+ "typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型在属性名称后插入 `={}` `=\"\"`。请参见 `#typescript.preferences.quoteStyle#`,控制用于字符串属性的引号样式。",
295
273
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "在属性名称后插入 `={}`。",
296
274
  "typescript.preferences.jsxAttributeCompletionStyle.none": "仅插入属性名称。",
297
275
  "typescript.preferences.organizeImports": "控制导入顺序的高级首选项。",
298
- "typescript.preferences.organizeImports.accentCollation": "将带变音符号的字符与基本字符比较,将二者视为不相等。",
299
- "typescript.preferences.organizeImports.caseFirst": "指示大写是否在小写前面。仅适用于 `organizeImportsCollation: 'unicode'`。",
276
+ "typescript.preferences.organizeImports.accentCollation": "需要 `organizeImports.unicodeCollation: 'unicode'`。将带变音符号的字符与基本字符比较,将二者视为不相等。",
277
+ "typescript.preferences.organizeImports.caseFirst": "需要 `organizeImports.unicodeCollation: 'unicode'`,而 `organizeImports.caseSensitivity` 不是 `caseInsensitive`。指示大写是否排列在小写前面。",
278
+ "typescript.preferences.organizeImports.caseFirst.default": "`locale` 指定的默认顺序。",
279
+ "typescript.preferences.organizeImports.caseFirst.lower": "小写放在大写前面。例如 ` a, A, z, Z`。",
280
+ "typescript.preferences.organizeImports.caseFirst.upper": "大写放在小写前面。例如 ` A, a, B, b`。",
281
+ "typescript.preferences.organizeImports.caseSensitivity": "指定如何根据大小写区分对导入进行排序。如果 `auto` 或未指定,我们将根据每个文件检测大小写区分",
300
282
  "typescript.preferences.organizeImports.caseSensitivity.auto": "检测导入排序是否区分大小写。",
301
283
  "typescript.preferences.organizeImports.caseSensitivity.insensitive": "按区分大小写的方式对导入进行排序。",
302
284
  "typescript.preferences.organizeImports.caseSensitivity.sensitive": "按区分大小写的方式对导数进行排序。",
303
- "typescript.preferences.organizeImports.locale": "替代用于排序规则的区域设置。指定 `auto` 以使用 UI 区域设置。仅适用于 `organizeImportsCollation: 'unicode'`。",
304
- "typescript.preferences.organizeImports.numericCollation": "按整数值对数值字符串进行排序。",
285
+ "typescript.preferences.organizeImports.locale": "需要 `organizeImports.unicodeCollation: 'unicode'`。替代用于排序规则的区域设置。指定 `auto` 以使用 UI 区域设置。",
286
+ "typescript.preferences.organizeImports.numericCollation": "需要 `organizeImports.unicodeCollation: 'unicode'`。按整数值对数值字符串进行排序。",
287
+ "typescript.preferences.organizeImports.typeOrder": "指定应如何对仅类型命名的导入进行排序。",
305
288
  "typescript.preferences.organizeImports.typeOrder.auto": "检测应在何处对仅类型命名的导入进行排序。",
306
- "typescript.preferences.organizeImports.typeOrder.first": "将仅类型命名导入排序到导入列表末尾。",
307
- "typescript.preferences.organizeImports.typeOrder.inline": "命名导入仅按名称排序。",
308
- "typescript.preferences.organizeImports.typeOrder.last": "将仅类型命名导入排序到导入列表末尾。",
289
+ "typescript.preferences.organizeImports.typeOrder.first": "将仅类型命名导入排序到导入列表开头。例如,`import { type A, type Y, B, Z } from 'module';`",
290
+ "typescript.preferences.organizeImports.typeOrder.inline": "命名导入仅按名称排序。例如,`import { type A, B, type Y, Z } from 'module';`",
291
+ "typescript.preferences.organizeImports.typeOrder.last": "将仅类型命名导入排序到导入列表末尾。例如,`import { B, Z, type A, type Y } from 'module';`",
292
+ "typescript.preferences.organizeImports.unicodeCollation": "指定是使用 Unicode 还是序号排序规则对导入进行排序。",
309
293
  "typescript.preferences.organizeImports.unicodeCollation.ordinal": "使用每个码位元素的数值对导入进行排序。",
310
294
  "typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode 代码排序规则对导入进行排序。",
311
295
  "typescript.preferences.preferTypeOnlyAutoImports": "尽可能在自动导入中包含 `type` 关键字。要求在工作区中使用 TypeScript 5.3+。",