@codingame/monaco-vscode-language-pack-zh-hans 11.1.2 → 12.0.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": "11.1.2",
3
+ "version": "12.0.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@11.1.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@12.0.0"
22
22
  }
23
23
  }
@@ -262,7 +262,7 @@
262
262
  "css.format.maxPreserveNewLines.desc": "启用 `#css.format.preserveNewLines#` 后要在一个区块中保留的最大换行符数。",
263
263
  "css.format.newlineBetweenRules.desc": "用空白行分隔规则集。",
264
264
  "css.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
265
- "css.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
265
+ "css.format.preserveNewLines.desc": "是否应保留规则和声明之前的现有换行符。",
266
266
  "css.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
267
267
  "css.hover.documentation": "在 CSS 悬停中显示属性和值文档。",
268
268
  "css.hover.references": "在 CSS 悬停时显示 MDN 的引用。",
@@ -300,7 +300,7 @@
300
300
  "less.format.maxPreserveNewLines.desc": "启用 `#less.format.preserveNewLines#` 后要在一个区块中保留的最大换行符数。",
301
301
  "less.format.newlineBetweenRules.desc": "用空白行分隔规则集。",
302
302
  "less.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
303
- "less.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
303
+ "less.format.preserveNewLines.desc": "是否应保留规则和声明之前的现有换行符。",
304
304
  "less.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
305
305
  "less.hover.documentation": "在 LESS 悬停中显示属性和值文档。",
306
306
  "less.hover.references": "在 LESS 悬停时显示 MDN 的引用。",
@@ -335,7 +335,7 @@
335
335
  "scss.format.maxPreserveNewLines.desc": "启用 `#scss.format.preserveNewLines#` 后要在一个区块中保留的最大换行符数。",
336
336
  "scss.format.newlineBetweenRules.desc": "用空白行分隔规则集。",
337
337
  "scss.format.newlineBetweenSelectors.desc": "用新行分隔选择器。",
338
- "scss.format.preserveNewLines.desc": "是否应保留元素之前的现有换行符。",
338
+ "scss.format.preserveNewLines.desc": "是否应保留规则和声明之前的现有换行符。",
339
339
  "scss.format.spaceAroundSelectorSeparator.desc": "确保选择器分隔符 '>'、'+'、'~' (例如 `a > b`)周围有空格字符。",
340
340
  "scss.hover.documentation": "在 SCSS 悬停中显示属性和值文档。",
341
341
  "scss.hover.references": "在 SCSS 悬停时显示 MDN 的引用。",
@@ -21,7 +21,6 @@
21
21
  "Add remote from URL": "从 URL 添加远程存储库",
22
22
  "Add remote from {0}": "从 {0} 添加远程存储库",
23
23
  "Add to Workspace": "添加到工作区",
24
- "All Changes ({0} ↔ {1})": "所有更改({0} ↔ {1})",
25
24
  "All Repositories": "所有存储库",
26
25
  "Always": "始终",
27
26
  "Always Pull": "始终拉取",
@@ -85,7 +84,9 @@
85
84
  "Conflict: Both Modified": "冲突: 两个都已修改",
86
85
  "Conflict: Deleted By Them": "冲突: 已由他们删除",
87
86
  "Conflict: Deleted By Us": "冲突: 已由我们删除",
87
+ "Continue Merge": "继续合并",
88
88
  "Continue Rebase": "继续变基",
89
+ "Continuing Merge...": "正在继续合并...",
89
90
  "Continuing Rebase...": "正在继续变基...",
90
91
  "Copy Commit Hash": "复制提交哈希",
91
92
  "Could not clone your repository as Git is not installed.": "无法克隆存储库,因为未安装 Git。",
@@ -171,6 +172,7 @@
171
172
  "Open Merge": "打开合并",
172
173
  "Open Repositories In Parent Folders": "在父文件夹中打开存储库",
173
174
  "Open Repository": "打开仓库",
175
+ "Open Settings": "打开“设置”",
174
176
  "Open in New Window": "在新窗口中打开",
175
177
  "Optionally provide a stash message": "提供储藏消息(可选)",
176
178
  "Passphrase": "密码",
@@ -262,7 +264,8 @@
262
264
  "The repository does not have any untracked changes.": "存储库没有任何未跟踪的更改。",
