@codingame/monaco-vscode-language-pack-zh-hans 13.1.1 → 13.1.2

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": "13.1.1",
3
+ "version": "13.1.2",
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@13.1.1"
21
+ "@codingame/monaco-vscode-api": "13.1.2"
22
22
  }
23
23
  }
@@ -319,6 +319,7 @@
319
319
  "Locals": "本地",
320
320
  "Lost connection to debugee, reconnecting in {0}ms\r\n": "已断开与调试对象的连接,将在 {0} 毫秒后重新连接\r\n",
321
321
  "Manual": "手动",
322
+ "Missing source information. Did you set \"originalUrl\" or \"source\"?": "缺少源信息。是否设置了 “originalUrl” 或 “source”?",
322
323
  "Module": "模块",
323
324
  "Networking not available.": "网络不可用。",
324
325
  "Never": "从不",
@@ -420,8 +420,8 @@
420
420
  "command.api.getRemoteSources": "获取远程源",
421
421
  "command.api.getRepositories": "获取存储库",
422
422
  "command.api.getRepositoryState": "获取仓库状态",
423
- "command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
424
- "command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
423
+ "command.blameToggleEditorDecoration": "切换 Git Blame 编辑器效果",
424
+ "command.blameToggleStatusBarItem": "切换 Git Blame 状态栏项",
425
425
  "command.branch": "创建分支...",
426
426
  "command.branchFrom": "从现有来源创建新的分支...",
427
427
  "command.checkout": "签出到...",
@@ -55,7 +55,7 @@
55
55
  "config.branchProtection": "控制是否查询 GitHub 存储库的存储库规则",
56
56
  "config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
57
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.)",
58
+ "config.showAvatar": "控制是否以各种悬停方式显示提交作者的 GitHub 虚拟形象 (,例如 Git 追溯、日程表、源代码管理图等 )",
59
59
  "description": "适用于 VS Code 的 GitHub 功能",
60
60
  "displayName": "GitHub",
61
61
  "welcome.publishFolder": "可以直接将此文件夹发布到 GitHub 仓库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
@@ -55,9 +55,9 @@
55
55
  "Link is also defined here": "还在此处定义了链接",
56
56
  "Link to '# {0}' in '{1}'": "链接到“{1}”中的“# {0}”",
57
57
  "Link to '{0}'": "链接到“{0}”",
58
- "Link validation disabled": "已禁用链接验证",
59
- "Link validation enabled": "已启用链接验证",
60
58
  "Markdown Language Server": "Markdown 语言服务器",
59
+ "Markdown link validation disabled": "已禁用 Markdown 链接验证",
60
+ "Markdown link validation enabled": "已启用 Markdown 链接验证",
61
61
  "Media": "媒体",
62
62
  "More Information": "更多信息",
63
63
  "Never": "从不",
