@codingame/monaco-vscode-language-pack-zh-hans 17.1.2 → 17.1.3

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": "17.1.2",
3
+ "version": "17.1.3",
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": "17.1.2"
21
+ "@codingame/monaco-vscode-api": "17.1.3"
22
22
  }
23
23
  }
@@ -117,8 +117,8 @@
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
+ "Git Local Changes (Index)": "Git 本地更改(索引)",
121
+ "Git Local Changes (Working Tree)": "Git 本地更改(工作树)",
122
122
  "Git error": "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 存储库。是否要打开存储库?",
@@ -80,7 +80,7 @@
80
80
  "No tsconfig": "无 tsconfig",
81
81
  "Not now": "以后再说",
82
82
  "Open Config File": "打开配置文件",
83
- "Open on GitHub": "Open on GitHub",
83
+ "Open on GitHub": " GitHub 上打开",
84
84
  "Organize Imports": "整理导入",
85
85
  "Partial mode": "部分模式",
86
86
  "Paste with imports": "粘贴并导入",
@@ -109,7 +109,7 @@
109
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 提交问题之前尝试禁用这些扩展。",
110
110
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 语言服务已立即崩溃 5 次。将不会重启该服务。",
111
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.",
112
+ "The TypeScript Go extension is not installed.": "未安装 TypeScript Go 扩展。",
113
113
  "The current selection cannot be extracted": "无法提取当前所选内容",
114
114
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "路径 {0} 未指向运行 TS 服务器的有效节点安装。回退到捆绑节点。",
115
115
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
@@ -141,14 +141,14 @@
141
141
  },
