@codingame/monaco-vscode-language-pack-zh-hans 1.83.12 → 1.83.14

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": "1.83.12",
3
+ "version": "1.83.14",
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@1.83.12"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.83.14"
22
22
  }
23
23
  }
@@ -9,10 +9,13 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "package": {
12
- "add.browser.breakpoint": "添加浏览器断点",
12
+ "add.eventListener.breakpoint": "切换事件侦听器断点",
13
+ "add.xhr.breakpoint": "Add XHR/fetch Breakpoint",
13
14
  "attach.node.process": "附加到 Node 进程",
14
15
  "base.cascadeTerminateToConfigurations.label": "当终止此调试会话时,也将停止的调试会话的列表。",
15
16
  "base.enableDWARF.label": "切换调试程序是否尝试从 WebAssembly 读取 DWARF 调试符号,这可能会占用大量资源。需要“ms-vscode.wasm-dwarf-debugging”扩展才能运行。",
17
+ "breakpoint.xhr.any": "Any XHR/fetch",
18
+ "breakpoint.xhr.contains": "Break when URL contains:",
16
19
  "browser.address.description": "调试的浏览器正在侦听的 IP 地址或主机名。",
17
20
  "browser.attach.port.description": "用于远程调试浏览器的端口,在启动浏览器时通过 `--remote-debugging-port` 指定。",
18
21
  "browser.baseUrl.description": "用于解析路径 baseUrl 的基本 URL。 将 URL 映射到磁盘上的文件时,将修剪 baseURL。 默认为启动 URL 域。",
@@ -102,6 +105,7 @@
102
105
  "edge.port.description": "调试 Web 视图时,Web 视图调试程序正在侦听的端口。如果未设置,则自动发现。",
103
106
  "edge.useWebView.attach.description": "包含 UWP 托管 Webview2 的调试管道“pipeName”的对象。这是创建管道“\\\\.\\pipe\\LOCAL\\MyTestSharedMemory”时的“MyTestSharedMemory”",
104
107
  "edge.useWebView.launch.description": "如果设置为“true”,则调试器会将运行时可执行文件视为包含 WebView 的主机应用程序,以允许你调试 WebView 脚本内容。",
108
+ "edit.xhr.breakpoint": "Edit XHR/fetch Breakpoint",
105
109
  "enableContentValidation.description": "切换是否要验证确定磁盘上的文件内容与运行时中加载的内容相匹配。这在各种情况下都很有用,在一些情况下还是必需操作,但是如果你具有脚本的服务器端转换,则可能会导致出现问题。",
106
110
  "errors.timeout": "{0}: {1} 毫秒后超时",
107
111
  "extension.description": "用于调试 Node.js 程序和 Chrome 的扩展。",
@@ -195,8 +199,9 @@
195
199
  "pretty.print.script": "用于调试的美观格式打印",
196
200
  "profile.start": "获取性能配置文件",
197
201
  "profile.stop": "停止性能配置文件",
198
- "remove.browser.breakpoint": "移除浏览器断点",
199
- "remove.browser.breakpoint.all": "删除所有浏览器断点",
202
+ "remove.eventListener.breakpoint.all": "移除所有事件侦听器断点",
203
+ "remove.xhr.breakpoint": "Remove XHR/fetch Breakpoint",
204
+ "remove.xhr.breakpoint.all": "Remove All XHR/fetch Breakpoints",
200
205
  "requestCDPProxy.label": "为调试会话请求 CDP 代理",
201
206
  "skipFiles.description": "调试时要跳过的文件的 glob 模式数组。模式 \"<node_internals>/**\" 与所有内部 Node.js 模块相匹配。",
202
207
  "smartStep.description": "通过单步执行自动生成的代码不能映射回原始源。",
@@ -217,18 +222,24 @@
217
222
  },