263
265
  "The selection range does not contain any changes.": "选择范围未包含任何更改。",
264
266
  "There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "安装的 Git \"{0}\" 存在已知问题。要使 Git 功能正常工作,请至少将 Git 更新到 2.27 版本。",
265
- "There are merge conflicts. Resolve them before committing.": "存在合并冲突。请在提交之前解决这些冲突。",
267
+ "There are merge conflicts while applying the stash. Please resolve them before committing your changes.": "应用储藏时存在合并冲突。请先解决这些问题,然后再提交更改。",
268
+ "There are merge conflicts. Please resolve them before committing your changes.": "存在合并冲突。请先解决这些问题,然后再提交更改。",
266
269
  "There are no available repositories": "没有可用存储库",
267
270
  "There are no changes to commit.": "没有要提交的更改。",
268
271
  "There are no changes to stash.": "没有要储藏的更改。",
@@ -272,7 +275,6 @@
272
275
  "There are {0} unsaved files.\n\nWould you like to save them before committing?": "当前有 {0} 个文件尚未保存。\n\n您要在提交之前保存吗?",
273
276
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "有 {0} 个文件尚未保存。\n\n要在储藏之前保存吗?",
274
277
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
275
- "There were merge conflicts while applying the stash.": "在应用储藏时存在合并冲突。",
276
278
  "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "挑拣更改时出现合并冲突。在提交冲突之前解决冲突。",
277
279
  "This action will pull and push commits from and to \"{0}/{1}\".": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
278
280
  "This repository has no remotes configured to fetch from.": "此仓库未配置可以从中抓取的远程仓库。",
@@ -286,7 +288,6 @@
286
288
  "Untracked": "未跟踪的",
287
289
  "Untracked Changes": "未跟踪的更改",
288
290
  "Update Git": "更新 GIT",
289
- "View Commit": "查看提交",
290
291
  "Would you like to add \"{0}\" to .gitignore?": "是否要将“{0}”添加到 .gitignore?",
291
292
  "Would you like to open the cloned repository, or add it to the current workspace?": "您是希望打开克隆的仓库,还是将其添加到当前工作区?",
292
293
  "Would you like to open the cloned repository?": "是否要打开已克隆仓库?",
@@ -343,6 +344,10 @@
343
344
  "{0} day ago": "{0} 天前",
344
345
  "{0} days": "{0} 天",
345
346
  "{0} days ago": "{0} 天前",
347
+ "{0} deletions{1}": "{0} 个删除{1}",
348
+ "{0} deletion{1}": "{0} 个删除{1}",
349
+ "{0} file changed": "已更改 {0} 个文件",
350
+ "{0} files changed": "已更改 {0} 个文件",
346
351
  "{0} hour": "{0} 小时",
347
352
  "{0} hour ago": "{0} 小时前",
348
353
  "{0} hours": "{0} 小时",
@@ -351,6 +356,8 @@
351
356
  "{0} hr ago": "{0} 小时前",
352
357
  "{0} hrs": "{0} 小时",
353
358
  "{0} hrs ago": "{0} 小时前",
359
+ "{0} insertions{1}": "{0} 个插入{1}",
360
+ "{0} insertion{1}": "{0} 个插入{1}",
354
361
  "{0} min": "{0} 分钟",
355
362
  "{0} min ago": "{0} 分钟前",
356
363
  "{0} mins": "{0} 分钟",
@@ -413,15 +420,14 @@
413
420
  "command.api.getRemoteSources": "获取远程源",
414
421
  "command.api.getRepositories": "获取存储库",
415
422
  "command.api.getRepositoryState": "获取仓库状态",
423
+ "command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
424
+ "command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
416
425
  "command.branch": "创建分支...",
417
426
  "command.branchFrom": "从现有来源创建新的分支...",
418
427
  "command.checkout": "签出到...",
419
428
  "command.checkoutDetached": "签出到(已分离)…",
420
- "command.checkoutRef": "签出",
421
- "command.checkoutRefDetached": "签出(已分离)",
422
429
  "command.cherryPick": "挑拣…",
423
430
  "command.cherryPickAbort": "中止挑拣",
