@codingame/monaco-vscode-language-pack-zh-hans 16.0.6 → 16.1.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": "16.0.6",
3
+ "version": "16.1.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
- "@codingame/monaco-vscode-api": "16.0.6"
21
+ "@codingame/monaco-vscode-api": "16.1.0"
22
22
  }
23
23
  }
@@ -117,9 +117,9 @@
117
117
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "不允许强制推送,请启用 \"git. allowForcePush\" 设置。",
118
118
  "Git Blame Information": "Git 责任信息",
119
119
  "Git History": "Git 历史记录",
120
+ "Git Local Changes (Index)": "Git Local Changes (Index)",
121
+ "Git Local Changes (Working Tree)": "Git Local Changes (Working Tree)",
120
122
  "Git error": "Git 错误",
121
- "Git local changes (index)": "Git 本地更改(索引)",
122
- "Git local changes (working tree)": "Git 本地更改(工作树)",
123
123
  "Git not found. Install it or configure it using the \"git.path\" setting.": "未找到 Git。请安装 Git,或在 \"git.path\" 设置中配置。",
124
124
  "Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。是否要打开存储库?",
125
125
  "Git: {0}": "Git: {0}",
@@ -80,6 +80,7 @@
80
80
  "No tsconfig": "无 tsconfig",
81
81
  "Not now": "以后再说",
82
82
  "Open Config File": "打开配置文件",
83
+ "Open on GitHub": "Open on GitHub",
83
84
  "Organize Imports": "整理导入",
84
85
  "Partial mode": "部分模式",
85
86
  "Paste with imports": "粘贴并导入",
@@ -108,6 +109,7 @@
108
109
  "The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已崩溃。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
109
110
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 语言服务已立即崩溃 5 次。将不会重启该服务。",
110
111
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 语言服务已立即崩溃 5 次。不会重新启动该服务。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
112
+ "The TypeScript Go extension is not installed.": "The TypeScript Go extension is not installed.",
111
113
  "The current selection cannot be extracted": "无法提取当前所选内容",
112
114
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "路径 {0} 未指向运行 TS 服务器的有效节点安装。回退到捆绑节点。",
113
115
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
@@ -138,13 +140,15 @@
138
140
  "{0} references": "{0} 个引用"
139
141
  },