218
223
  "bundle": {
219
224
  "A profiling session is already running, would you like to stop it and start a new session?": "分析会话已在运行,是否要停止它并开始新会话?",
225
+ "Add XHR Breakpoint": "Add XHR Breakpoint",
226
+ "Add new URL...": "Add new URL...",
220
227
  "Adjust glob pattern(s) in the 'outFiles' attribute so that they cover the generated JavaScript.": "在“outFiles”属性中调整glob模式,以包含生成的JavaScript。",
221
228
  "Always": "始终",
222
229
  "Always in this Workspace": "始终在此“工作区”中",
223
230
  "An error occurred taking a profile from the target.": "从目标获取配置文件时出错。",
224
231
  "Animation Frame Fired": "已触发动画帧",
232
+ "Any XHR or fetch": "Any XHR or fetch",
225
233
  "Assertion failed": "断言失败",
226
234
  "Attach to process: '{0}' doesn't look like a process id.": "附加到进程:“{0}”不像是进程 ID。",
227
235
  "Attach to process: cannot enable debug mode for process '{0}' ({1}).": "附加到进程: 无法对进程 \"{0}\" 启用调试模式 ({1})。",
228
236
  "Attribute 'runtimeVersion' requires Node.js version manager 'nvm-windows' or 'nvs'.": "属性 \"runtimeVersion\" 需要 Node.js 版本管理器 \"nvm-windows\" 或 \"nvs\"。",
229
237
  "Attribute 'runtimeVersion' requires Node.js version manager 'nvs', 'nvm' or 'fnm' to be installed.": "属性“runtimeVersion”需要安装 Node.js 版本管理器“nvs”、“nvm”或“fnm”。",
230
238
  "Attribute 'runtimeVersion' with a flavor/architecture requires 'nvs' to be installed.": "具有风格/体系结构的属性 \"runtimeVersion\" 需要安装 \"nvs\"。",
239
+ "Bidder Bidding Phase Start": "竞标者出价阶段开始",
240
+ "Bidder Reporting Phase Start": "投标人报告阶段开始",
231
241
  "Block": "块",
242
+ "Break when URL Contains": "Break when URL Contains",
232
243
  "Breaks on all throw errors, even if they're caught later.": "出现任何引发错误时中断,即使这些错误稍后才被捕获也是如此。",
233
244
  "Breaks only on errors or promise rejections that are not handled.": "仅对未处理的错误或承诺拒绝进行中断。",
234
245
  "CPU Profile": "CPU 配置文件",
@@ -260,8 +271,10 @@
260
271
  "Don't show again": "不再显示",
261
272
  "Duration": "持续时间",
262
273
  "Duration of Profile": "配置文件的持续时间",
274
+ "Edit XHR Breakpoint": "Edit XHR Breakpoint",
263
275
  "Edit package.json": "编辑 package.json",
264
276
  "Enables Node.js [auto attach]({0}) debugging in \"{1}\" mode/{Locked='[auto attach]({0})'}the 2nd placeholder is the setting value": "启用 Node.js [auto attach]({0})在“{1}”模式中调试",
277
+ "Enter a URL or a pattern to match": "Enter a URL or a pattern to match",
265
278
  "Eval": "Eval",
266
279
  "Frame could not be restarted": "无法重启框架",
267
280
  "Generates a .cpuprofile file you can open in the Chrome devtools": "生成可在 Chrome 开发工具中打开的 .cpuprofile 文件",
@@ -347,6 +360,8 @@
347
360
  "Select current working directory for new terminal": "选择当前工作目录新建终端",
348
361
  "Select the page where you want to open the devtools": "选择要在其中打开开发工具的页面",
349
362
  "Select the session you want to inspect:": "选择要检查的会话:",
363
+ "Seller Reporting Phase Start": "卖家报告阶段开始",
364
+ "Seller Scoring Phase Start": "卖家评分阶段开始",
350
365
  "Set innerHTML": "设置 innerHTML",
351
366
  "Skipped by skipFiles": "已由 skipFiles 跳过",
352
367
  "Skipped by smartStep": "已由 smartStep 跳过",
@@ -369,6 +384,7 @@
369
384
  "Thread is not paused on exception": "出现异常时线程未暂停",
370
385
  "Thread not found": "找不到线程",
371
386
  "Type of profile:": "配置文件的类型:",
387
+ "URL contains \"{0}\"": "URL contains \"{0}\"",
372
388
  "UWP webview debugging is not available on your platform.": "UWP Webview 调试在平台上不可用。",
373
389
  "Unable to attach to browser": "无法附加到浏览器",
374
390
  "Unable to evaluate": "无法计算",
@@ -397,6 +413,7 @@
397
413
  "WebGL Warning Fired": "已触发 WebGL 警告",
398
414
  "With Block": "包含块",
399
415
  "Would you like to save a configuration in your launch.json for easy access later?": "是否要将配置保存在 launch.json 中以便日后访问?",
416
+ "XHR/Fetch URLs": "XHR/Fetch URLs",
400
417
  "Yes": "是",
401
418
  "You may install the `{}` module via npm for enhanced WebAssembly debugging": "可以通过 npm 安装 `{}` 模块以进行增强的 WebAssembly 调试",
402
419
  "You need to open a workspace folder to debug npm scripts.": "需要打开工作区文件夹来调试 npm 脚本。",
@@ -30,6 +30,7 @@
30
30
  "The character used by the operating system to separate components in file paths": "操作系统用于在文件路径中分隔组件的字符",
31
31
  "The current opened file": "当前打开的文件",
32
32
  "The current opened file relative to ${workspaceFolder}": "相对于 ${workspaceFolder},当前打开的文件路径",
33
+ "The current opened file workspace folder name without any slashes (/)": "当前打开的文件工作区文件夹名称(不带任何斜杠(/))",
33
34
  "The current opened file's basename": "当前打开的文件的文件名",
34
35
  "The current opened file's basename with no file extension": "当前打开的文件的文件名 (不包含文件扩展名)",
35
36
  "The current opened file's dirname": "当前打开的文件的完整目录名",
@@ -17,6 +17,7 @@
17
17
  "debug.server.ready.action.description": "当服务器准备就绪时,如何处理 URI。",
18
18
  "debug.server.ready.action.openExternally.description": "使用默认应用程序在外部打开 URI。",
19
19
  "debug.server.ready.action.startDebugging.description": "运行另一启动配置。",
20
+ "debug.server.ready.debugConfig.description": "要运行的调试配置。",
20
21
  "debug.server.ready.debugConfigName.description": "要运行的启动配置的名称。",
21
22
  "debug.server.ready.killOnServerStop.description": "在父会话停止时停止子会话。",
22
23
  "debug.server.ready.pattern.description": "此模式出现在调试控制台上表示服务器已准备就绪。首个捕获组必须包含一个 URI 或端口号。",
@@ -41,8 +41,10 @@
41
41
  "Ask Me Later": "稍后询问",
42
42
  "Branch name": "分支名称",
43
43
  "Branch name needs to match regex: {0}": "分支名称必须匹配正则表达式: {0}",
44
+ "Can\\'t force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "无法将引用强制推送到远程。自上次签出后,远程跟踪分支的提示已更新。首先尝试运行“拉取”以从远程分支中拉取最新更改。",
44
45
  "Can\\'t push refs to remote. Try running \"Pull\" first to integrate your changes.": "无法将引用推送到远程库。请尝试运行“拉取”以整合你的更改。",
45
46
  "Can\\'t undo because HEAD doesn\\'t point to any commit.": "无法撤消,因为 HEAD 不指向任何提交。",
47
+ "Cancel": "取消",
46
48
  "Changes": "更改",
47
49
  "Checking Out Branch/Tag...": "正在签出分支/标记...",
48
50
  "Checking Out Changes...": "正在签出更改...",
@@ -152,6 +154,7 @@
152
154
  "OK, Don\\'t Ask Again": "确定,且不再询问",
153
155
  "OK, Don\\'t Show Again": "确定,且不再显示",
154
156
  "Open": "打开",
157
+ "Open Commit": "打开提交",
155
158
  "Open Comparison": "打开比较",
156
159
  "Open Git Log": "打开 GIT 日志",
157
160
  "Open Merge": "打开合并",
@@ -430,12 +433,15 @@
430
433
  "command.timelineCompareWithSelected": "与已选项目进行比较",
431
434
  "command.timelineCopyCommitId": "复制提交 ID",
432
435
  "command.timelineCopyCommitMessage": "复制提交消息",
436
+ "command.timelineOpenCommit": "打开提交",
433
437
  "command.timelineOpenDiff": "打开更改",
434
438
  "command.timelineSelectForCompare": "选择以进行比较",
435
439
  "command.undoCommit": "撤消上次提交",
436
440
  "command.unstage": "取消暂存更改",
437
441
  "command.unstageAll": "取消暂存所有更改",
438
442
  "command.unstageSelectedRanges": "取消暂存所选范围",
443
+ "command.viewChanges": "查看更改",
444
+ "command.viewStagedChanges": "查看暂存的更改",
439
445
  "config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
440
446
  "config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
441
447
  "config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
@@ -464,7 +470,7 @@
464
470
  "config.branchSortOrder": "控制分支的排列顺序。",
465
471
  "config.branchValidationRegex": "用于验证新分支名称的正则表达式。",
466
472
  "config.branchWhitespaceChar": "用于替换新分支名称中的空格,以及用于分隔随机生成的分支名称区段的字符。",
467
- "config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。",
473
+ "config.checkoutType": "控制在运行“签出到…”时列出的 Git 参考类型。",
468
474
  "config.checkoutType.local": "本地分支",
469
475
  "config.checkoutType.remote": "远程分支",
470
476
  "config.checkoutType.tags": "标记",
@@ -479,8 +485,8 @@
479
485
  "config.countBadge.off": "关闭计数器。",
480
486
  "config.countBadge.tracked": "仅对跟踪的更改计数。",
481
487
  "config.decorations.enabled": "控制 Git 是否在资源管理器和“打开编辑器”视图中添加颜色和小标。",
482
- "config.defaultBranchName": "初始化新的 git 存储库时默认分支的名称(例如: main、trunk、development)。设置为空时,将使用在 git 中配置的默认分支名称。注意: 需要 git `2.28.0` 或更高版本。****",
483
- "config.defaultCloneDirectory": "克隆 Git 仓库的默认位置。",
488
+ "config.defaultBranchName": "初始化新的 Git 存储库时默认分支的名称(例如: main、trunk、development)。设置为空时,将使用在 Git 中配置的默认分支名称。**注意:** 需要 Git 版本“2.28.0”或更高版本。",
489
+ "config.defaultCloneDirectory": "克隆 Git 存储库的默认位置。",
484
490
  "config.detectSubmodules": "控制是否自动检测 Git 子模块。",
485
491
  "config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
486
492
  "config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
@@ -488,7 +494,7 @@
488
494
  "config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
489
495
  "config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
490
496
  "config.enabled": "是否启用 Git。",
491
- "config.experimental.installGuide": "Git 安装流程的实验性改进。",
497
+ "config.experimental.installGuide": "Git 安装流程的试验性改进。",
492
498
  "config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。",
493
499
  "config.followTagsWhenSync": "运行同步命令时推送附注标签。",
494
500
  "config.ignoreLegacyWarning": "忽略“旧版 Git”警告。",
@@ -527,10 +533,10 @@
527
533
  "config.promptToSaveFilesBeforeStash.never": "禁用此检查。",
528
534
  "config.promptToSaveFilesBeforeStash.staged": "只检查未保存的已暂存文件。",
529
535
  "config.pruneOnFetch": "提取时修剪。",
530
- "config.publishBeforeContinueOn": "控制是否要在从 git 存储库使用“继续工作”时提示发布未发布的 git 状态。",
531
- "config.publishBeforeContinueOn.always": "从 git 存储库使用“继续工作”时始终发布未发布的 git 状态",
532
- "config.publishBeforeContinueOn.never": "从 git 存储库使用“继续工作”时切勿发布未发布的 git 状态",
533
- "config.publishBeforeContinueOn.prompt": "从 git 存储库使用“继续工作”时提示发布未发布的 git 状态",
536
+ "config.publishBeforeContinueOn": "控制是否要在从 Git 存储库使用“继续工作”时提示发布未发布的 Git 状态。",
537
+ "config.publishBeforeContinueOn.always": "从 Git 存储库使用“继续工作”时始终发布未发布的 Git 状态",
538
+ "config.publishBeforeContinueOn.never": "从 Git 存储库使用“继续工作”时切勿发布未发布的 Git 状态",
539
+ "config.publishBeforeContinueOn.prompt": "从 Git 存储库使用“继续工作”时提示发布未发布的 Git 状态",
534
540
  "config.pullBeforeCheckout": "控制没有传出提交的分支在签出之前是否快速转发。",
535
541
  "config.pullTags": "拉取时提取所有标签。",
536
542
  "config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
@@ -547,7 +553,7 @@
547
553
  "config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
548
554
  "config.showProgress": "控制 Git 操作是否显示进度提示。",
549
555
  "config.showPushSuccessNotification": "控制在推送成功时是否显示通知。",
550
- "config.similarityThreshold": "控制相似性索引(即,相比于文件大小添加/删除的量)的阈值,以便将一对已添加/删除的文件中的更改视为重命名。注意: 需要 git `2.18.0` 或更高版本。****",
556
+ "config.similarityThreshold": "控制相似性索引(相比于文件大小添加/删除的量)的阈值,以便将一对已添加/删除的文件中的更改视为重命名。**注意:** 需要 Git“2.18.0”或更高版本。",
551
557
  "config.smartCommitChanges": "控制哪些更改由Smart Commit自动暂存。",
552
558
  "config.smartCommitChanges.all": "自动暂存所有更改。",
553
559
  "config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。",
@@ -567,6 +573,7 @@
567
573
  "config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
568
574
  "config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
569
575
  "config.useEditorAsCommitInput": "控制当提交输入框中未提供消息时,是否将使用全文编辑器来创作提交消息。",
576
+ "config.useForcePushIfIncludes": "控制是否使用更安全的 force-if-includes 进行强制推送。注意: 此设置要求启用“#git.useForcePushWithLease#”设置以及 Git 版本“2.30.0”或更高版本。",
570
577
  "config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
571
578
  "config.useIntegratedAskPass": "控制是否应覆盖 GIT_ASKPASS 以使用集成版本。",
572
579
  "config.verboseCommit": "启用`#git.useEditorAsCommitInput#`时启用详细输出。",
@@ -582,25 +589,25 @@
582
589
  "submenu.remotes": "远程",
583
590
  "submenu.stash": "存储",
584
591
  "submenu.tags": "标记",
585
- "view.workbench.cloneRepository": "可以在本地克隆仓库。\r\n[克隆仓库](command:git.clone '启用 git 扩展后立即克隆仓库')",
586
- "view.workbench.learnMore": "要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
587
- "view.workbench.scm.closedRepositories": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
588
- "view.workbench.scm.closedRepository": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
589
- "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)。",
590
- "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)。",
591
- "view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
592
- "view.workbench.scm.folder": "当前打开的文件夹中没有 Git 仓库。可初始化一个仓库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,请[阅读我们的文档](https://aka.ms/vscode-scm)。",
592
+ "view.workbench.cloneRepository": "可以在本地克隆仓库。\r\n[克隆仓库](command:git.clone“启用 Git 扩展后立即克隆仓库”)",
593
+ "view.workbench.learnMore": "若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
594
+ "view.workbench.scm.closedRepositories": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
595
+ "view.workbench.scm.closedRepository": "找到以前关闭的 Git 存储库。\r\n[重新打开已关闭的存储库](command:git.reopenClosedRepositories)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
596
+ "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)。",
597
+ "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)。",
598
+ "view.workbench.scm.emptyWorkspace": "当前打开的工作区中没有任何包含 Git 仓库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
599
+ "view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个仓库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init?%5Btrue%5D)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。",
593
600
  "view.workbench.scm.missing": "安装 Git (一种流行的源代码管理系统),以跟踪代码更改并与他人协作。在我们的 [Git 指南](https://aka.ms/vscode-scm)中了解详细信息。",
594
601
  "view.workbench.scm.missing.linux": "源代码管理取决于将安装的 Git。\r\n[下载适用于 Linux 的 Git](https://git-scm.com/download/linux)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城]](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
595
602
  "view.workbench.scm.missing.mac": "[下载适用于 macOS 的 Git](https://git-scm.com/download/mac)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
596
603
  "view.workbench.scm.missing.windows": "[下载适用于 Windows 的 Git](https://git-scm.com/download/win)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
597
- "view.workbench.scm.repositoriesInParentFolders": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
598
- "view.workbench.scm.repositoryInParentFolders": "在工作区的父文件夹或打开的文件中找到了 git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
599
- "view.workbench.scm.scanFolderForRepositories": "正在扫描 git 存储库的文件夹...",
600
- "view.workbench.scm.scanWorkspaceForRepositories": "正在扫描工作区中的 GIT 存储库...",
601
- "view.workbench.scm.unsafeRepositories": "检测到的 git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
602
- "view.workbench.scm.unsafeRepository": "检测到的 git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
603
- "view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 仓库的文件夹。可初始化某文件夹上的一个仓库,该仓库将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。"
604
+ "view.workbench.scm.repositoriesInParentFolders": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。\r\n[打开存储库](command:git.openRepositoriesInParentFolders)\r\n使用[git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D)设置来控制是打开工作区或打开文件的父文件夹中的 Git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
605
+ "view.workbench.scm.repositoryInParentFolders": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。\r\n[打开存储库](command:git.openRepositoriesInParentFolders)\r\n使用[git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D)设置来控制是打开工作区或打开文件的父文件夹中的 Git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
606
+ "view.workbench.scm.scanFolderForRepositories": "正在扫描 Git 存储库的文件夹...",
607
+ "view.workbench.scm.scanWorkspaceForRepositories": "正在扫描工作区中的 Git 存储库...",
608
+ "view.workbench.scm.unsafeRepositories": "检测到的 Git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
609
+ "view.workbench.scm.unsafeRepository": "检测到的 Git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
610
+ "view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 仓库的文件夹。可初始化某文件夹上的一个仓库,该仓库将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init)\r\n若要详细了解如何在 VS Code 中使用 Git 和源代码管理[参阅我们的文档](https://aka.ms/vscode-scm)。"
604
611
  }
