@codingame/monaco-vscode-language-pack-zh-hans 4.0.0 → 4.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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { registerLocalization } from 'vscode/l10n';
2
2
  import content from './translations/main.i18n.json.js';
3
3
 
4
- registerLocalization('zh-cn', content, {
4
+ registerLocalization('MS-CEINTL.vscode-language-pack-zh-hans', 'zh-cn', content, {
5
5
  'ms-vscode.js-debug': new URL('./translations/extensions/ms-vscode.js-debug.i18n.json', import.meta.url).href,
6
6
  'vscode.bat': new URL('./translations/extensions/vscode.bat.i18n.json', import.meta.url).href,
7
7
  'vscode.builtin-notebook-renderers': new URL('./translations/extensions/vscode.builtin-notebook-renderers.i18n.json', import.meta.url).href,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "4.0.0",
3
+ "version": "4.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
- "vscode": "npm:@codingame/monaco-vscode-api@4.0.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.1.0"
22
22
  }
23
23
  }
@@ -1726,6 +1726,9 @@ var content = {
1726
1726
  "vs/platform/actions/browser/toolbar": {
1727
1727
  hide: "隐藏",
1728
1728
  resetThisMenu: "重置菜单"
1729
+ },
1730
+ "vs/platform/actions/common/menuResetAction": {
1731
+ title: "重置所有菜单"
1729
1732
  },
1730
1733
  "vs/platform/actions/common/menuService": {
1731
1734
  "hide.label": "隐藏“{0}”"
@@ -2035,6 +2038,25 @@ var content = {
2035
2038
  strictSSL: "控制是否根据提供的 CA 列表验证代理服务器证书。",
2036
2039
  systemCertificates: "控制是否应从操作系统加载 CA 证书。(在 Windows 和 macOS 上, 关闭此窗口后需要重新加载窗口。)",
2037
2040
  systemCertificatesV2: "控制是否应启用从 OS 实验性加载 CA 证书。这使用比默认的障碍更通用的方法。"
2041
+ },
2042
+ "vs/platform/telemetry/common/telemetryService": {
2043
+ enableTelemetryDeprecated: "如果此设置为 false,则无论新设置的值如何,都不会发送遥测数据。已弃用,推荐使用 {0} 设置。",
2044
+ "telemetry.crashReports": "崩溃报告",
2045
+ "telemetry.docsAndPrivacyStatement": "详细了解[我们收集的数据]({0})和我们的[隐私声明]({1})。",
2046
+ "telemetry.docsStatement": "详细了解[我们收集的数据]({0})。",
2047
+ "telemetry.enableTelemetry": "启用要收集的诊断数据。这有助于我们更好地了解 {0} 的执行情况以及哪里需要改进。",
2048
+ "telemetry.enableTelemetryMd": "启用要收集的诊断数据。这有助于我们更好地了解 {0} 的执行情况以及哪里需要改进。[阅读详细信息]({1})关于我们收集的内容和隐私声明。",
2049
+ "telemetry.errors": "错误遥测",
2050
+ "telemetry.restart": "若要使崩溃报告更改生效,必须完全重新启动应用程序。",
2051
+ "telemetry.telemetryLevel.crash": "发送 OS 级别故障报告。",
2052
+ "telemetry.telemetryLevel.default": "发送使用情况数据、错误、故障报告。",
2053
+ "telemetry.telemetryLevel.deprecated": "****注意:*** 如果此设置为“关闭”,则无论其他遥测设置如何,都不会发送遥测数据。如果此设置为“关闭”以外的任何选项,并且使用弃用的设置禁用遥测,则不会发送遥测数据。*",
2054
+ "telemetry.telemetryLevel.error": "发送常规错误遥测和故障报告。",
2055
+ "telemetry.telemetryLevel.off": "禁用所有产品遥测。",
2056
+ "telemetry.telemetryLevel.tableDescription": "下表概述了每个设置所发送的数据:",
2057
+ "telemetry.telemetryLevelMd": "控制 {0} 遥测、第一方扩展遥测和参与的第三方扩展遥测。一些第三方扩展可能不遵守此设置。请查阅特定扩展的文档以确定。遥测有助于我们更好地了解 {0} 的执行情况、需要改进的地方以及功能的使用方式。",
2058
+ "telemetry.usage": "用法数据",
2059
+ telemetryConfigurationTitle: "遥测"
2038
2060
  },
2039
2061
  "vs/platform/terminal/common/terminalLogService": {
2040
2062
  terminalLoggerName: "终端"
@@ -2490,6 +2512,25 @@ var content = {
2490
2512
  "toggle screencast mode": "切换屏幕模式",
2491
2513
  user: "用户",
2492
2514
  workspace: "工作区"
2515
+ },
2516
+ "vs/workbench/browser/actions/helpActions": {
2517
+ keybindingsReference: "键盘快捷方式参考",
2518
+ miDocumentation: "文档(&&D)",
2519
+ miKeyboardShortcuts: "键盘快捷方式参考(&&K)",
2520
+ miLicense: "查看许可证(&&V)",
2521
+ miPrivacyStatement: "隐私声明(&&Y)",
2522
+ miTipsAndTricks: "贴士和技巧(&&C)",
2523
+ miUserVoice: "搜索功能请求(&&S)",
2524
+ miVideoTutorials: "视频教程(&&V)",
2525
+ miYouTube: "在 YouTube 上加入我们(&&J)",
2526
+ newsletterSignup: "订阅 VS Code 新闻邮件",
2527
+ openDocumentationUrl: "文档",
2528
+ openLicenseUrl: "查看许可证",
2529
+ openPrivacyStatement: "隐私声明",
2530
+ openTipsAndTricksUrl: "提示与技巧",
2531
+ openUserVoiceUrl: "搜索功能请求",
2532
+ openVideoTutorialsUrl: "视频教程",
2533
+ openYouTubeUrl: "在 YouTube 上加入我们"
2493
2534
  },
2494
2535
  "vs/workbench/browser/actions/layoutActions": {
2495
2536
  active: "活动",
@@ -4203,6 +4244,9 @@ var content = {
4203
4244
  "audioCues.help.placeholder": "选择要播放和配置的声音",
4204
4245
  "signals.sound.help": "帮助: 列出信号声音",
4205
4246
  "sounds.help.settings": "配置声音"
4247
+ },
4248
+ "vs/workbench/contrib/accountEntitlements/browser/accountsEntitlements.contribution": {
4249
+ "workbench.accounts.showEntitlements": "启用后,帐户的可用权利将显示在帐户菜单中。"
4206
4250
  },
4207
4251
  "vs/workbench/contrib/bulkEdit/browser/bulkEditService": {
4208
4252
  "areYouSureQuiteBulkEdit.detail": "{0} 正在进行。",
@@ -4543,6 +4587,10 @@ var content = {
4543
4587
  "vs/workbench/contrib/codeEditor/browser/inspectEditorTokens/inspectEditorTokens": {
4544
4588
  inspectEditorTokens: "开发人员: 检查编辑器标记和作用域",
4545
4589
  "inspectTMScopesWidget.loading": "正在加载..."
4590
+ },
4591
+ "vs/workbench/contrib/codeEditor/browser/inspectKeybindings": {
4592
+ "workbench.action.inspectKeyMap": "检查按键映射",
4593
+ "workbench.action.inspectKeyMapJSON": "检查按键映射(JSON)"
4546
4594
  },
4547
4595
  "vs/workbench/contrib/codeEditor/browser/largeFileOptimizations": {
4548
4596
  largeFile: "{0}: 为了减少内存使用量并避免冻结或崩溃,已为此大型文件禁用标记化、换行、折叠、编码、突出显示词和粘滞滚动。",
@@ -4576,6 +4624,10 @@ var content = {
4576
4624
  codeaction: "快速修复",
4577
4625
  "codeaction.get2": "从 \"{0}\" ([configure]({1}))中获取代码操作。",
4578
4626
  formatting2: "正在运行 \"{0}\" 格式化程序([configure]({1}))。"
4627
+ },
4628
+ "vs/workbench/contrib/codeEditor/browser/toggleColumnSelection": {
4629
+ miColumnSelection: "列选择模式(&&S)",
4630
+ toggleColumnSelection: "切换列选择模式"
4579
4631
  },
4580
4632
  "vs/workbench/contrib/codeEditor/browser/toggleMinimap": {
4581
4633
  miMinimap: "缩略图(&&M)",
@@ -5511,6 +5563,12 @@ var content = {
5511
5563
  },
5512
5564
  "vs/workbench/contrib/debug/common/replModel": {
5513
5565
  consoleCleared: "控制台已清除"
5566
+ },
5567
+ "vs/workbench/contrib/deprecatedExtensionMigrator/browser/deprecatedExtensionMigrator.contribution": {
5568
+ "bracketPairColorizer.notification": "扩展“括号对着色器”已禁用,因为它已被弃用。",
5569
+ "bracketPairColorizer.notification.action.enableNative": "启用本机括号对着色",
5570
+ "bracketPairColorizer.notification.action.showMoreInfo": "详细信息",
5571
+ "bracketPairColorizer.notification.action.uninstall": "卸载扩展"
5514
5572
  },
5515
5573
  "vs/workbench/contrib/editSessions/browser/editSessions.contribution": {
5516
5574
  autoResumeWorkingChanges: "控制是否为当前工作区自动继续存储在云中的可用工作更改。",
@@ -6731,6 +6789,29 @@ var content = {
6731
6789
  },
6732
6790
  "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": {
6733
6791
  localHistory: "本地历史记录"
6792
+ },
6793
+ "vs/workbench/contrib/localization/common/localization.contribution": {
6794
+ "language id": "语言 ID",
6795
+ localizations: "语言包",
6796
+ "localizations language name": "语言名称",
6797
+ "localizations localized language name": "语言本地名称",
6798
+ "vscode.extension.contributes.localizations": "向编辑器提供本地化内容",
6799
+ "vscode.extension.contributes.localizations.languageId": "显示字符串翻译的目标语言 ID。",
6800
+ "vscode.extension.contributes.localizations.languageName": "语言的英文名称。",
6801
+ "vscode.extension.contributes.localizations.languageNameLocalized": "提供语言的名称。",
6802
+ "vscode.extension.contributes.localizations.translations": "与语言关联的翻译的列表。",
6803
+ "vscode.extension.contributes.localizations.translations.id": "使用此翻译的 VS Code 或扩展的 ID。VS Code 的 ID 总为 \"vscode\",扩展的 ID 的格式应为 \"publisherId.extensionName\"。",
6804
+ "vscode.extension.contributes.localizations.translations.id.pattern": "翻译 VS Code 或者扩展,ID 分别应为 \"vscode\" 或格式为 \"publisherId.extensionName\"。",
6805
+ "vscode.extension.contributes.localizations.translations.path": "包含语言翻译的文件的相对路径。"
6806
+ },
6807
+ "vs/workbench/contrib/localization/common/localizationsActions": {
6808
+ available: "可用",
6809
+ chooseLocale: "选择显示语言",
6810
+ clearDisplayLanguage: "清除显示语言首选项",
6811
+ configureLocale: "配置显示语言",
6812
+ configureLocaleDescription: "根据已安装的语言包更改 VS Code 的区域设置。常用语言包括法语、中文、西班牙语、日语、德语、朝鲜语等。",
6813
+ installed: "已安装",
6814
+ moreInfo: "详细信息"
6734
6815
  },
6735
6816
  "vs/workbench/contrib/logs/common/logs.contribution": {
6736
6817
  "remote name": "{0} (远程)",
@@ -10496,6 +10577,42 @@ var content = {
10496
10577
  openUrl: "打开 URL",
10497
10578
  urlToOpen: "要打开的 URL",
10498
10579
  "workbench.trustedDomains.promptInTrustedWorkspace": "启用后,在受信任的工作区中打开链接时,将显示受信任的域提示。"
10580
+ },
10581
+ "vs/workbench/contrib/userDataProfile/browser/userDataProfile": {
10582
+ "create profile": "创建配置文件...",
10583
+ current: "当前",
10584
+ "delete profile": "删除配置文件...",
10585
+ "delete specific profile": "删除配置文件...",
10586
+ "edit profile": "编辑配置文件...",
10587
+ "export profile": "导出配置文件...",
10588
+ "export profile in share": "导出配置文件({0})...",
10589
+ "import from file": "选择文件...",
10590
+ "import from url": "从 URL 导入",
10591
+ "import profile": "导入配置文件...",
10592
+ "import profile dialog": "选择配置文件模版文件",
10593
+ "import profile placeholder": "提供配置文件模板 URL",
10594
+ "import profile quick pick title": "从配置文件模板导入...",
10595
+ "import profile share": "导入配置文件...",
10596
+ "pick profile to delete": "选择要删除的配置文件",
10597
+ "profile import error": "创建配置文件时出错: {0}",
10598
+ profiles: "配置文件({0})",
10599
+ "save profile as": "将当前配置文件另存为……",
10600
+ selectProfile: "选择配置文件",
10601
+ "show profile contents": "显示配置文件内容",
10602
+ switchProfile: "Switch 配置文件...",
10603
+ templates: "配置文件模板"
10604
+ },
10605
+ "vs/workbench/contrib/userDataProfile/browser/userDataProfileActions": {
10606
+ "cleanup profile": "清理配置文件",
10607
+ "create temporary profile": "创建临时配置文件",
10608
+ current: "当前",
10609
+ mange: "管理...",
10610
+ "pick profile to rename": "选择要重命名的配置文件",
10611
+ profileExists: "具有名称 {0} 的配置文件已经存在。",
10612
+ "rename profile": "重命名...",
10613
+ "rename specific profile": "重命名配置文件...",
10614
+ "reset workspaces": "重置工作区配置文件关联",
10615
+ "select profile to rename": "重命名 {0}"
10499
10616
  },
10500
10617
  "vs/workbench/contrib/userDataSync/browser/userDataSync": {
10501
10618
  "accept failed": "接受更改时出错。有关更多详细信息,请查看[日志]({0})。",
@@ -11315,6 +11432,15 @@ var content = {
11315
11432
  saveChangesMessage: "是否要保存对 {0} 的更改?",
11316
11433
  saveChangesMessages: "是否要保存对下列 {0} 个文件的更改?",
11317
11434
  "saveFileAs.title": "另存为"
11435
+ },
11436
+ "vs/workbench/services/dialogs/browser/fileDialogService": {
11437
+ learnMore: "了解详细信息(&&L)",
11438
+ openFiles: "打开文件(&&F)...",
11439
+ openRemote: "打开远程(&&O)...",
11440
+ pickFolderAndOpen: "无法打开文件夹,请尝试改为将文件夹添加到工作区。",
11441
+ pickWorkspaceAndOpen: "无法打开工作区,请尝试改为将文件夹添加到工作区。",
11442
+ unsupportedBrowserDetail: "浏览器不支持打开本地文件夹。\r\n你可以打开单个文件或打开远程存储库。",
11443
+ unsupportedBrowserMessage: "不支持打开本地文件夹"
11318
11444
  },
11319
11445
  "vs/workbench/services/dialogs/browser/simpleFileDialog": {
11320
11446
  openLocalFile: "打开本地文件...",
@@ -11568,6 +11694,28 @@ var content = {
11568
11694
  "vs/workbench/services/host/browser/browserHostService": {
11569
11695
  open: "打开(&&O)",
11570
11696
  unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
11697
+ },
11698
+ "vs/workbench/services/issue/browser/issueTroubleshoot": {
11699
+ "I cannot reproduce": "我无法重现",
11700
+ Stop: "停止",
11701
+ "This is Bad": "我可以重现",
11702
+ "ask to download insiders": "请尝试下载并重现{0}预览体验成员中的问题。",
11703
+ "ask to reproduce issue": "请尝试重现{0}预览体验成员中的问题,并确认问题是否存在。",
11704
+ bad: "我可以重现",
11705
+ "detail.start": "问题疑难解答过程有助于确定问题的原因。问题可能是由配置不当、扩展或 {0} 本身引起的。\r\n\r\n在此过程中,窗口会不断重载。每次都必须确认是否仍看到此问题。",
11706
+ "download insiders": "下载{0}预览体验成员",
11707
+ "empty.profile": "问题疑难解答处于活动状态,并且已将配置暂时重置为默认值。检查是否仍可以重现问题,然后从这些选项中进行选择。",
11708
+ good: "我无法重现",
11709
+ "issue is in core": "问题疑难解答已确定该问题与{0}有关。",
11710
+ "issue is with configuration": "问题疑难解答已确定此问题是由配置导致的。请使用“导出配置文件”命令导出配置来报告问题,并共享问题报告中的文件。",
11711
+ msg: "&&排查问题",
11712
+ "profile.extensions.disabled": "问题疑难解答处于活动状态,并暂时禁用了所有已安装的扩展。检查是否仍可以重现问题,然后从这些选项中进行选择。",
11713
+ "report anyway": "仍然报告问题",
11714
+ stop: "停止",
11715
+ "title.stop": "停止排查问题",
11716
+ "troubleshoot issue": "排查问题",
11717
+ troubleshootIssue: "排查问题...",
11718
+ "use insiders": "这可能意味着问题已解决,将在即将发布的版本中可用。你可以安全地使用{0}预览体验成员,直到新的稳定版本可用。"
11571
11719
  },
11572
11720
  "vs/workbench/services/keybinding/browser/keybindingService": {
11573
11721
  "invalid.keybindings": "无效的“contributes.{0}”: {1}",
@@ -11648,6 +11796,13 @@ var content = {
11648
11796
  },
11649
11797
  "vs/workbench/services/lifecycle/browser/lifecycleService": {
11650
11798
  lifecycleVeto: "可能无法保存所做的更改。请按“取消”,然后重试。"
11799
+ },
11800
+ "vs/workbench/services/localization/browser/localeService": {
11801
+ clearDisplayLanguageDetail: "按“重新加载”按钮以刷新页面并使用浏览器的语言。",
11802
+ clearDisplayLanguageMessage: "要更改显示语言,{0} 需要重新加载",
11803
+ relaunchDisplayLanguageDetail: "按“重新加载”按钮以刷新页面,并将显示语言设置为 {0}。",
11804
+ relaunchDisplayLanguageMessage: "要更改显示语言,{0} 需要重新加载",
11805
+ reload: "重新加载(&&R)"
11651
11806
  },
11652
11807
  "vs/workbench/services/notification/common/notificationService": {
11653
11808
  neverShowAgain: "不再显示"
@@ -11738,6 +11893,10 @@ var content = {
11738
11893
  "tunnel.source.auto": "自动转发",
11739
11894
  "tunnel.source.user": "用户转发",
11740
11895
  "tunnel.staticallyForwarded": "静态转发"
11896
+ },
11897
+ "vs/workbench/services/search/browser/searchService": {
11898
+ errorSearchFile: "无法使用 Web 辅助角色文件搜索器进行搜索",
11899
+ errorSearchText: "无法使用 Web 辅助角色文本搜索器进行搜索"
11741
11900
  },
11742
11901
  "vs/workbench/services/search/common/queryBuilder": {
11743
11902
  "search.noWorkspaceWithName": "工作区文件夹不存在: {0}"