@codingame/monaco-vscode-language-pack-zh-hans 16.0.3 → 16.0.4

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.3",
3
+ "version": "16.0.4",
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.3"
21
+ "@codingame/monaco-vscode-api": "16.0.4"
22
22
  }
23
23
  }
@@ -36,7 +36,7 @@
36
36
  "The current opened file's dirname": "当前打开的文件的完整目录名",
37
37
  "The current opened file's dirname relative to ${workspaceFolder}": "当前打开的文件与 ${workspaceFolder} 相对的目录名",
38
38
  "The current opened file's extension": "当前打开文件的扩展名",
39
- "The current opened file's folder name": "The current opened file's folder name",
39
+ "The current opened file's folder name": "当前打开的文件的文件夹名称",
40
40
  "The current selected line number in the active file": "活动文件中当前选定行的行号",
41
41
  "The current selected text in the active file": "当前在活动文件中选定的文本",
42
42
  "The file extension of the editor (e.g. txt)": "编辑器的文件扩展名(例如 txt)",
@@ -41,7 +41,7 @@
41
41
  "Are you sure you want to stage {0} files with merge conflicts?": "确定要暂存含有合并冲突的 {0} 个文件吗?",
42
42
  "Are you sure you want to stage {0} with merge conflicts?": "确定要暂存含有合并冲突的 {0} 吗?",
43
43
  "Ask Me Later": "稍后询问",
44
- "Branch \"{0}\" already exists": "Branch \"{0}\" already exists",
44
+ "Branch \"{0}\" already exists": "分支“{0}”已存在",
45
45
  "Branch name": "分支名称",
46
46
  "Branch name needs to match regex: {0}": "分支名称必须匹配正则表达式: {0}",
47
47
  "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.": "无法将引用强制推送到远程。自上次签出后,远程跟踪分支的提示已更新。首先尝试运行“拉取”以从远程分支中拉取最新更改。",
@@ -55,7 +55,7 @@
55
55
  "Choose a folder to clone {0} into": "选择文件夹以将 {0} 克隆到",
56
56
  "Choose a repository": "选择仓库",
57
57
  "Choose which repository to clone": "选择要克隆的存储库",
58
- "Choose which repository to publish": "Choose which repository to publish",
58
+ "Choose which repository to publish": "选择要发布的存储库",
59
59
  "Clear whitespace characters": "清除空格字符",
60
60
  "Clone from URL": "存储库 URL",
61
61
  "Clone from {0}": "从 {0} 克隆",
@@ -118,7 +118,7 @@
118
118
  "Git Blame Information": "Git 责任信息",
119
119
  "Git History": "Git 历史记录",
120
120
  "Git error": "Git 错误",
121
- "Git local changes (index)": "Git local changes (index)",
121
+ "Git local changes (index)": "Git 本地更改(索引)",
122
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 存储库。是否要打开存储库?",
@@ -299,7 +299,7 @@
299
299
  "Would you like to open the cloned repository?": "是否要打开已克隆仓库?",
300
300
  "Would you like to open the initialized repository, or add it to the current workspace?": "您是希望打开初始化的仓库,还是将其添加到当前工作区?",
301
301
  "Would you like to open the initialized repository?": "是否打开初始化的仓库?",
302
- "Would you like to publish this repository to continue working on it elsewhere?": "Would you like to publish this repository to continue working on it elsewhere?",
302
+ "Would you like to publish this repository to continue working on it elsewhere?": "是否要发布此存储库以在其他位置继续处理它?",
303
303
  "Would you like {0} to [periodically run \"git fetch\"]({1})?": "你希望 {0} [定期运行 \"git fetch\"]({1})吗?",
304
304
  "Yes": "是",
305
305
  "Yes, Don't Show Again": "确定,且不再显示",
@@ -554,7 +554,7 @@
554
554
  "command.undoCommit": "撤消上次提交",
555
555
  "command.unstage": "取消暂存更改",
556
556
  "command.unstageAll": "取消暂存所有更改",
557
- "command.unstageChange": "Unstage Change",
557
+ "command.unstageChange": "取消暂存更改",
558
558
  "command.unstageSelectedRanges": "取消暂存所选范围",