605
612
  }
606
613
  }
@@ -177,7 +177,7 @@
177
177
  "json.schemas.fileMatch.desc": "将 JSON 文件解析为架构时要与之匹配的文件模式数组。\"*\" 和 '**' 可用作通配符。也可定义排除模式,并以 \"!\" 开头。当至少有一个匹配模式,且最后一个匹配模式不是排除模式时,文件匹配。",
178
178
  "json.schemas.fileMatch.item.desc": "将 JSON 文件解析为架构时,可以包含要与之匹配的 “*” 和 “**” 的文件模式。以 '!' 开头时,它定义排除模式。",
179
179
  "json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
180
- "json.schemas.url.desc": "架构的 URL 或绝对文件路径。可以是工作区和工作区文件夹设置中的相对路径。",
180
+ "json.schemas.url.desc": "架构的 URL 或绝对文件路径。可以是工作区和工作区文件夹设置中的相对路径(以“./”开头)。",
181
181
  "json.tracing.desc": "跟踪 VS Code 和 JSON 语言服务器之间的通信。",
182
182
  "json.validate.enable.desc": "启用/禁用 JSON 验证。"
183
183
  }
@@ -123,7 +123,7 @@
123
123
  "markdown.editor.insertImageFromWorkspace": "从工作区插入映像",
