@codingame/monaco-vscode-language-pack-zh-hans 4.0.0 → 4.1.1
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 +1 -1
- package/package.json +2 -2
- package/translations/main.i18n.json.js +45 -0
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.
|
|
3
|
+
"version": "4.1.1",
|
|
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.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.1.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6731,6 +6731,29 @@ var content = {
|
|
|
6731
6731
|
},
|
|
6732
6732
|
"vs/workbench/contrib/localHistory/browser/localHistoryTimeline": {
|
|
6733
6733
|
localHistory: "本地历史记录"
|
|
6734
|
+
},
|
|
6735
|
+
"vs/workbench/contrib/localization/common/localization.contribution": {
|
|
6736
|
+
"language id": "语言 ID",
|
|
6737
|
+
localizations: "语言包",
|
|
6738
|
+
"localizations language name": "语言名称",
|
|
6739
|
+
"localizations localized language name": "语言本地名称",
|
|
6740
|
+
"vscode.extension.contributes.localizations": "向编辑器提供本地化内容",
|
|
6741
|
+
"vscode.extension.contributes.localizations.languageId": "显示字符串翻译的目标语言 ID。",
|
|
6742
|
+
"vscode.extension.contributes.localizations.languageName": "语言的英文名称。",
|
|
6743
|
+
"vscode.extension.contributes.localizations.languageNameLocalized": "提供语言的名称。",
|
|
6744
|
+
"vscode.extension.contributes.localizations.translations": "与语言关联的翻译的列表。",
|
|
6745
|
+
"vscode.extension.contributes.localizations.translations.id": "使用此翻译的 VS Code 或扩展的 ID。VS Code 的 ID 总为 \"vscode\",扩展的 ID 的格式应为 \"publisherId.extensionName\"。",
|
|
6746
|
+
"vscode.extension.contributes.localizations.translations.id.pattern": "翻译 VS Code 或者扩展,ID 分别应为 \"vscode\" 或格式为 \"publisherId.extensionName\"。",
|
|
6747
|
+
"vscode.extension.contributes.localizations.translations.path": "包含语言翻译的文件的相对路径。"
|
|
6748
|
+
},
|
|
6749
|
+
"vs/workbench/contrib/localization/common/localizationsActions": {
|
|
6750
|
+
available: "可用",
|
|
6751
|
+
chooseLocale: "选择显示语言",
|
|
6752
|
+
clearDisplayLanguage: "清除显示语言首选项",
|
|
6753
|
+
configureLocale: "配置显示语言",
|
|
6754
|
+
configureLocaleDescription: "根据已安装的语言包更改 VS Code 的区域设置。常用语言包括法语、中文、西班牙语、日语、德语、朝鲜语等。",
|
|
6755
|
+
installed: "已安装",
|
|
6756
|
+
moreInfo: "详细信息"
|
|
6734
6757
|
},
|
|
6735
6758
|
"vs/workbench/contrib/logs/common/logs.contribution": {
|
|
6736
6759
|
"remote name": "{0} (远程)",
|
|
@@ -11568,6 +11591,28 @@ var content = {
|
|
|
11568
11591
|
"vs/workbench/services/host/browser/browserHostService": {
|
|
11569
11592
|
open: "打开(&&O)",
|
|
11570
11593
|
unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
|
|
11594
|
+
},
|
|
11595
|
+
"vs/workbench/services/issue/browser/issueTroubleshoot": {
|
|
11596
|
+
"I cannot reproduce": "我无法重现",
|
|
11597
|
+
Stop: "停止",
|
|
11598
|
+
"This is Bad": "我可以重现",
|
|
11599
|
+
"ask to download insiders": "请尝试下载并重现{0}预览体验成员中的问题。",
|
|
11600
|
+
"ask to reproduce issue": "请尝试重现{0}预览体验成员中的问题,并确认问题是否存在。",
|
|
11601
|
+
bad: "我可以重现",
|
|
11602
|
+
"detail.start": "问题疑难解答过程有助于确定问题的原因。问题可能是由配置不当、扩展或 {0} 本身引起的。\r\n\r\n在此过程中,窗口会不断重载。每次都必须确认是否仍看到此问题。",
|
|
11603
|
+
"download insiders": "下载{0}预览体验成员",
|
|
11604
|
+
"empty.profile": "问题疑难解答处于活动状态,并且已将配置暂时重置为默认值。检查是否仍可以重现问题,然后从这些选项中进行选择。",
|
|
11605
|
+
good: "我无法重现",
|
|
11606
|
+
"issue is in core": "问题疑难解答已确定该问题与{0}有关。",
|
|
11607
|
+
"issue is with configuration": "问题疑难解答已确定此问题是由配置导致的。请使用“导出配置文件”命令导出配置来报告问题,并共享问题报告中的文件。",
|
|
11608
|
+
msg: "&&排查问题",
|
|
11609
|
+
"profile.extensions.disabled": "问题疑难解答处于活动状态,并暂时禁用了所有已安装的扩展。检查是否仍可以重现问题,然后从这些选项中进行选择。",
|
|
11610
|
+
"report anyway": "仍然报告问题",
|
|
11611
|
+
stop: "停止",
|
|
11612
|
+
"title.stop": "停止排查问题",
|
|
11613
|
+
"troubleshoot issue": "排查问题",
|
|
11614
|
+
troubleshootIssue: "排查问题...",
|
|
11615
|
+
"use insiders": "这可能意味着问题已解决,将在即将发布的版本中可用。你可以安全地使用{0}预览体验成员,直到新的稳定版本可用。"
|
|
11571
11616
|
},
|
|
11572
11617
|
"vs/workbench/services/keybinding/browser/keybindingService": {
|
|
11573
11618
|
"invalid.keybindings": "无效的“contributes.{0}”: {1}",
|