424
- "command.cherryPickRef": "挑拣",
425
431
  "command.clean": "放弃更改",
426
432
  "command.cleanAll": "放弃所有更改",
427
433
  "command.cleanAllTracked": "放弃所有跟踪的更改",
@@ -467,6 +473,11 @@
467
473
  "command.git.openMergeEditor": "在合并编辑器中解析",
468
474
  "command.git.runGitMerge": "计算与 Git 冲突",
469
475
  "command.git.runGitMergeDiff3": "计算与 Git 冲突(Diff3)",
476
+ "command.graphCheckout": "签出",
477
+ "command.graphCheckoutDetached": "签出(已分离)",
478
+ "command.graphCherryPick": "挑拣",
479
+ "command.graphDeleteBranch": "删除分支",
480
+ "command.graphDeleteTag": "删除标签",
470
481
  "command.ignore": "添加到 .gitignore",
471
482
  "command.init": "初始化仓库",
472
483
  "command.manageUnsafeRepositories": "管理不安全的存储库",
@@ -537,11 +548,10 @@
537
548
  "command.unstage": "取消暂存更改",
538
549
  "command.unstageAll": "取消暂存所有更改",
539
550
  "command.unstageSelectedRanges": "取消暂存所选范围",
540
- "command.viewAllChanges": "查看所有更改",
541
- "command.viewChanges": "查看更改",
542
- "command.viewCommit": "查看提交",
543
- "command.viewStagedChanges": "查看暂存的更改",
544
- "command.viewUntrackedChanges": "查看未跟踪的更改",
551
+ "command.viewChanges": "打开更改",
552
+ "command.viewCommit": "打开提交",
553
+ "command.viewStagedChanges": "打开暂存更改",
554
+ "command.viewUntrackedChanges": "打开未跟踪的更改",
545
555
  "config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
546
556
  "config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
547
557
  "config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
@@ -556,9 +566,9 @@
556
566
  "config.autofetchPeriod": "在启用“#git.autofetch#”情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
557
567
  "config.autorefresh": "是否启用自动刷新。",
558
568
  "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",
569
+ "config.blameEditorDecoration.template": "追溯信息编辑器修饰的模板。支持的变量:\r\n\r\n*“hash”: 提交哈希\r\n\r\n*“hashShort”:根据“#git.commitShortHashLength#”的提交哈希的前 N 个字符\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
570
  "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",
571
+ "config.blameStatusBarItem.template": "追溯信息状态栏项的模板。支持的变量:\r\n\r\n*“hash”: 提交哈希\r\n\r\n*“hashShort”:根据“#git.commitShortHashLength#”的提交哈希的前 N 个字符\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",
562
572
  "config.branchPrefix": "创建新分支时使用的前缀。",
563
573
  "config.branchProtection": "受保护分支的列表。默认情况下,在将更改提交到受保护分支之前会显示提示。可以使用 `#git.branchProtectionPrompt#` 设置控制提示。",
564
574
  "config.branchProtectionPrompt": "控制是否在将更改提交到受保护的分支之前显示提示。",
@@ -580,6 +590,7 @@
580
590
  "config.checkoutType.tags": "标记",
581
591
  "config.closeDiffOnOperation": "控制在储藏、提交、放弃、暂存或取消暂存更改时,是否应自动关闭差异编辑器。",
582
592
  "config.commandsToLog": "GIT 命令列表 (例如: commit、push),这些命令的 `stdout` 将被记录到 [git 输出](command:git.showOutput)。如果 GIT 命令配置了客户端挂钩,那么客户端挂钩的 `stdout` 也将被记录到 [git 输出](command:git.showOutput)。",
593
+ "config.commitShortHashLength": "控制提交短哈希的长度。",
583
594
  "config.confirmEmptyCommits": "始终确认为 \"Git: Commit Empty\" 命令创建空提交。",
584
595
  "config.confirmForcePush": "控制在强制推送前是否进行确认。",
585
596
  "config.confirmNoVerifyCommit": "控制是否在提交前要求确认而不进行验证。",
@@ -699,7 +710,7 @@
699
710
  "view.workbench.scm.closedRepositories": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
700
711
  "view.workbench.scm.closedRepository": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