124
124
  "markdown.editor.insertLinkFromWorkspace": "在工作区中插入文件链接",
125
125
  "markdown.findAllFileReferences": "查找文件引用",
126
- "markdown.preview.breaks.desc": "设置换行符在 Markdown 预览中的呈现方式。如果将其设置为 \"true\",则将为段落内的新行创建一个 <br>。",
126
+ "markdown.preview.breaks.desc": "设置换行符在 Markdown 预览中的呈现方式。如果将其设置为“true”,则将为段落内的新行创建一个“<br>”。",
127
127
  "markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击以切换到编辑器。",
128
128
  "markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
129
129
  "markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
@@ -102,6 +102,7 @@
102
102
  "config.npm.fetchOnlinePackageInfo": "从 https://registry.npmjs.org 和 https://registry.bower.io 获取数据,以提供自动补全和 npm 依赖项上的悬停功能信息。",
103
103
  "config.npm.packageManager": "用于运行脚本的程序包管理器。",
104
104
  "config.npm.packageManager.auto": "根据锁定文件和已安装的包管理器,自动检测用于运行脚本的包管理器。",
105
+ "config.npm.packageManager.bun": "使用 bun 作为运行脚本的包管理器。",
105
106
  "config.npm.packageManager.npm": "使用 npm 作为运行脚本的包管理器。",