@@ -85,7 +85,7 @@
85
85
  "package": {
86
86
  "configuration.copyIntoWorkspace.mediaFiles": "尝试将外部图像和视频文件复制到工作区。",
87
87
  "configuration.copyIntoWorkspace.never": "请勿将外部文件复制到工作区。",
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.",
88
+ "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`。\r\n- “${unixTime} - 当前 Unix 时间戳(以毫秒为单位)。",
89
89
  "configuration.markdown.copyFiles.overwriteBehavior": "控制通过放置或粘贴操作创建的文件是否应覆盖现有文件。",
90
90
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "如果已存在具有相同名称的文件,请向文件名追加一个数字,例如: `image.png` 变为 `image-1.png`。",
91
91
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "如果已存在具有相同名称的文件,则覆盖。",
@@ -30,9 +30,9 @@
30
30
  "package": {
31
31
  "description": "Microsoft 身份验证提供程序",
32
32
  "displayName": "Microsoft 帐户",
33
- "microsoft-authentication.clientIdVersion.description": "The version of the Microsoft Account client ID to use for signing in with a Microsoft account. Only change this if you have been asked to. The default is `v1`.",
34
- "microsoft-authentication.clientIdVersion.enumDescriptions.v1": "Use the v1 Microsoft Account client ID to sign in with a Microsoft account.",
35
- "microsoft-authentication.clientIdVersion.enumDescriptions.v2": "Use the v2 Microsoft Account client ID to sign in with a Microsoft account.",
33
+ "microsoft-authentication.clientIdVersion.description": "用于使用Microsoft 帐户登录的Microsoft帐户客户端 ID 的版本。仅当有人要求你进行更改时才进行更改。默认值为 v1”。",
34
+ "microsoft-authentication.clientIdVersion.enumDescriptions.v1": "使用 v1 Microsoft帐户客户端 ID 以使用Microsoft 帐户登录。",
35
+ "microsoft-authentication.clientIdVersion.enumDescriptions.v2": "使用 v2 Microsoft帐户客户端 ID 以使用Microsoft 帐户登录。",
36
36
  "microsoft-authentication.implementation.description": "用于使用Microsoft 帐户登录的身份验证实现。\r\n\r\n*注意: 'classic' 实现已弃用,并将在将来的版本中与此设置一起删除。如果只有 “classic” 实现适用于你,请 [open an issue](command:workbench.action.openIssueReporter) 并解释你尝试登录的内容。*",
37
37
  "microsoft-authentication.implementation.enumDescriptions.classic": "(弃用) 使用经典身份验证流使用Microsoft 帐户登录。",
38
38
  "microsoft-authentication.implementation.enumDescriptions.msal": "使用 Microsoft 身份验证库(MSAL) 通过 Microsoft 帐户登录。",
@@ -390,9 +390,9 @@ var content = [
390
390
  "控制是否在编辑器中显示内联建议的语法突出显示。",
391
391
  "控制内联建议如何与建议小组件交互。如果启用,当内联建议可用时,不会自动显示建议小组件。",
392
392
  "控制内联建议的字体系列。",
393
- "控制是否在内联建议中启用实验性编辑。",
394
- "Controls whether to enable experimental mixed lines diff in inline suggestions.",
395
- "控制是否在内联建议中启用实验性错行差异。",
393
+ undefined,
394
+ undefined,
395
+ undefined,
396
396
  undefined,
397
397
  "控制是否启用括号对着色。请使用 {0} 重写括号突出显示颜色。",
398
398
  "控制每个方括号类型是否具有自己的独立颜色池。",
@@ -1188,7 +1188,7 @@ var content = [
1188
1188
  "显示下一个内联建议",
1189
1189
  "显示上一个内联建议",
1190
1190
  "触发内联建议",
1191
- "Trigger Next Edit Suggestion",
1191
+ "触发下一个编辑建议",
1192
1192
  "无内联编辑可用。",
1193
1193
  "接受内联建议的下一个字",
1194
1194
  "接受 Word",
@@ -3125,7 +3125,7 @@ var content = [
3125
3125
  "管理工作区信任",
3126
3126
  "编辑器错误",
3127
3127
  "由于找不到该文件,因此无法打开编辑器。",
3128
- "由于意外错误,无法打开编辑器: {0}",
3128
+ "由于意外错误,无法打开编辑器。有关详细信息,请参阅日志。",
3129
3129
  "由于意外错误,无法打开编辑器。",
3130
3130
  "重试",
3131
3131
  "没有匹配的编辑器",
@@ -4179,7 +4179,7 @@ var content = [
4179
4179
  "新聊天标题",
4180
4180
  "打开编辑器",
4181
4181
  "使用扩展聊天",
4182
- "探索新功能",
4182
+ "显示发行说明",
4183
4183
  "清除输入历史记录",
4184
4184
  "清除所有工作区聊天",
4185
4185
  "焦点聊天列表",
@@ -4282,7 +4282,7 @@ var content = [
4282
4282
  "若要插入代码块,请打开代码编辑器或笔记本编辑器,并在插入代码块的位置设置光标。",
4283
4283
  "无法将代码块插入只读笔记本编辑器。",
4284
4284
  "无法将代码块插入到只读代码编辑器。",
4285
- "正在预览另一个代码更改。请先应用或放弃挂起的更改。",
4285
+ undefined,
4286
4286
  "若要应用此代码块,请打开代码或笔记本编辑器。",
4287
4287
  "无法将代码块应用于只读笔记本编辑器。",
4288
4288
  "无法将代码块应用于只读文件。",
@@ -4399,7 +4399,7 @@ var content = [
4399
4399
  "聊天编辑:“{0}”",
4400
4400
  "聊天编辑",
4401
4401
  "正在保存聊天编辑历史记录",
4402
- "正在生成编辑...",
4402
+ undefined,
4403
4403
  "聊天编辑",
4404
4404
  "挂起的{0}更改",
4405
4405
  "挂起的聊天更改",
@@ -4424,8 +4424,8 @@ var content = [
4424
4424
  "{0} 个文件中有 1 个更改",
4425
4425
  "1 个文件中有 {0} 个更改",
4426
4426
  "{1} 个文件中的 {0} 个更改",
4427
- "Generating edits",
4428
- "{0}% Applying edits",
4427
+ "生成编辑",
4428
+ "{0}% 应用编辑",
4429
4429
  undefined,
4430
4430
  undefined,
4431
4431
  undefined,
@@ -4545,7 +4545,7 @@ var content = [
4545
4545
  "隐藏 Copilot",
4546
4546
  "升级到 Copilot Pro",
4547
4547
  "聊天",
4548
- "An error occurred while signing up for Copilot Free. Would you like to try again?",
4548
+ "注册 Copilot Free 时出错。是否要重试?",
4549
4549
  undefined,
4550
4550
  "注册 Copilot Free 时出错。",
4551
4551
  "确定",
@@ -4593,7 +4593,7 @@ var content = [
4593
4593
  "{0}(建议)",
4594
4594
  "屏幕截图",
4595
4595
  "正在使用 {0}",
4596
- "预览",
4596
+ undefined,
4597
4597
  "向聊天视图提供欢迎消息",
4598
4598
  "欢迎消息的图标。",
4599
4599
  "欢迎消息的标题。",
@@ -8029,7 +8029,7 @@ var content = [
8029
8029
  "找到 {0} 个设置",
8030
8030
  "备份和同步设置",
8031
8031
  "上次同步时间: {0}",
8032
- "未应用设置值",
8032
+ "需要工作区信任",
8033
8033
  "此设置值仅可应用于受信任的工作区。",
8034
8034
  "管理工作区信任",
8035
8035
  "未同步",
@@ -8040,8 +8040,8 @@ var content = [
8040
8040
  "用户",
8041
8041
  "工作区",
8042
8042
  "远程",
8043
- "未应用设置值",
8044
- "此设置由组织管理,并且无法更改其应用的值。",
8043
+ "由组织管理",
8044
+ "此设置由你所在组织管理,并且无法更改其实际值。",
8045
8045
  "查看策略设置",
8046
8046
  "适用所有配置文件",
8047
8047
  "该设置不特定于当前配置文件,并将在切换配置文件时保留其值。",
@@ -8177,8 +8177,8 @@ var content = [
8177
8177
  "值",
8178
8178
  "设置目录",
8179
8179
  "{0},组",
8180
- "此设置控制仍在进行优化但已可供使用的新功能。欢迎提供反馈。",
8181
- "此设置控制正在积极开发且可能不稳定的新功能。它可能会发生更改或移除。",
8180
+ "预览设置: 此设置控制仍在进行优化但已可供使用的新功能。欢迎提供反馈。",
8181
+ "实验性设置: 此设置控制正在积极开发且可能不稳定的新功能。它可能会发生更改或移除。",
8182
8182
  "拆分设置编辑器",
8183
8183
  "控制是否在设置中启用自然语言搜索。自然语言搜索由 Microsoft 联机服务提供。",
8184
8184
  "在搜索时隐藏目录。",
@@ -8565,7 +8565,7 @@ var content = [
8565
8565
  "请使用刷新操作($(refresh))刷新图形。",
8566
8566
  "源代码管理存储库",
8567
8567
  "源代码管理",
8568
- "源代码管理输入",
8568
+ undefined,
8569
8569
  "查看和排序",
8570
8570
  "存储库",
8571
8571
  "以列表形式查看",
@@ -9966,11 +9966,11 @@ var content = [
9966
9966
  "选择上一页建议",
9967
9967
  "选择下一条建议",
9968
9968
  "选择下一页建议",
9969
- "Insert",
9969
+ "插入",
9970
9970
  "接受所选建议 (Enter)",
9971
9971
  "隐藏建议小组件",
9972
9972
  "清除建议缓存",
9973
- "Enables experimental terminal Intellisense suggestions for supported shells ({0}) when {1} is set to {2}.\r\n\r\nIf shell integration is installed manually, {3} needs to be set to {4} before calling the shell integration script.",
9973
+ " {1} 设置为 {2} 时,为受支持的 shell ({0})启用实验性终端 Intellisense 建议。\r\n\r\n如果是手动安装的 shell 集成,则在调用 shell 集成脚本之前,需要将 {3} 设置为 {4}",
9974
9974
  "控制是否应在键入时自动显示建议。另请注意控制建议是否由特殊字符触发的 {0} 设置。",
9975
9975
  "控制在键入触发字符后是否自动显示建议。",
9976
9976
  "控制是否应在使用 `Enter` (而不是 `Tab`)接受结果时立即运行建议。",
@@ -11495,9 +11495,9 @@ var content = [
11495
11495
  "以下扩展因包含依赖循环已被禁用: {0}",
11496
11496
  "找不到可在 {0} 启动测试运行程序的扩展主机。",
11497
11497
  "{0} (错误: {1})",
11498
- "已阻止重新启动扩展,但需要: {0}。是否仍要继续?",
11499
- "原因: {0}",
11500
- "原因:\r\n- {0}",
11498
+ "请确认重新启动扩展。",
11499
+ undefined,
11500
+ undefined,
11501
11501
  "远程扩展主机意外终止。正在重启...",
11502
11502
  "扩展远程主机在过去 5 分钟内意外终止了 3 次。",
11503
11503
  "重启远程扩展主机",
@@ -11898,7 +11898,7 @@ var content = [
11898
11898
  "定义图标的图标字体的路径。",
11899
11899
  "图标字体中图标的字符。",
11900
11900
  undefined,
11901
- "The default of the icon. Either a reference to an existing ThemeIcon or an icon in an icon font.",
11901
+ "图标的默认值。引用现有主题图标或图标字体中的图标。",
11902
11902
  "'configuration.icons' 必须是以图标名称为属性的对象。",
11903
11903
  "'configuration.icons' 键标识图标 ID,只能包含字母、数字和减号。它们需要按 `component-iconname` 格式由至少两段组成。",
11904
11904
  "必须定义 'configuration.icons.description' 且它不可为空",