701
712
  "view.workbench.scm.disabled": "如果要使用 Git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 Git。\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
702
- "view.workbench.scm.empty": "为了使用 Git 功能,可打开包含 Git 仓库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆仓库](command:git.clone)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
713
+ "view.workbench.scm.empty": "为了使用 Git 功能,可打开包含 Git 仓库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆仓库](command:git.cloneRecursive)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
703
714
  "view.workbench.scm.emptyWorkspace": "当前打开的工作区中没有任何包含 Git 仓库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
704
715
  "view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个仓库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init?%5Btrue%5D)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
705
716
  "view.workbench.scm.missing": "安装 Git (一种流行的源代码管理系统),以跟踪代码更改并与他人协作。在我们的 [Git 指南](https://aka.ms/vscode-scm)中了解详细信息。",
@@ -22,6 +22,7 @@
22
22
  "Learn More": "了解详细信息",
23
23
  "Log level: {0}": "日志级别: {0}",
24
24
  "No": "否",
25
+ "No GitHub remotes found that contain this commit.": "找不到包含此提交的 GitHub 远程。",
25
26
  "No template": "无模板",
26
27
  "Open PR": "打开 PR",
27
28
  "Open on GitHub": "在 GitHub 上打开",
@@ -43,12 +44,18 @@
43
44
  "The fork \"{0}\" was successfully created on GitHub.": "已在 GitHub 上成功创建分支“{0}”。",
44
45
  "Uploading files": "正在上传文件",
45
46
  "You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "你没有在 GitHub 上推送到“{0}/{1}”的权限。是否要创建一个分支并改为推送到该分支?",
46
- "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "GitHub 拒绝了你对 \"{0}/{1}\" 的推送,因为已启用推送保护并检测到一个或多个机密。"
47
+ "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "GitHub 拒绝了你对 \"{0}/{1}\" 的推送,因为已启用推送保护并检测到一个或多个机密。",
48
+ "{0} Open on GitHub": "{0} 在 GitHub 上打开"
47
49
  },
48
50
  "package": {
51
+ "command.copyVscodeDevLink": "复制 vscode.dev 链接",
52
+ "command.openOnGitHub": "在 GitHub 上打开",
53
+ "command.openOnVscodeDev": "在 vscode.dev 中打开",
54
+ "command.publish": "发布到 GitHub",
49
55
  "config.branchProtection": "控制是否查询 GitHub 存储库的存储库规则",
50
56
  "config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
51
57
  "config.gitProtocol": "控制用于克隆 GitHub 仓库的协议",
58
+ "config.showAvatar": "Controls whether to show the GitHub avatar of the commit author in various hovers (ex: Git blame, Timeline, Source Control Graph, etc.)",
52
59
  "description": "适用于 VS Code 的 GitHub 功能",
53
60
  "displayName": "GitHub",
54
61
  "welcome.publishFolder": "可以直接将此文件夹发布到 GitHub 仓库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
@@ -103,6 +103,7 @@
103
103
  "Reference a definition hosted on any location.": "引用托管在任何位置的定义。",
104
104
  "Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "与特定架构关联的示例 JSON 值,用于说明用法。",
105
105
  "Schema Validated": "已验证架构",
106
+ "Schema not found: {0}": "找不到架构: {0}",
106
107
  "Select the schema to use for {0}": "选择要用于 {0} 的架构",
107
108
  "Show Schemas": "显示架构",
108
109
  "Sort JSON": "Sort JSON",
@@ -157,7 +158,8 @@
157
158
  "Value must be {0}.": "值必须为 {0}",
158
159
  "multiple JSON schemas configured": "已配置多个 JSON 架构",
159
160
  "no JSON schema configured": "未配置任何 JSON 架构",
160
- "only {0} document symbols shown for performance reasons": "仅 {0} 出于性能原因而显示的文档符号"
161
+ "only {0} document symbols shown for performance reasons": "仅 {0} 出于性能原因而显示的文档符号",
162
+ "{0} is a directory, not a file": "{0} 是目录,而不是文件"
161
163
  },