106
107
  "config.npm.packageManager.pnpm": "使用 pnpm 作为运行脚本的包管理器。",
107
108
  "config.npm.packageManager.yarn": "使用 yarn 作为运行脚本的包管理器。",
@@ -169,10 +169,10 @@
169
169
  "configuration.inlayHints.parameterTypes.enabled": "启用/禁用隐式参数类型的嵌入提示:\r\n```typescript\r\n\r\nel.addEventListener('click', e /* :MouseEvent */ => ...)\r\n \r\n```",
170
170
  "configuration.inlayHints.propertyDeclarationTypes.enabled": "启用/禁用属性声明中隐式类型的嵌入提示:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now();\r\n}\r\n \r\n```",
171
171
  "configuration.inlayHints.variableTypes.enabled": "启用/禁用隐式变量类型的嵌入提示:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```",
172
- "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。需要在工作区中使用 TypeScript 4.8+。",
172
+ "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。",
173
173
  "configuration.javascript.checkJs.checkJs.deprecation": "为支持 `js/ts.implicitProjectConfig.checkJs`,已弃用此设置。",
174
174
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "为支持 `js/ts.implicitProjectConfig.experimentalDecorators`,已弃用此设置。",
175
- "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。要求在工作区中使用 TypeScript 4.7+。",
175
+ "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
176
176
  "configuration.suggest.autoImports": "启用/禁用自动导入建议。",