140
142
  "package": {
141
- "configuration.expandableHover": "Enable expanding/contracting the hover to reveal more/less information from the TS server. Requires TypeScript 5.9+.",
143
+ "configuration.expandableHover": "启用展开/收缩悬停以显示来自 TS 服务器的更多/更少信息。需要 TypeScript 5.9+。",
144
+ "configuration.format": "Formatting",
142
145
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
143
146
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
144
147
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
145
148
  "configuration.implicitProjectConfig.strictFunctionTypes": "在不属于项目的 JavaScript 和 TypeScript 文件中启用/禁用[严格函数类型](https://www.typescriptlang.org/tsconfig#strictFunctionTypes)。现有 `jsconfig.json` 或 `tsconfig.json` 文件将替代此设置。",
146
149
  "configuration.implicitProjectConfig.strictNullChecks": "在不属于项目的 JavaScript 和 TypeScript 文件中启用/禁用[严格 null 检查](https://www.typescriptlang.org/tsconfig#strictNullChecks)。现有 `jsconfig.json` 或 `tsconfig.json` 文件将替代此设置。",
147
150
  "configuration.implicitProjectConfig.target": "为发出的 JavaScript 设置目标 JavaScript 语言版本并包含库声明。查看详细信息: https://www.typescriptlang.org/tsconfig#target。",
151
+ "configuration.inlayHints": "Inlay Hints",
148
152
  "configuration.inlayHints.enumMemberValues.enabled": "启用/禁用枚举声明中成员值的嵌入提示:\r\n```typescript\r\n\r\nenum MyValue {\r\n\tA /* = 0 */;\r\n\tB /* = 1 */;\r\n}\r\n \r\n```",
149
153
  "configuration.inlayHints.functionLikeReturnTypes.enabled": "启用/禁用函数签名上隐式返回类型的嵌入提示:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```",
150
154
  "configuration.inlayHints.parameterNames.enabled": "启用/禁用参数名称的叠加提示:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```",
@@ -155,11 +159,10 @@
155
159
  "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。",
156
160
  "configuration.javascript.checkJs.checkJs.deprecation": "为支持 `js/ts.implicitProjectConfig.checkJs`,已弃用此设置。",
157
161
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "为支持 `js/ts.implicitProjectConfig.experimentalDecorators`,已弃用此设置。",
158
- "configuration.javascript.format": "JavaScript 格式化",
159
- "configuration.javascript.preferences": "JavaScript 首选项",
160
- "configuration.javascript.suggest": "JavaScript 建议",
161
162
  "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
163
+ "configuration.preferences": "Preferences",
162
164
  "configuration.server": "TS 服务器",
165
+ "configuration.suggest": "Suggestions",
163
166
  "configuration.suggest.autoImports": "启用/禁用自动导入建议。",
164
167
  "configuration.suggest.classMemberSnippets.enabled": "启用/禁用类成员的代码段完成。",
165
168
  "configuration.suggest.completeFunctionCalls": "完成函数的参数签名。",
@@ -204,9 +207,6 @@
204
207
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
205
208
  "configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
206
209
  "configuration.typescript": "TypeScript",
207
- "configuration.typescript.format": "TypeScript 格式化",
208
- "configuration.typescript.preferences": "TypeScript 首选项",
209
- "configuration.typescript.suggest": "TypeScript 建议",
210
210
  "configuration.updateImportsOnPaste": "粘贴代码时自动更新导入项。需要 TypeScript 5.6+。",
211
211
  "description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
212
212
  "displayName": "JavaScript 和 TypeScript 的语言功能",
@@ -316,7 +316,7 @@
316
316
  "typescript.restartTsServer": "重启 TS 服务器",
317
317
  "typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本...",
318
318
  "typescript.sortImports": "对导入进行排序",
319
- "typescript.suggest.enabled": "启用或禁用自动完成建议。",
319
+ "typescript.suggest.enabled": "Enable/disable autocomplete suggestions.",
320
320
  "typescript.suggestionActions.enabled": "启用或禁用编辑器中 TypeScript 文件的建议诊断。",
321
321
  "typescript.tsc.autoDetect": "控制对 tsc 任务的自动检测。",
322
322
  "typescript.tsc.autoDetect.build": "仅创建单次运行编译任务。",
@@ -334,6 +334,7 @@
334
334
  "typescript.updateImportsOnFileMove.enabled.always": "始终自动更新路径。",
335
335
  "typescript.updateImportsOnFileMove.enabled.never": "一律不要重命名路径,也不要提示。",
336
336
  "typescript.updateImportsOnFileMove.enabled.prompt": "在每次重命名时进行提示。",
337
+ "typescript.useTsgo": "Disables TypeScript and JavaScript language features to allow usage of the TypeScript Go experimental extension. Requires TypeScript Go to be installed and configured. Requires reloading extensions after changing this setting.",
337
338
  "typescript.validate.enable": "启用/禁用 TypeScript 验证。",
338
339
  "typescript.workspaceSymbols.excludeLibrarySymbols": "排除“转到工作区中的符号”结果中库文件中的符号。要求在工作区中使用 TypeScript 5.3+。",
339
340
  "typescript.workspaceSymbols.scope": "通过[转到工作区中的符号](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name)来控制搜索的具体文件。",
@@ -3665,7 +3665,7 @@ var content = [
3665
3665
  "根据显示器 DPI 自动应用 `default` 或 `antialiased` 选项。",
3666
3666
  "使用设置 ui 编辑器。",
3667
3667
  "使用 json 文件编辑器。",
3668
- "配置默认使用的设置编辑器。",
3668
+ "确定默认情况下要使用的“设置”编辑器。",
3669
3669
  "控制为工作台项显示悬停之前的延迟时间(以毫秒为单位)(例如,一些扩展提供了树状视图项)。已经可见的项可能需要刷新,然后才会反映出此设置更改。",
3670
3670
  "控制工作台是否应以更少的动画呈现。",
3671
3671
  "始终减少动作呈现。",
@@ -4332,10 +4332,10 @@ var content = [
4332
4332
  "显示使用 Copilot 的扩展",
4333
4333
  "配置代码完成...",
4334
4334
  "升级 Copilot 计划",
4335
- "你已达到每月聊天请求配额。你仍然可以使用免费代码补全。",
4336
- "你已达到每月代码补全配额。你仍有可用的免费聊天请求。",
4337
- "你已达到每月聊天请求和代码补全配额。",
4338
- "升级到 Copilot Pro ( 30 天免费)以获取:\r\n- 无限制代码补全\r\n- 无限制的基本聊天请求\r\n- 访问高级模型",
4335
+ "You've reached your monthly chat messages quota. You still have free code completions available.",
4336
+ "You've reached your monthly code completions quota. You still have free chat messages available.",
4337
+ "You've reached your monthly chat messages and code completions quota.",
4338
+ "Upgrade to Copilot Pro (your first 30 days are free) for:\r\n- Unlimited code completions\r\n- Unlimited chat messages\r\n- Access to premium models",
4339
4339
  undefined,
4340
4340
  "关闭",
4341
4341
  "升级到 Copilot Pro",
@@ -4347,7 +4347,7 @@ var content = [
4347
4347
  "更多...",
4348
4348
  undefined,
4349
4349
  "登录以使用 Copilot...",
4350
- "已达到 Copilot Free 计划聊天请求配额。单击以获取详细信息。",
4350
+ "Copilot Free plan chat messages quota reached. Click for details.",
4351
4351
  undefined,
4352
4352
  undefined,
4353
4353
  "开始新聊天将结束当前的编辑会话。",
@@ -4367,7 +4367,7 @@ var content = [
4367
4367
  undefined,
4368
4368
  "新建聊天",
4369
4369
  "新建聊天",
4370
- "完成",
4370
+ undefined,
4371
4371
  "撤消上一个请求",
4372
4372
  "恢复上一个请求",
4373
4373
  undefined,
@@ -4395,7 +4395,7 @@ var content = [
4395
4395
  "屏幕截图窗口",
4396
4396
  "屏幕截图",
4397
4397
  "符号...",
4398
- "Files & Folders...",
4398
+ "文件和文件夹...",
4399
4399
  "问题...",
4400
4400
  "内核变量...",
4401
4401
  "选择并插入内核变量",
@@ -4470,7 +4470,7 @@ var content = [
4470
4470
  "添加工具以进行聊天",
4471
4471
  "其他工具",
4472
4472
  "MCP 服务器: {0}",
4473
- "来自 {0} ({1})",
4473
+ " {0}",
4474
4474
  "选择可供聊天的工具",
4475
4475
  "若要插入代码块,请打开代码编辑器或笔记本编辑器,并在插入代码块的位置设置光标。",
4476
4476
  "无法将代码块插入只读笔记本编辑器。",
@@ -4525,22 +4525,22 @@ var content = [
4525
4525
  undefined,
4526
4526
  "启用在磁盘上而不是存储服务中存储聊天会话。启用此功能后,将按工作区将现有会话一次性迁移到新格式。",
4527
4527
  "启用基于工具调用的新编辑模式。启用此功能后,不支持工具调用的模型将无法用于编辑模式。",
4528
- "启用在 Copilot 对话助手智能体模式下使用由第三方扩展提供的工具。",
4529
- "启用在 Copilot 对话助手智能体模式下使用由第三方扩展提供的工具。",
4528
+ "使用由第三方扩展提供的工具启用。",
4529
+ "使用由第三方扩展提供的工具启用。",
4530
4530
  "启用 {0} 服务器发现",
4531
4531
  "在计算机上配置模型上下文协议服务器的发现。可以将其设置为 `true` 或 `false` 以禁用或启用所有源,以及要启用的映射源。",
4532
4532
  "提示文件",
4533
- "Enable reusable prompt (`*{0}`) and instruction files in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).",
4534
- "Enables reusable prompt and instruction files in Chat, Edits, and Inline Chat sessions.",
4533
+ "在聊天、Edits 和内联聊天会话中启用可重用提示文件(`*{0}`)和指令文件。[了解详细信息]({1})",
4534
+ " ChatEdits 和内联聊天会话中启用可重用提示和指令文件。",
4535
4535
  "提示文件位置",
4536
- "Specify location(s) of reusable prompt files (`*{0}`) that can be run in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\r\n\r\nRelative paths are resolved from the root folder(s) of your workspace.",
4536
+ "指定可在聊天、编辑和内联聊天会话中运行的可重用提示文件(`*{0}`)的位置。[了解详细信息]({1})。\r\n\r\n相对路径是从工作区的根文件夹解析的。",
4537
4537
  "聊天",
4538
- " {0} 启用智能体模式。启用此功能后,视图中将显示一个下拉列表以切换智能体模式。",
4539
- "允许 Copilot Edits 在智能体模式下每次使用的最大请求数。达到限制时,Copilot 将要求用户确认是否继续工作。\r\n\r\n> **注意**: 对于参加 Copilot 免费计划的用户,请注意,每个智能体模式请求当前会使用一个聊天请求。",
4538
+ "Enable agent mode for {0}. When this is enabled, agent mode can be activated via the dropdown in the view.",
4539
+ "The maximum number of requests to allow Copilot Edits to use per-turn in agent mode. When the limit is reached, Copilot will ask the user to confirm that it should keep working.",
4540
4540
  "启动新聊天",
4541
4541
  "选择工作区中的文件",
4542
4542
  "聊天",
4543
- "所需操作: {0}",
4543
+ "Action required to confirm tool action: {0}",
4544
4544
  "1 个表",
4545
4545
  "{0} 个表",
4546
4546
  "1 个文件树",
@@ -4590,8 +4590,8 @@ var content = [
4590
4590
  "已暂停",
4591
4591
  "正在运行...",
4592
4592
  "升级到 Copilot Pro",
4593
- "注册可能需要几分钟才能生效。",
4594
- "已注册? 单击以重试。",
4593
+ "Changes may take a few minutes to take effect.",
4594
+ undefined,
4595
4595
  "已使用 {0} 个引用",
4596
4596
  "已使用 {0} 个引用",
4597
4597
  "可折叠聊天列表",
@@ -4663,8 +4663,8 @@ var content = [
4663
4663
  "撤消此文件中的聊天编辑",
4664
4664
  "保留此更改",
4665
4665
  "撤消此更改",
4666
- "切换差异编辑器",
4667
- "显示可访问的差异视图",
4666
+ "切换聊天编辑的差异编辑器",
4667
+ "显示聊天编辑的可访问差异视图",
4668
4668
  "审阅",
4669
4669
  "保留所有编辑",
4670
4670
  "撤消所有编辑",
@@ -4680,7 +4680,7 @@ var content = [
4680
4680
  "{0} 个文件中有 1 个更改",
4681
4681
  "1 个文件中有 {0} 个更改",
4682
4682
  "{1} 个文件中的 {0} 个更改",
4683
- "已暂停编辑",
4683
+ "已暂停",
4684
4684
  undefined,
4685
4685
  undefined,
4686
4686
  "聊天编辑",
@@ -4724,9 +4724,9 @@ var content = [
4724
4724
  "添加建议",
4725
4725
  undefined,
4726
4726
  undefined,
4727
- "代理",
4728
- "编辑",
4729
- "询问",
4727
+ undefined,
4728
+ undefined,
4729
+ undefined,
4730
4730
  "已使用 {0} [[(重新运行而不使用)]]",
4731
4731
  "[[(重新运行而不使用)]]",
4732
4732
  "已暂停",
@@ -4856,9 +4856,9 @@ var content = [
4856
4856
  "已达到配额",
4857
4857
  "已禁用代码补全",
4858
4858
  "Copilot 使用情况",
4859
- "聊天请求",
4859
+ "Chat messages",
4860
4860
  "代码补全",
4861
- "授权额度将在 {0}续订。",
4861
+ "Allowance resets {0}.",
4862
4862
  "升级到 Copilot Pro",
4863
4863
  "设置",
4864
4864
  "设置 Copilot 以使用 AI 功能。",
@@ -4904,13 +4904,13 @@ var content = [
4904
4904
  "此处有一个聊天代理悬停部件。",
4905
4905
  "{0}(建议)",
4906
4906
  "屏幕截图",
4907
- "所需操作: {0}",
4908
- "{0} 此工具来自扩展“{1}”。请仔细查看任何请求的操作。",
4909
- "运行 {0}",
4910
4907
  undefined,
4911
4908
  undefined,
4912
4909
  undefined,
4913
- "User prompts and instructions are not currently synchronized. Do you want to enable synchronization of the user prompts and instructions?",
4910
+ undefined,
4911
+ undefined,
4912
+ undefined,
4913
+ "Do you want to backup and sync your user prompt and instruction files with Setting Sync?'",
4914
4914
  "启用",
4915
4915
  undefined,
4916
4916
  undefined,
@@ -5203,8 +5203,8 @@ var content = [
5203
5203
  "注释",
5204
5204
  "{0},请使用 ({1}) 获取辅助功能帮助",
5205
5205
  "{0},运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
5206
- "折叠注释线程将放弃未提交的注释。是否要折叠此注释线程?",
5207
- "折叠",
5206
+ "Collapsing this comment thread will discard unsubmitted comments. Are you sure you want to discard these comments?",
5207
+ undefined,
5208
5208
  "不再询问我",
5209
5209
  "全部折叠",
5210
5210
  "全部展开",
@@ -7148,7 +7148,7 @@ var content = [
7148
7148
  "设置修改过的行的格式",
7149
7149
  "当前行及其内嵌提示是否是当前焦点",
7150
7150
  "具有内嵌提示信息的代码",
7151
- "使用内联提示读取行",
7151
+ "Read Line with Inlay Hints",
7152
7152
  "停止内嵌提示读取",
7153
7153
  "编辑代码",
7154
7154
  "生成",
@@ -7172,7 +7172,7 @@ var content = [
7172
7172
  "移动到上一个更改",
7173
7173
  "在聊天中查看",
7174
7174
  "切换更改",
7175
- "撤消并关闭",
7175
+ undefined,
7176
7176
  "切换内联聊天",
7177
7177
  "无法启动编辑器聊天",
7178
7178
  "正在准备...",
@@ -7258,7 +7258,7 @@ var content = [
7258
7258
  "在 GitHub 上创建",
7259
7259
  "在 GitHub 中预览",
7260
7260
  "正在加载数据...",
7261
- "超出 GitHub 查询限制。请稍候。",
7261
+ "No duplicate issues found: GitHub query limit exceeded.",
7262
7262
  "类似问题",
7263
7263
  "打开",
7264
7264
  "已关闭",
@@ -7666,7 +7666,7 @@ var content = [
7666
7666
  "正在启动服务器 {0}",
7667
7667
  "连接状态: {0}",
7668
7668
  "正在停止服务器 {0}",
7669
- "{0} 此工具来自“{1}”(MCP 服务器)。请注意,MCP 服务器或恶意对话内容可能会尝试通过工具滥用“{2}”。请仔细查看任何请求的操作。",
7669
+ "{0} 请注意,MCP 服务器或恶意对话内容可能会尝试通过工具滥用“{1}”。",
7670
7670
  "运行 {0}",
7671
7671
  "{0}\r\n\r\n {1}",
7672
7672
  "正在运行 {0}",
@@ -7692,8 +7692,8 @@ var content = [
7692
7692
  "与基线进行比较",
7693
7693
  "将输入 2 与基本值进行比较",
7694
7694
  "打开基本文件",
7695
- "Accept All Incoming Changes from Left",
7696
- "Accept All Current Changes from Right",
7695
+ "接受来自左侧的所有传入更改",
7696
+ "接受来自右侧的所有当前更改",
7697
7697
  "重置结果",
7698
7698
  "重置",
7699
7699
  "重置“关闭并存在冲突”选项",
@@ -7715,7 +7715,7 @@ var content = [
7715
7715
  "使用高级差异算法。",
7716
7716
  "你位于合并编辑器中。",
7717
7717
  "使用命令“转到下一个未处理的冲突{0}”和“转到上一个未处理的冲突{1}”在合并冲突之间导航。",
7718
- "Run the command Merge Editor: Accept All Incoming Changes from the Left{0} and Merge Editor: Accept All Current Changes from the Right{1}",
7718
+ "运行命令“合并编辑器: 接受来自左侧的所有传入更改{0}”和“合并编辑器: 接受来自右侧的所有当前更改{1}",
7719
7719
  "正在合并: {0}",
7720
7720
  "是否要保留 {0} 个文件的合并结果?",
7721
7721
  "是否要保留 {0} 的合并结果?",
@@ -11510,7 +11510,7 @@ var content = [
11510
11510
  "设置 Copilot",
11511
11511
  "设置 Copilot",
11512
11512
  "使用 Copilot 聊天",
11513
- "开始使用 VS Code",
11513
+ "Get started with VS Code",
11514
11514
  "自定义编辑器、了解基础知识并开始编码",
11515
11515
  "安装程序 VS Code",
11516
11516
  "选择主题",
@@ -12758,7 +12758,7 @@ var content = [
12758
12758
  "设置",
12759
12759
  "键盘快捷方式",
12760
12760
  "代码片段",
12761
- "提示",
12761
+ "Prompts and Instructions",
12762
12762
  "任务",
12763
12763
  "扩展",
12764
12764
  "UI 状态",