142
142
  "package": {
143
143
  "configuration.expandableHover": "启用展开/收缩悬停以显示来自 TS 服务器的更多/更少信息。需要 TypeScript 5.9+。",
144
- "configuration.format": "Formatting",
144
+ "configuration.format": "格式设置",
145
145
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
146
146
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
147
147
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
148
148
  "configuration.implicitProjectConfig.strictFunctionTypes": "在不属于项目的 JavaScript 和 TypeScript 文件中启用/禁用[严格函数类型](https://www.typescriptlang.org/tsconfig#strictFunctionTypes)。现有 `jsconfig.json` 或 `tsconfig.json` 文件将替代此设置。",
149
149
  "configuration.implicitProjectConfig.strictNullChecks": "在不属于项目的 JavaScript 和 TypeScript 文件中启用/禁用[严格 null 检查](https://www.typescriptlang.org/tsconfig#strictNullChecks)。现有 `jsconfig.json` 或 `tsconfig.json` 文件将替代此设置。",
150
150
  "configuration.implicitProjectConfig.target": "为发出的 JavaScript 设置目标 JavaScript 语言版本并包含库声明。查看详细信息: https://www.typescriptlang.org/tsconfig#target。",
151
- "configuration.inlayHints": "Inlay Hints",
151
+ "configuration.inlayHints": "内嵌提示",
152
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```",
153
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```",
154
154
  "configuration.inlayHints.parameterNames.enabled": "启用/禁用参数名称的叠加提示:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```",
@@ -160,9 +160,9 @@
160
160
  "configuration.javascript.checkJs.checkJs.deprecation": "为支持 `js/ts.implicitProjectConfig.checkJs`,已弃用此设置。",
161
161
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "为支持 `js/ts.implicitProjectConfig.experimentalDecorators`,已弃用此设置。",
162
162
  "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
163
- "configuration.preferences": "Preferences",
163
+ "configuration.preferences": "首选项",
164
164
  "configuration.server": "TS 服务器",
165
- "configuration.suggest": "Suggestions",
165
+ "configuration.suggest": "建议",
166
166
  "configuration.suggest.autoImports": "启用/禁用自动导入建议。",
167
167
  "configuration.suggest.classMemberSnippets.enabled": "启用/禁用类成员的代码段完成。",
168
168
  "configuration.suggest.completeFunctionCalls": "完成函数的参数签名。",
@@ -316,7 +316,7 @@
316
316
  "typescript.restartTsServer": "重启 TS 服务器",
317
317
  "typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本...",
318
318
  "typescript.sortImports": "对导入进行排序",
319
- "typescript.suggest.enabled": "Enable/disable autocomplete suggestions.",
319
+ "typescript.suggest.enabled": "启用/禁用自动完成建议。",
320
320
  "typescript.suggestionActions.enabled": "启用或禁用编辑器中 TypeScript 文件的建议诊断。",
321
321
  "typescript.tsc.autoDetect": "控制对 tsc 任务的自动检测。",
322
322
  "typescript.tsc.autoDetect.build": "仅创建单次运行编译任务。",
@@ -334,7 +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
+ "typescript.useTsgo": "禁用 TypeScript JavaScript 语言功能以允许使用 TypeScript Go 实验性扩展。需要安装和配置 TypeScript Go。更改此设置后需要重新加载扩展。",
338
338
  "typescript.validate.enable": "启用/禁用 TypeScript 验证。",
339
339
  "typescript.workspaceSymbols.excludeLibrarySymbols": "排除“转到工作区中的符号”结果中库文件中的符号。要求在工作区中使用 TypeScript 5.3+。",
340
340
  "typescript.workspaceSymbols.scope": "通过[转到工作区中的符号](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name)来控制搜索的具体文件。",
@@ -3690,7 +3690,7 @@ var content = [
3690
3690
  "使用设置 ui 编辑器。",
3691
3691
  "使用 json 文件编辑器。",
3692
3692
  "确定默认情况下要使用的“设置”编辑器。",
3693
- "Controls whether setting suggestions are shown below the search bar in the Settings editor.",
3693
+ "控制设置建议是否显示在“设置”编辑器的搜索栏下方。",
3694
3694
  "控制为工作台项显示悬停之前的延迟时间(以毫秒为单位)(例如,一些扩展提供了树状视图项)。已经可见的项可能需要刷新,然后才会反映出此设置更改。",
3695
3695
  "控制工作台是否应以更少的动画呈现。",
3696
3696
  "始终减少动作呈现。",
@@ -4362,11 +4362,11 @@ var content = [
4362
4362
  "显示使用 Copilot 的扩展",
4363
4363
  "配置代码完成...",
4364
4364
  "升级 Copilot 计划",
4365
- "You've reached your monthly chat messages quota. You still have free code completions available.",
4366
- "You've reached your monthly code completions quota. You still have free chat messages available.",
4367
- "You've reached your monthly chat messages and code completions quota.",
4368
- "The allowance will reset on {0}.",
4369
- "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",
4365
+ "你已达到每月聊天消息配额。你仍然可以使用免费代码完成。",
4366
+ "你已达到每月代码补全配额。你仍然可以使用免费聊天消息。",
4367
+ "你已达到每月聊天消息和代码完成配额。",
4368
+ "限额将于 {0} 重置。",
4369
+ "升级到 Copilot Pro ( 30 天免费)以获取:\r\n- 无限制代码补全\r\n- 无限制聊天消息\r\n- 访问高级模型",
4370
4370
  "已达到 Copilot 配额",
4371
4371
  "关闭",
4372
4372
  "升级到 Copilot Pro",
@@ -4378,7 +4378,7 @@ var content = [
4378
4378
  "已重置工具确认首选项。",
4379
4379
  "更多...",
4380
4380
  "登录以使用 Copilot...",
4381
- "Copilot Free plan chat messages quota reached. Click for details.",
4381
+ "已达到 Copilot Free 计划聊天消息配额。单击以获取详细信息。",
4382
4382
  "开始新聊天将结束当前的编辑会话。",
4383
4383
  "开始新聊天?",
4384
4384
  "是否要保留对 {0} 个文件的待定编辑?",
@@ -4421,7 +4421,7 @@ var content = [
4421
4421
  "搜索附件",
4422
4422
  "[行 {0},列 {1}]",
4423
4423
  "所有问题",
4424
- "Select a problem to attach",
4424
+ "选择要附加的问题",
4425
4425
  "内置",
4426
4426
  "MCP 服务器",
4427
4427
  "扩展",
@@ -4509,7 +4509,7 @@ var content = [
4509
4509
  "将聊天会话保存到提示文件",
4510
4510
  "帮助",
4511
4511
  "新建提示文件...",
4512
- "Create new instruction file...",
4512
+ "创建新的指令文件...",
4513
4513
  "编辑({0} 键 + enter)",
4514
4514
  "删除",
4515
4515
  "用户数据文件夹",
@@ -4552,15 +4552,15 @@ var content = [
4552
4552
  "控制在需要确认时是否应聚焦 Copilot 窗口。",
4553
4553
  "控制是否应自动批准工具使用。",
4554
4554
  "控制是否可以从简单浏览器将元素发送到聊天。",
4555
- "Controls whether CSS of the selected element will be added to the chat. {0} must be enabled.",
4556
- "Controls whether a screenshot of the selected element will be added to the chat. {0} must be enabled.",
4555
+ "控制是否将所选元素的 CSS 添加到聊天中。必须启用 {0}",
4556
+ "控制是否将所选元素的屏幕截图添加到聊天中。必须启用 {0}",
4557
4557
  "启用与模型上下文协议服务器的集成,以提供其他工具和功能。",
4558
4558
  "模型上下文协议服务器配置",
4559
4559
  "启用在磁盘上而不是存储服务中存储聊天会话。启用此功能后,将按工作区将现有会话一次性迁移到新格式。",
4560
4560
  "启用基于工具调用的新编辑模式。启用此功能后,不支持工具调用的模型将无法用于编辑模式。",
4561
4561
  "使用由第三方扩展提供的工具启用。",
4562
4562
  "使用由第三方扩展提供的工具启用。",
4563
- "Enable agent mode for {0}. When this is enabled, agent mode can be activated via the dropdown in the view.",
4563
+ " {0} 启用代理模式。启用此模式后,可以通过视图中的下拉列表激活代理模式。",
4564
4564
  "启用 {0} 服务器发现",
4565
4565
  "在计算机上配置模型上下文协议服务器的发现。可以将其设置为 `true` 或 `false` 以禁用或启用所有源,以及要启用的映射源。",
4566
4566
  "提示文件",
@@ -4571,14 +4571,14 @@ var content = [
4571
4571
  "提示文件位置",
4572
4572
  "指定可在聊天、编辑和内联聊天会话中运行的可重用提示文件(`*{0}`)的位置。[了解详细信息]({1})。\r\n\r\n相对路径是从工作区的根文件夹解析的。",
4573
4573
  "聊天",
4574
- "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.",
4574
+ "允许 Copilot Edits 在代理模式下每轮次使用的最大请求数。达到限制后,Copilot 将要求用户确认是否继续工作。",
4575
4575
  "启动新聊天",
4576
4576
  "将聊天保存到提示文件",
4577
4577
  "选择工作区中的文件",
4578
- "Action required to confirm tool action: {0}. Press {1} to accept or {2} to cancel.",
4579
- "Action required to confirm tool action: {0}",
4578
+ "确认工具操作所需的操作: {0}。按 {1} 以接受或按 {2} 以取消。",
4579
+ "确认工具操作所需的操作: {0}",
4580
4580
  "聊天",
4581
- "Tool {0} completed.",
4581
+ "已完成工具 {0}",
4582
4582
  "1 个表",
4583
4583
  "{0} 个表",
4584
4584
  "1 个文件树",
@@ -4596,7 +4596,7 @@ var content = [
4596
4596
  "从上下文中移除",
4597
4597
  "附加文件,{0},行 {1} 到行 {2}",
4598
4598
  "附加文件,{0}",
4599
- "Omitted this file: {0}",
4599
+ "已省略此文件: {0}",
4600
4600
  "{0} 不支持此 {1} 类型。",
4601
4601
  "省略此图像: {0}",
4602
4602
  "部分省略了此图像: {0}",
@@ -4649,10 +4649,10 @@ var content = [
4649
4649
  "已暂停",
4650
4650
  "正在运行...",
4651
4651
  "单击以恢复",
4652
- "Manage paid premium requests",
4652
+ "管理付费高级请求",
4653
4653
  "升级到 Copilot Pro",
4654
- "Changes may take a few minutes to take effect.",
4655
- "Click to retry.",
4654
+ "更改可能需要几分钟才能生效。",
4655
+ "单击以重试。",
4656
4656
  "已使用 {0} 个引用",
4657
4657
  "已使用 {0} 个引用",
4658
4658
  "可折叠聊天列表",
@@ -4672,7 +4672,7 @@ var content = [
4672
4672
  "始终允许",
4673
4673
  "始终允许此工具运行而无需确认。",
4674
4674
  "查看更多",
4675
- "Data of type {0} ({1} bytes)",
4675
+ "类型为 {0} 的数据({1} 字节)",
4676
4676
  "文件树",
4677
4677
  "文件",
4678
4678
  "文件夹",
@@ -4760,17 +4760,17 @@ var content = [
4760
4760
  "建议的编辑",
4761
4761
  "{0} (来自 {1} 的更改)",
4762
4762
  "{0} (聊天中的更改)",
4763
- "Add element to chat",
4763
+ "将元素添加到聊天",
4764
4764
  "单击以选择元素。",
4765
- "Start",
4765
+ "开始",
4766
4766
  "单击可取消选择。",
4767
4767
  "取消",
4768
- "Configure Attachments Sent",
4769
- "Collapse Overlay",
4770
- "Select Again",
4771
- "Expand Overlay",
4772
- "Selecting element...",
4773
- "Element added to chat",
4768
+ "配置已发送的附件",
4769
+ "折叠覆盖",
4770
+ "再次选择",
4771
+ "展开覆盖",
4772
+ "正在选择元素...",
4773
+ "已将元素添加到聊天",
4774
4774
  "已取消选择",
4775
4775
  "聊天编辑器标签的图标。",
4776
4776
  "关闭聊天编辑器",
@@ -4849,7 +4849,7 @@ var content = [
4849
4849
  "{0} 行",
4850
4850
  "{0} {1}/{2}",
4851
4851
  "{0} {1}",
4852
- "Copilot Free 和 Pro 可能会显示 [公共代码]({0}) 建议,我们可能会使用你的数据来改进产品。你可以随时]({1}) 更改这些 [设置。",
4852
+ "Copilot Free 和 Pro 可能会显示 [公共代码]({0})建议,并且我们可能会使用你的数据来改进产品。你可以随时更改这些 [设置]({1})",
4853
4853
  "询问 Copilot",
4854
4854
  "编辑工作区中的文件",
4855
4855
  "在代理模式下编辑工作区中的文件",
@@ -4889,7 +4889,7 @@ var content = [
4889
4889
  "隐藏 Copilot",
4890
4890
  "升级到 Copilot Pro",
4891
4891
  "聊天",
4892
- "Manage Copilot Overages",
4892
+ "管理 Copilot 超额",
4893
4893
  "正在准备 Copilot...",
4894
4894
  "Copilot 当前仅在受信任的工作区中受支持。",
4895
4895
  "无法登录到 {0}。是否要重试?",
@@ -4917,9 +4917,9 @@ var content = [
4917
4917
  "管理 Copilot",
4918
4918
  "管理 Copilot",
4919
4919
  "代码补全",
4920
- "Chat messages",
4921
- "Premium requests",
4922
- "Allowance resets {0}.",
4920
+ "聊天消息",
4921
+ "高级请求",
4922
+ "限额重置为 {0}",
4923
4923
  "升级到 Copilot Pro",
4924
4924
  "设置",
4925
4925
  "设置",
@@ -4929,12 +4929,12 @@ var content = [
4929
4929
  "设置 Copilot",
4930
4930
  "登录以使用 Copilot",
4931
4931
  "了解详细信息",
4932
- "Manage paid premium requests",
4932
+ "管理付费高级请求",
4933
4933
  "已包含",
4934
- "+{0} requests",
4934
+ "另外 {0} 个请求",
4935
4935
  "{0}%",
4936
- "Additional paid premium requests enabled.",
4937
- "Additional paid premium requests disabled.",
4936
+ "已启用其他付费高级请求。",
4937
+ "已禁用其他付费高级请求。",
4938
4938
  "代码补全(全部文件)",
4939
4939
  "代码补全({0})",
4940
4940
  "下一个编辑建议",
@@ -4975,16 +4975,16 @@ var content = [
4975
4975
  "附加说明...",
4976
4976
  "选择一个位置以创建指令文件...",
4977
4977
  "选择创建提示文件的位置...",
4978
- "Do you want to backup and sync your user prompt and instruction files with Setting Sync?'",
4978
+ "是否要使用“设置同步”备份和同步用户提示和指令文件?”",
4979
4979
  "启用",
4980
- "Learn More",
4980
+ "了解详细信息",
4981
4981
  "新建说明文件...",
4982
4982
  "新提示文件...",
4983
4983
  "输入说明文件的名称",
4984
4984
  "输入提示文件的名称",
4985
- "Please enter a name.",
4986
- "The name contains invalid characters.",
4987
- "A file for the given name already exists.",
4985
+ "请输入名称。",
4986
+ "名称包含无效的字符。",
4987
+ "给定名称的文件已存在。",
4988
4988
  "用户数据文件夹",
4989
4989
  "当前工作区",
4990
4990
  "了解如何配置可重用提示",
@@ -5067,8 +5067,8 @@ var content = [
5067
5067
  "供应商字段不能为空。",
5068
5068
  "供应商字段不能以空格开头或结尾。",
5069
5069
  "其他模型",
5070
- "Background color of a Front Matter header block.",
5071
- "Background color of an inactive Front Matter header block.",
5070
+ "Front Matter 头信息块的背景色。",
5071
+ "非活动 Front Matter 头信息块的背景色。",
5072
5072
  "意外令牌“{0}”。",
5073
5073
  "将忽略重复的元数据记录“{0}”。",
5074
5074
  "将忽略未知的元数据记录“{0}”。",
@@ -5288,8 +5288,8 @@ var content = [
5288
5288
  "注释",
5289
5289
  "{0},请使用 ({1}) 获取辅助功能帮助",
5290
5290
  "{0},运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
5291
- "Collapsing this comment thread will discard unsubmitted comments. Are you sure you want to discard these comments?",
5292
- "Discard",
5291
+ "折叠此评论线程将舍弃未提交的评论。确定要舍弃这些评论吗?",
5292
+ "舍弃",
5293
5293
  "不再询问我",
5294
5294
  "全部折叠",
5295
5295
  "全部展开",
@@ -7224,7 +7224,7 @@ var content = [
7224
7224
  "设置修改过的行的格式",
7225
7225
  "当前行及其内嵌提示是否是当前焦点",
7226
7226
  "具有内嵌提示信息的代码",
7227
- "Read Line with Inlay Hints",
7227
+ "使用内嵌提示读取行",
7228
7228
  "停止内嵌提示读取",
7229
7229
  "编辑代码",
7230
7230
  "生成",
@@ -7279,7 +7279,7 @@ var content = [
7279
7279
  "空行是否显示通过内联聊天生成代码的提示。",
7280
7280
  "使用自然语言或伪代码的行是否显示继续内联聊天的提示。例如,“具有姓名和爱好的类人”会显示继续聊天的提示。",
7281
7281
  "是否使用下一个版本的内联聊天。",
7282
- "Whether to hide the inline chat widget after making a request. When enabled, the widget hides after a request has been made and instead the chat overlay shows. When hidden, the widget can always be shown again with the inline chat keybinding or from the chat overlay widget. *Note* that this setting requires `#inlineChat.enableV2#` to be enabled.",
7282
+ "是否在发出请求后隐藏内联聊天小组件。启用后,该小组件会在发出请求后隐藏,并改为显示聊天覆盖。隐藏后,始终可以使用内联聊天键绑定或通过聊天覆盖小组件再次显示小组件。*注意* 此设置需要启用 `#inlineChat.enableV2#`。",
7283
7283
  "内联聊天提供程序是否存在以及内联聊天的编辑器是否处于打开状态",
7284
7284
  "交互式编辑器的提供程序是否存在",
7285
7285
  "交互式编辑器的插件代理是否存在",
@@ -7339,7 +7339,7 @@ var content = [
7339
7339
  "在 GitHub 上创建",
7340
7340
  "在 GitHub 中预览",
7341
7341
  "正在加载数据...",
7342
- "No duplicate issues found: GitHub query limit exceeded.",
7342
+ "未找到重复问题: 超出了 GitHub 查询限制。",
7343
7343
  "类似问题",
7344
7344
  "打开",
7345
7345
  "已关闭",
@@ -11620,7 +11620,7 @@ var content = [
11620
11620
  "设置 Copilot",
11621
11621
  "设置 Copilot",
11622
11622
  "使用 Copilot 聊天",
11623
- "Get started with VS Code",
11623
+ "开始使用 VS Code",
11624
11624
  "自定义编辑器、了解基础知识并开始编码",
11625
11625
  "安装程序 VS Code",
11626
11626
  "选择主题",
@@ -11729,17 +11729,17 @@ var content = [
11729
11729
  "笔记本",
11730
11730
  "选择笔记的布局",
11731
11731
  "获取笔记,以你喜欢的方式体验",
11732
- "Get started with VS Code",
11733
- "Supercharge coding with AI",
11734
- "Set up VS Code",
11735
- "Agent mode",
11736
- "Analyzes the problem, plans next steps, and makes changes for you.",
11732
+ "开始使用 VS Code",
11733
+ "使用 AI 增强编码",
11734
+ "设置 VS Code",
11735
+ "代理模式",
11736
+ "分析问题,规划后续步骤,并为你进行更改。",
11737
11737
  "下一个编辑建议",
11738
- "Get code suggestions that predict your next edit.",
11739
- "Personalized to how you work",
11740
- "Swap models, add agent mode tools, and create personalized instructions.\r\n{0}",
11741
- "Set up AI",
11742
- "All commands within reach",
11738
+ "获取预测下一次编辑的代码建议。",
11739
+ "已按你的工作方式个性化设置",
11740
+ "交换模型、添加代理模式工具和创建个性化指令。\r\n{0}",
11741
+ "设置 AI",
11742
+ "所有命令触手可及",
11743
11743
  "支持所有语言",
11744
11744
  "在工具包中安装所需的语言扩展。\r\n{0}",
11745
11745
  "自定义 VS Code 的各个方面",
@@ -11752,10 +11752,10 @@ var content = [
11752
11752
  "深色高对比度",
11753
11753
  "浅色高对比度",
11754
11754
  "查看更多主题...",
11755
- "Dark Modern",
11756
- "Light Modern",
11757
- "Dark High Contrast",
11758
- "Light High Contrast",
11755
+ "深色现代",
11756
+ "浅色现代",
11757
+ "深色高对比度",
11758
+ "浅色高对比度",
11759
11759
  "内置",
11760
11760
  "创建",
11761
11761
  "新建文件...",
@@ -12887,7 +12887,7 @@ var content = [
12887
12887
  "设置",
12888
12888
  "键盘快捷方式",
12889
12889
  "代码片段",
12890
- "Prompts and Instructions",
12890
+ "提示和指令",
12891
12891
  "任务",
12892
12892
  "扩展",
12893
12893
  "UI 状态",
@@ -12904,8 +12904,8 @@ var content = [
12904
12904
  "文本编辑器",
12905
12905
  "显示 {0}",
12906
12906
  "切换 {0}",
12907
- "Opens view {0}",
12908
- "Whether to preserve the existing focus when opening the view.",
12907
+ "打开视图 {0}",
12908
+ "打开视图时是否保留现有焦点。",
12909
12909
  "焦点在 {0} 视图上",
12910
12910
  "重置位置",
12911
12911
  "文件已创建",