177
177
  "configuration.suggest.classMemberSnippets.enabled": "启用/禁用类成员的代码段完成。",
178
178
  "configuration.suggest.completeFunctionCalls": "完成函数的参数签名。",
@@ -181,7 +181,7 @@
181
181
  "configuration.suggest.includeCompletionsForImportStatements": "对部分键入的导入语句启用/禁用自动导入样式完成。",
182
182
  "configuration.suggest.jsdoc.generateReturns": "启用/禁用为 JSDoc 模板生成 `@returns` 批注。",
183
183
  "configuration.suggest.names": "启用/禁用在 JavaScript 建议中包含文件中的唯一名称。请注意,在使用`@ts-check`或`checkJs`进行语义检查的 JavaScript 代码中,名称建议始终处于禁用状态。",
184
- "configuration.suggest.objectLiteralMethodSnippets.enabled": "启用/禁用对象文本中的方法的代码片段完成。需要在工作区中使用 TypeScript 4.7+。",
184
+ "configuration.suggest.objectLiteralMethodSnippets.enabled": "启用/禁用对象文本中的方法的代码片段补全。",
185
185
  "configuration.suggest.paths": "在 import 语句和 require 调用中,启用或禁用路径建议。",
186
186
  "configuration.surveys.enabled": "启用或禁用偶尔出现的有关 JavaScript 和 TypeScript 的调查,帮助我们改善 VS Code 对两者的支持。",