559
559
  "command.viewChanges": "打开更改",
560
560
  "command.viewCommit": "打开提交",
@@ -612,8 +612,8 @@
612
612
  "config.defaultCloneDirectory": "克隆 Git 存储库的默认位置。",
613
613
  "config.detectSubmodules": "控制是否自动检测 Git 子模块。",
614
614
  "config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
615
- "config.diagnosticsCommitHook.enabled": "Controls whether to check for unresolved diagnostics before committing.",
616
- "config.diagnosticsCommitHook.sources": "Controls the list of sources (**Item**) and the minimum severity (**Value**) to be considered before committing. **Note:** To ignore diagnostics from a particular source, add the source to the list and set the minimum severity to `none`.",
615
+ "config.diagnosticsCommitHook.enabled": "控制是否在提交之前检查未解决的诊断。",
616
+ "config.diagnosticsCommitHook.sources": "控制在提交之前要考虑的源()和最小严重性()的列表。注意: 若要忽略特定源的诊断,请将该源添加到列表中,并将最小严重性设置为“无”。",
617
617
  "config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
618
618
  "config.discardUntrackedChangesToTrash": "控制放弃未跟踪的更改是否将文件移动到回收站(Windows)、垃圾桶(macOS、Linux),而不是永久删除它们。**注意:** 连接到远程或在 Linux 中作为快照包运行时,此设置不起作用。",
619
619
  "config.enableCommitSigning": "允许使用 GPG、X.509 或 SSH 提交签名。",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "package": {
28
28
  "command.copyImage": "复制",
29
- "command.reopenAsPreview": "Reopen as image preview",
30
- "command.reopenAsText": "Reopen as source text",
29
+ "command.reopenAsPreview": "作为图像预览重新打开",
30
+ "command.reopenAsText": "作为源文本重新打开",
31
31
  "command.zoomIn": "放大",
32
32
  "command.zoomOut": "缩小",
33
33
  "customEditor.audioPreview.displayName": "音频预览",
@@ -9,8 +9,8 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "package": {
12
- "description": "Syntax highlighting for Prompt and Instructions documents.",
13
- "displayName": "Prompt Language Basics"
12
+ "description": "提示和说明文档的语法高亮显示。",
13
+ "displayName": "提示语言基本信息"
14
14
  }
15
15
  }
16
16
  }
@@ -138,6 +138,7 @@
138
138
  "{0} references": "{0} 个引用"
139
139
  },