162
164
  "package": {
163
165
  "description": "为 JSON 文件提供丰富的语言支持",
@@ -22,10 +22,13 @@
22
22
  "Could not open {0}": "无法打开 {0}",
23
23
  "Disable": "禁用",
24
24
  "Disable preview security warning in this workspace": "在此工作区中取消预览安全警告",
25
+ "Disable validation of Markdown links": "禁用 Markdown 链接验证",
25
26
  "Does not affect the content security level": "不影响内容安全级别",
27
+ "Enable": "启用",
26
28
  "Enable loading content over http": "允许通过 http 载入内容",
27
29
  "Enable loading content over http served from localhost": "允许通过 http 载入来自 localhost 的内容",
28
30
  "Enable preview security warnings in this workspace": "在此工作区中启用预览安全警告",
31
+ "Enable validation of Markdown links": "启用 Markdown 链接验证",
29
32
  "Exclude '{0}' from link validation.": "从链接验证中排除 \"{0}\"。",
30
33
  "Extract to link definition": "提取到链接定义",
31
34
  "File does not exist at path: {0}": "路径中不存在文件: {0}",
@@ -52,6 +55,8 @@
52
55
  "Link is also defined here": "还在此处定义了链接",
53
56
  "Link to '# {0}' in '{1}'": "链接到“{1}”中的“# {0}”",
54
57
  "Link to '{0}'": "链接到“{0}”",
58
+ "Link validation disabled": "已禁用链接验证",
59
+ "Link validation enabled": "已启用链接验证",
55
60
  "Markdown Language Server": "Markdown 语言服务器",
56
61
  "Media": "媒体",
57
62
  "More Information": "更多信息",
@@ -80,7 +85,7 @@
80
85
  "package": {
81
86
  "configuration.copyIntoWorkspace.mediaFiles": "尝试将外部图像和视频文件复制到工作区。",
82
87
  "configuration.copyIntoWorkspace.never": "请勿将外部文件复制到工作区。",
83
- "configuration.markdown.copyFiles.destination": "配置通过复制/粘贴或拖放创建的文件的路径和文件名。这是与 Markdown 文档路径匹配的 glob 映射,映射到应在其中创建新文件的目标路径。\r\n\r\n目标路径可使用以下变量:\r\n\r\n- `${documentDirName}` - Markdown 文件的绝对父级目录路径,例如 `/Users/me/myProject/docs`。\r\n- `${documentRelativeDirName}` - Markdown 文档的相对父级目录路径,例如 `docs`。如果文件不是工作区的一部分,则与 `${documentDirName}` 相同。\r\n- `${documentFileName}` - Markdown 文档的完整文件名,例如 `README.md`。\r\n- `${documentBaseName}` - Markdown 文档的基名,例如 `README`。\r\n- `${documentExtName}` - Markdown 文档的扩展,例如 `md`。\r\n- `${documentFilePath}` - Markdown 文档的绝对路径,例如 `/Users/me/myProject/docs/README.md`。\r\n- `${documentRelativeFilePath}` - Markdown 文档的相对路径,例如 `docs/README.md`。如果文件不是工作区的一部分,则与 `${documentFilePath}` 相同。\r\n- `${documentWorkspaceFolder}` - Markdown 文档的工作区文件夹,例如 `/Users/me/myProject`。如果文件不是工作区的一部分,则与 `${documentDirName}` 相同。\r\n- `${fileName}` - 丢弃的文件的文件名,例如 `image.png`。\r\n- `${fileExtName}` - 丢弃的文件的扩展名,例如 `png`。",
88
+ "configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in seconds.",
84
89
  "configuration.markdown.copyFiles.overwriteBehavior": "控制通过放置或粘贴操作创建的文件是否应覆盖现有文件。",
85
90
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "如果已存在具有相同名称的文件,请向文件名追加一个数字,例如: `image.png` 变为 `image-1.png`。",
86
91
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "如果已存在具有相同名称的文件,则覆盖。",
@@ -139,6 +144,7 @@
139
144
  "markdown.editor.insertImageFromWorkspace": "从工作区插入映像",
140
145
  "markdown.editor.insertLinkFromWorkspace": "在工作区中插入文件链接",
141
146
  "markdown.findAllFileReferences": "查找文件引用",
147
+ "markdown.openImage.title": "打开图像",
142
148
  "markdown.preview.breaks.desc": "设置换行符在 Markdown 预览中的呈现方式。如果将其设置为“true”,则将为段落内的新行创建一个“<br>”。",
143
149
  "markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击以切换到编辑器。",
144
150
  "markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
@@ -10,10 +10,11 @@
10
10
  "contents": {
11
11
  "bundle": {
12
12
  "Error validating custom environment setting: {0}": "验证自定义环境设置时出错: {0}",
13
- "Having trouble logging in?": "登录时遇到问题?",
13
+ "Having trouble logging in? Would you like to try a different way? ({0})": "登录时遇到问题? 是否要尝试其他方式? ({0})",
14
14
  "Microsoft Account configuration has been changed.": "Microsoft 帐户配置已更改。",
15
15
  "Microsoft Authentication": "Microsoft 身份验证",
16
16
  "Microsoft Sovereign Cloud Authentication": "Microsoft 主权云身份验证",
17
+ "No": "否",
17
18
  "Open settings": "打开设置",
18
19
  "Paste authorization code here...": "在此处粘贴授权代码...",
19
20
  "Provide the authorization code to complete the sign in flow.": "提供授权代码以完成登录流。",
@@ -21,16 +22,16 @@
21
22
  "Signing in to Microsoft...": "正在登录到 Microsoft...",
22
23
  "Signing in to your account...": "正在登录到你的帐户...",
23
24
  "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
25
  "Yes": "是",
26
26
  "You have been signed out because reading stored authentication information failed.": "你已被注销,因为未能读取存储的身份验证信息。",
27
+ "You have not yet finished authorizing this extension to use your Microsoft Account. Would you like to try a different way? ({0})": "你尚未完成授权此扩展来使用 Microsoft 帐户。是否要尝试其他方式? ({0})",
27
28
  "You must also specify a custom environment in order to use the custom environment auth provider.": "还必须指定自定义环境以使用自定义环境身份验证提供程序。"
28
29
  },
29
30
  "package": {
30
31
  "description": "Microsoft 身份验证提供程序",
31
32
  "displayName": "Microsoft 帐户",
32
- "microsoft-authentication.implementation.description": "用于通过 Microsoft 帐户登录的身份验证实现。",
33
- "microsoft-authentication.implementation.enumDescriptions.classic": "使用经典身份验证流通过 Microsoft 帐户登录。",
33
+ "microsoft-authentication.implementation.description": "用于使用Microsoft 帐户登录的身份验证实现。\r\n\r\n*注意: 'classic' 实现已弃用,并将在将来的版本中与此设置一起删除。如果只有 “classic” 实现适用于你,请 [open an issue](command:workbench.action.openIssueReporter) 并解释你尝试登录的内容。*",
34
+ "microsoft-authentication.implementation.enumDescriptions.classic": "(弃用) 使用经典身份验证流使用Microsoft 帐户登录。",
34
35
  "microsoft-authentication.implementation.enumDescriptions.msal": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。",
35
36
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "自定义主权云的 Active Directory 终结点。",
36
37
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "自定义主权云的 Active Directory 资源 ID。",
@@ -44,8 +44,8 @@
44
44
  "cmd.references-view.removeReferenceItem": "关闭",
45
45
  "cmd.references-view.removeTypeItem": "关闭",
46
46
  "cmd.references-view.showCallHierarchy": "显示调用层次结构",
47
- "cmd.references-view.showIncomingCalls": "显示传入调用",
48
- "cmd.references-view.showOutgoingCalls": "显示传出调用",
47
+ "cmd.references-view.showIncomingCalls": "显示来电",
48
+ "cmd.references-view.showOutgoingCalls": "显示去电",
49
49
  "cmd.references-view.showSubtypes": "显示子类型",
50
50
  "cmd.references-view.showSupertypes": "显示超类型",
51
51
  "cmd.references-view.showTypeHierarchy": "显示类型层次结构",
@@ -137,7 +137,7 @@
137
137
  "{0} references": "{0} 个引用"
138
138
  },
139
139
  "package": {
140
- "configuration.expandableHover": "启用/禁用悬停时展开。",
140
+ "configuration.expandableHover": "启用展开/扩大悬停以显示来自 TS 服务器的更多/更少信息。",
141
141
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
142
142
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
143
143
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",