187
187
  "configuration.tsserver.experimental.enableProjectDiagnostics": "(实验性)启用项目范围的错误报告。",
@@ -268,10 +268,12 @@
268
268
  "typescript.goToProjectConfig.title": "转到项目配置(tsconfig)",
269
269
  "typescript.goToSourceDefinition": "转到源定义",
270
270
  "typescript.implementationsCodeLens.enabled": "启用或禁用实现 CodeLens。此 CodeLens 显示接口的实现。",
271
+ "typescript.implementationsCodeLens.showOnInterfaceMethods": "在接口方法上启用/禁用 CodeLens 实现。",
271
272
  "typescript.locale": "设置在报告 JavaScript 和 TypeScript 错误时使用的区域设置。默认使用 VS Code 的区域设置。",
273
+ "typescript.locale.auto": "使用 VS Code 配置的显示语言",
272
274
  "typescript.npm": "指定为 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 使用的 npm 可执行文件的路径。",
273
275
  "typescript.openTsServerLog.title": "打开 TS 服务器日志",
274
- "typescript.preferences.autoImportFileExcludePatterns": "从自动导入中排除指定文件的 glob 模式。相对路径是相对于工作区进行解析的。使用 tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) 语义计算模式。要求在工作区中使用 TypeScript 4.8 或更高版本。",
276
+ "typescript.preferences.autoImportFileExcludePatterns": "从自动导入中排除指定文件的 glob 模式。相对路径是相对于工作区进行解析的。使用 tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude)语义计算模式。",
275
277
  "typescript.preferences.importModuleSpecifier": "自动 import 语句中路径的首选样式。",
276
278
  "typescript.preferences.importModuleSpecifier.nonRelative": "根据在 `jsconfig.json` / `tsconfig.json` 中配置的 `baseUrl` 或 `paths` 首选不相关导入。",
277
279
  "typescript.preferences.importModuleSpecifier.projectRelative": "仅当相对导入路径从包或项目目录中移除后,才首选使用非相对导入。",
@@ -291,6 +293,7 @@
291
293
  "typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `typescript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
292
294
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "在属性名称后插入 `={}`。",
293
295
  "typescript.preferences.jsxAttributeCompletionStyle.none": "仅插入属性名称。",
296
+ "typescript.preferences.preferTypeOnlyAutoImports": "尽可能在自动导入中包含 `type` 关键字。要求在工作区中使用 TypeScript 5.3+。",
294
297
  "typescript.preferences.quoteStyle": "用于快速修复的首选引文样式。",
295
298
  "typescript.preferences.quoteStyle.auto": "从现有代码推断引号类型",
296
299
  "typescript.preferences.quoteStyle.double": "始终使用双引号: `\"`",