140
140
  "package": {
141
+ "configuration.expandableHover": "Enable expanding/contracting the hover to reveal more/less information from the TS server. Requires TypeScript 5.9+.",
141
142
  "configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
142
143
  "configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
143
144
  "configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
@@ -154,11 +155,11 @@
154
155
  "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。",
155
156
  "configuration.javascript.checkJs.checkJs.deprecation": "为支持 `js/ts.implicitProjectConfig.checkJs`,已弃用此设置。",
156
157
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "为支持 `js/ts.implicitProjectConfig.experimentalDecorators`,已弃用此设置。",
157
- "configuration.javascript.format": "JavaScript Formatting",
158
- "configuration.javascript.preferences": "JavaScript Preferences",
159
- "configuration.javascript.suggest": "JavaScript Suggestions",
158
+ "configuration.javascript.format": "JavaScript 格式化",
159
+ "configuration.javascript.preferences": "JavaScript 首选项",
160
+ "configuration.javascript.suggest": "JavaScript 建议",
160
161
  "configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
161
- "configuration.server": "TS Server",
162
+ "configuration.server": "TS 服务器",
162
163
  "configuration.suggest.autoImports": "启用/禁用自动导入建议。",
163
164
  "configuration.suggest.classMemberSnippets.enabled": "启用/禁用类成员的代码段完成。",
164
165
  "configuration.suggest.completeFunctionCalls": "完成函数的参数签名。",
@@ -203,9 +204,9 @@
203
204
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
204
205
  "configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
205
206
  "configuration.typescript": "TypeScript",
206
- "configuration.typescript.format": "TypeScript Formatting",
207
- "configuration.typescript.preferences": "TypeScript Preferences",
208
- "configuration.typescript.suggest": "TypeScript Suggestions",
207
+ "configuration.typescript.format": "TypeScript 格式化",
208
+ "configuration.typescript.preferences": "TypeScript 首选项",
209
+ "configuration.typescript.suggest": "TypeScript 建议",
209
210
  "configuration.updateImportsOnPaste": "粘贴代码时自动更新导入项。需要 TypeScript 5.6+。",
210
211
  "description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
211
212
  "displayName": "JavaScript 和 TypeScript 的语言功能",
@@ -3645,7 +3645,7 @@ var content = [
3645
3645
  "始终以最大化方式打开面板。",
3646
3646
  "永不以最大化方式打开面板。面板将以非最大化方式打开。",
3647
3647
  "以关闭面板前的状态打开面板。",
3648
- "Controls whether activity items in the secondary side bar title are shown as label or icon. This setting only has an effect when {0} is not set to {1}.",
3648
+ "控制辅助边栏中的活动项是显示为标签还是图标。此设置仅在 {0} 未设置为 {1} 时生效。",
3649
3649
  "控制工作台底部状态栏的可见性。",
3650
3650
  "控制活动栏相对于主边栏和辅助侧栏的位置。",
3651
3651
  "在主侧栏的一侧和辅助侧栏的顶部显示活动栏。",
@@ -4322,7 +4322,7 @@ var content = [
4322
4322
  "当前",
4323
4323
  "切换到聊天",
4324
4324
  "新聊天标题",
4325
- "New Chat Editor",
4325
+ "新建聊天编辑器",
4326
4326
  "使用扩展聊天",
4327
4327
  "清除输入历史记录",
4328
4328
  "清除所有工作区聊天",
@@ -4331,11 +4331,11 @@ var content = [
4331
4331
  "管理 Copilot",
4332
4332
  "显示使用 Copilot 的扩展",
4333
4333
  "配置代码完成...",
4334
- "Upgrade Copilot Plan",
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 basic chat messages\r\n- Access to premium models",
4334
+ "升级 Copilot 计划",
4335
+ "你已达到每月聊天请求配额。你仍然可以使用免费代码补全。",
4336
+ "你已达到每月代码补全配额。你仍有可用的免费聊天请求。",
4337
+ "你已达到每月聊天请求和代码补全配额。",
4338
+ "升级到 Copilot Pro ( 30 天免费)以获取:\r\n- 无限制代码补全\r\n- 无限制的基本聊天请求\r\n- 访问高级模型",
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 plan chat messages quota reached. Click for details.",
4350
+ "已达到 Copilot Free 计划聊天请求配额。单击以获取详细信息。",
4351
4351
  undefined,
4352
4352
  undefined,
4353
4353
  "开始新聊天将结束当前的编辑会话。",
@@ -4388,15 +4388,15 @@ var content = [
4388
4388
  "将搜索结果添加到聊天",
4389
4389
  undefined,
4390
4390
  undefined,
4391
- "Add Context...",
4391
+ "添加上下文...",
4392
4392
  "将相关文件添加到工作集",
4393
4393
  "粘贴的图像",
4394
4394
  "来自剪贴板的图像",
4395
4395
  "屏幕截图窗口",
4396
4396
  "屏幕截图",
4397
- "Symbols...",
4398
- "Folders...",
4399
- "Problems...",
4397
+ "符号...",
4398
+ "文件夹...",
4399
+ "问题...",
4400
4400
  "内核变量...",
4401
4401
  "选择并插入内核变量",
4402
4402
  "相关文件",
@@ -4415,7 +4415,7 @@ var content = [
4415
4415
  "设置模式",
4416
4416
  "切换聊天模式将结束当前的编辑会话。",
4417
4417
  "是否启动新会话?",
4418
- "Changing the chat mode will end your current edit session. Would you like to change the chat mode?",
4418
+ "更改聊天模式将结束当前的编辑会话。是否要更改聊天模式?",
4419
4419
  "是",
4420
4420
  "切换请求已暂停",
4421
4421
  "恢复请求",
@@ -4487,12 +4487,12 @@ var content = [
4487
4487
  "没有可用的代码映射器。",
4488
4488
  "正在使用 {0} 应用代码块...",
4489
4489
  "未能应用代码块: {0}",
4490
- "Attached {0}, {1}, line {2} to line {3}",
4491
- "Attached {0}, {1}",
4492
- "Current {0} context",
4490
+ "已附加 {0}{1}、行 {2} 到行 {3}",
4491
+ "已附加 {0}{1}",
4492
+ "当前 {0} 上下文",
4493
4493
  "已禁用",
4494
- "Disable current {0} context",
4495
- "Enable current {0} context",
4494
+ "禁用当前 {0} 上下文",
4495
+ "启用当前 {0} 上下文",
4496
4496
  undefined,
4497
4497
  undefined,
4498
4498
  undefined,
@@ -4519,7 +4519,7 @@ var content = [
4519
4519
  "控制是否应在聊天输入中呈现相关文件。",
4520
4520
  undefined,
4521
4521
  "控制在需要确认时是否应聚焦 Copilot 窗口。",
4522
- "Controls whether tool use should be automatically approved.",
4522
+ "控制是否应自动批准工具使用。",
4523
4523
  "启用与模型上下文协议服务器的集成,以提供其他工具和功能。",
4524
4524
  "模型上下文协议服务器配置",
4525
4525
  undefined,
@@ -4794,7 +4794,7 @@ var content = [
4794
4794
  "需要设置 Copilot 以使用聊天。",
4795
4795
  "正在准备 Copilot。",
4796
4796
  "Copilot 即将就绪。",
4797
- "Copilot took too long to get ready. Please review the guidance in the Chat view.",
4797
+ "Copilot 准备时间太长。请查看“聊天”视图中的指导。",
4798
4798
  "正在登录到 {0}。",
4799
4799
  "正在准备 Copilot。",
4800
4800
  "Copilot 设置失败。",
@@ -4851,14 +4851,14 @@ var content = [
4851
4851
  undefined,
4852
4852
  "Copilot 状态",
4853
4853
  "已注销",
4854
- "Chat quota reached",
4855
- "Completions quota reached",
4856
- "Quota reached",
4854
+ "已达到聊天配额",
4855
+ "已达到完成配额",
4856
+ "已达到配额",
4857
4857
  "已禁用代码补全",
4858
- "Copilot Usage",
4859
- "聊天消息",
4858
+ "Copilot 使用情况",
4859
+ "聊天请求",
4860
4860
  "代码补全",
4861
- "Allowance renews on {0}.",
4861
+ "授权额度将在 {0}续订。",
4862
4862
  "升级到 Copilot Pro",
4863
4863
  "设置",
4864
4864
  "设置 Copilot 以使用 AI 功能。",
@@ -4913,7 +4913,7 @@ var content = [
4913
4913
  "当前未同步用户提示。是否要启用同步用户提示?",
4914
4914
  "启用",
4915
4915
  undefined,
4916
- "选择提示源文件夹",
4916
+ undefined,
4917
4917
  "当前工作区",
4918
4918
  "了解如何配置可重用提示",
4919
4919
  "未找到提示源文件夹。",
@@ -6278,7 +6278,7 @@ var content = [
6278
6278
  "要卸载的扩展的 id",
6279
6279
  "扩展 ID 是必需的。",
6280
6280
  "未安装扩展“{0}”。请确保你使用包括发布者的完整的扩展 ID,例如 ms-vscode.csharp。",
6281
- "Extension '{0}' is a Built-in extension and cannot be uninstalled",
6281
+ "扩展“{0}”是内置扩展,无法卸载",
6282
6282
  "搜索特定扩展",
6283
6283
  "要在搜索中使用的查询",
6284
6284
  "键入要安装或搜索的扩展的名称。",
@@ -6599,7 +6599,7 @@ var content = [
6599
6599
  "{0} 需要更新",
6600
6600
  "{0} 需要重启",
6601
6601
  "{0} 需要重启",
6602
- "The extension '{0}' was found to be problematic and has been uninstalled",
6602
+ "发现扩展“{0}”存在问题,并已将其卸载",
6603
6603
  "重启扩展",
6604
6604
  "立即重新加载",
6605
6605
  undefined,
@@ -6697,12 +6697,12 @@ var content = [
6697
6697
  "无法安装“{0}”扩展,因为它不兼容。",
6698
6698
  "卸载带依赖项的扩展",
6699
6699
  "全部卸载",
6700
- "Uninstalling extension...",
6700
+ "正在卸载扩展...",
6701
6701
  "无法单独卸载 \"{0}\" 扩展。\"{1}\" 扩展依赖于它。是否要卸载所有这些扩展?",
6702
6702
  "无法单独卸载 \"{0}\" 扩展。\"{1}\" 和 \"{2}\" 扩展依赖于它。是否要卸载所有这些扩展?",
6703
6703
  "无法单独卸载 \"{0}\" 扩展。\"{1}\"、\"{2}\" 和其他扩展依赖于它。是否要卸载所有这些扩展?",
6704
- "Installing '{0}' extension...",
6705
- "Installing extension...",
6704
+ "正在安装“{0}”扩展...",
6705
+ "正在安装扩展...",
6706
6706
  "禁用带依赖项的扩展",
6707
6707
  "全部禁用",
6708
6708
  "无法单独禁用 \"{0}\" 扩展。\"{1}\" 扩展依赖于此扩展。要禁用所有这些扩展吗?",
@@ -7587,7 +7587,7 @@ var content = [
7587
7587
  "从 Docker 映像安装",
7588
7588
  "命令(stdio)",
7589
7589
  "运行实现 MCP 协议的本地命令",
7590
- "HTTP (HTTP or Server-Sent Events)",
7590
+ "HTTP (HTTP 或服务器发送的事件)",
7591
7591
  "连接到实现 MCP 协议的远程 HTTP 服务器",
7592
7592
  "手动安装",
7593
7593
  "模型辅助",
@@ -7645,7 +7645,7 @@ var content = [
7645
7645
  "包含服务器环境变量的文件的路径。",
7646
7646
  "传递给服务器的环境变量。",
7647
7647
  "模型上下文协议服务器",
7648
- "The URL of the Streamable HTTP or SSE endpoint.",
7648
+ "可流式传输的 HTTP SSE 终结点的 URL。",
7649
7649
  "发送到服务器的附加标头。",
7650
7650
  "提供模型上下文协议服务器。用户还应使用 `vscode.lm.registerMcpConfigurationProvider`。",
7651
7651
  "集合的唯一 ID。",
@@ -7667,10 +7667,10 @@ var content = [
7667
7667
  "连接状态: {0}",
7668
7668
  "正在停止服务器 {0}",
7669
7669
  "{0} 此工具来自“{1}”(MCP 服务器)。请注意,MCP 服务器或恶意对话内容可能会尝试通过工具滥用“{2}”。请仔细查看任何请求的操作。",
7670
- "Run {0}",
7670
+ "运行 {0}",
7671
7671
  "{0}\r\n\r\n {1}",
7672
- "Running {0}",
7673
- "Ran {0} ",
7672
+ "正在运行 {0}",
7673
+ "已运行 {0}",
7674
7674
  "已停止",
7675
7675
  "正在启动",
7676
7676
  "正在运行",
@@ -7946,7 +7946,7 @@ var content = [
7946
7946
  "清除笔记本编辑器类型缓存",
7947
7947
  "无法联接不同种类的单元格",
7948
7948
  "联接 Notebook 单元格",
7949
- "Show Empty Outputs",
7949
+ "显示空输出",
7950
7950
  "复制单元格输出",
7951
7951
  "在文本编辑器中打开单元输出",
7952
7952
  "发出请求",
@@ -11499,8 +11499,8 @@ var content = [
11499
11499
  "将远程仓库克隆到本地文件夹",
11500
11500
  "打开仓库...",
11501
11501
  "连接到远程仓库或拉取请求,以进行浏览、搜索、编辑和提交",
11502
- "打开演练...",
11503
- "查看编辑器或扩展的演练",
11502
+ undefined,
11503
+ undefined,
11504
11504
  "连接到...",
11505
11505
  "连接到远程开发工作区。",
11506
11506
  "打开隧道...",