@codingame/monaco-vscode-language-pack-zh-hans 1.83.16 → 1.85.0-next.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/package.json +2 -2
- package/translations/main.i18n.json.js +124 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0-next.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@1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0-next.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -256,6 +256,9 @@ var content = {
|
|
|
256
256
|
codeMovedFromWithChanges: "代码已从行 {0}-{1} 移动,有更改",
|
|
257
257
|
codeMovedTo: "代码已移动到行 {0} {1}",
|
|
258
258
|
codeMovedToWithChanges: "代码已移动至行 {0}-{1},有更改"
|
|
259
|
+
},
|
|
260
|
+
"vs/editor/browser/widget/multiDiffEditorWidget/colors": {
|
|
261
|
+
"multiDiffEditor.headerBackground": "差异编辑器标题的背景色"
|
|
259
262
|
},
|
|
260
263
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
261
264
|
codeLens: "控制是否在编辑器中显示 CodeLens。",
|
|
@@ -2506,6 +2509,9 @@ var content = {
|
|
|
2506
2509
|
"workspaceConfig.tasks.description": "工作区任务配置",
|
|
2507
2510
|
"workspaceConfig.transient": "重启或重新加载时,暂时性工作区将消失。",
|
|
2508
2511
|
"workspaceConfig.uri.description": "文件夹的 URI"
|
|
2512
|
+
},
|
|
2513
|
+
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2514
|
+
errorResponse: "提供程序出错: {0}"
|
|
2509
2515
|
},
|
|
2510
2516
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2511
2517
|
limitHit: "未显示 {0} 个进一步的错误和警告。"
|
|
@@ -3182,6 +3188,9 @@ var content = {
|
|
|
3182
3188
|
editorUnsupportedInAuxWindow: "此类型的编辑器尚无法在其他窗口中打开。",
|
|
3183
3189
|
ok: "确定(&&O)",
|
|
3184
3190
|
openFolder: "关闭编辑器"
|
|
3191
|
+
},
|
|
3192
|
+
"vs/workbench/browser/parts/editor/editorParts": {
|
|
3193
|
+
groupLabel: "窗口 {0}"
|
|
3185
3194
|
},
|
|
3186
3195
|
"vs/workbench/browser/parts/editor/editorPlaceholder": {
|
|
3187
3196
|
errorEditor: "编辑器错误",
|
|
@@ -3276,6 +3285,18 @@ var content = {
|
|
|
3276
3285
|
},
|
|
3277
3286
|
"vs/workbench/browser/parts/editor/textEditor": {
|
|
3278
3287
|
editor: "编辑器"
|
|
3288
|
+
},
|
|
3289
|
+
"vs/workbench/browser/parts/globalCompositeBar": {
|
|
3290
|
+
accounts: "帐户",
|
|
3291
|
+
accountsViewBarIcon: "视图栏中的“帐户”图标。",
|
|
3292
|
+
authProviderUnavailable: "{0} 当前不可用",
|
|
3293
|
+
hideAccounts: "隐藏帐户",
|
|
3294
|
+
loading: "正在加载...",
|
|
3295
|
+
manage: "管理",
|
|
3296
|
+
"manage profile": "管理 {0} (配置文件)",
|
|
3297
|
+
manageTrustedExtensions: "管理受信任的扩展",
|
|
3298
|
+
noAccounts: "你未登录任何帐户",
|
|
3299
|
+
signOut: "注销"
|
|
3279
3300
|
},
|
|
3280
3301
|
"vs/workbench/browser/parts/notifications/notificationsActions": {
|
|
3281
3302
|
clearAllIcon: "通知中“全部清除”操作的图标。",
|
|
@@ -3331,6 +3352,9 @@ var content = {
|
|
|
3331
3352
|
executeCommand: "单击以执行命令 \"{0}\"",
|
|
3332
3353
|
notificationActions: "通知操作",
|
|
3333
3354
|
notificationSource: "来源: {0}"
|
|
3355
|
+
},
|
|
3356
|
+
"vs/workbench/browser/parts/paneCompositeBar": {
|
|
3357
|
+
resetLocation: "重置位置"
|
|
3334
3358
|
},
|
|
3335
3359
|
"vs/workbench/browser/parts/paneCompositePart": {
|
|
3336
3360
|
moreActions: "更多操作...",
|
|
@@ -3418,6 +3442,13 @@ var content = {
|
|
|
3418
3442
|
mView: "查看(&&V)",
|
|
3419
3443
|
"menubar.customTitlebarAccessibilityNotification": "为您启用了辅助功能支持。对于最易于访问的体验, 我们建议使用自定义标题栏样式。",
|
|
3420
3444
|
restartToUpdate: "重新启动以更新(&&U)"
|
|
3445
|
+
},
|
|
3446
|
+
"vs/workbench/browser/parts/titlebar/titlebarActions": {
|
|
3447
|
+
accounts: "帐户",
|
|
3448
|
+
manage: "管理",
|
|
3449
|
+
"toggle.commandCenter": "命令中心",
|
|
3450
|
+
"toggle.editorActions": "编辑器操作",
|
|
3451
|
+
"toggle.layout": "布局控件"
|
|
3421
3452
|
},
|
|
3422
3453
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
3423
3454
|
ariaLabelTitleActions: "标题操作",
|
|
@@ -3471,6 +3502,19 @@ var content = {
|
|
|
3471
3502
|
rendererLog: "窗口",
|
|
3472
3503
|
reset: "重置用户数据",
|
|
3473
3504
|
"reset user data message": "是否要重置数据(设置、键绑定、扩展、代码段和 UI 状态)并重新加载?"
|
|
3505
|
+
},
|
|
3506
|
+
"vs/workbench/browser/window": {
|
|
3507
|
+
learnMore: "了解详细信息(&&L)",
|
|
3508
|
+
open: "打开(&&O)",
|
|
3509
|
+
"openExternalDialogButtonInstall.v3": "安装(&&I)",
|
|
3510
|
+
"openExternalDialogButtonRetry.v2": "重试(&&T)",
|
|
3511
|
+
"openExternalDialogDetail.v2": "我们已在你的计算机上启动 {0}。\r\n\r\n如果 {1} 未启动,请重试或在下面安装。",
|
|
3512
|
+
openExternalDialogDetailNoInstall: "我们已你的计算机上启动 {0}。\r\n\r\n如果 {1} 未启动,请在下面重试。",
|
|
3513
|
+
openExternalDialogTitle: "全部完成。现在可以关闭此选项卡。",
|
|
3514
|
+
reload: "重新加载(&&R)",
|
|
3515
|
+
shutdownError: "出现意外错误,需要重新加载此页面。",
|
|
3516
|
+
shutdownErrorDetail: "工作台在运行时被意外释放。",
|
|
3517
|
+
unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
|
|
3474
3518
|
},
|
|
3475
3519
|
"vs/workbench/browser/workbench.contribution": {
|
|
3476
3520
|
activeEditorLong: "\"${activeEditorLong}\": 文件的完整路径 (例如 /Users/Development/myFolder/myFileFolder/myFile.txt)。",
|
|
@@ -3949,6 +3993,11 @@ var content = {
|
|
|
3949
3993
|
"screenReaderDetectedExplanation.answerYes": "是",
|
|
3950
3994
|
"screenReaderDetectedExplanation.question": "你是否在使用屏幕阅读器操作 VS Code?",
|
|
3951
3995
|
"status.editor.screenReaderMode": "屏幕阅读器模式"
|
|
3996
|
+
},
|
|
3997
|
+
"vs/workbench/contrib/accessibility/browser/accessibleNotificationService": {
|
|
3998
|
+
cleared: "已清除",
|
|
3999
|
+
formatted: "格式化",
|
|
4000
|
+
saved: "已保存"
|
|
3952
4001
|
},
|
|
3953
4002
|
"vs/workbench/contrib/accessibility/browser/accessibleView": {
|
|
3954
4003
|
"accessibility-help": "辅助功能帮助",
|
|
@@ -4084,6 +4133,10 @@ var content = {
|
|
|
4084
4133
|
"interactiveSession.history.pick": "切换到聊天会话",
|
|
4085
4134
|
"interactiveSession.open": "打开编辑器({0})",
|
|
4086
4135
|
quickChat: "快速聊天"
|
|
4136
|
+
},
|
|
4137
|
+
"vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
|
|
4138
|
+
"interactive.cancel.label": "取消",
|
|
4139
|
+
"interactive.submit.label": "提交"
|
|
4087
4140
|
},
|
|
4088
4141
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4089
4142
|
"chat.closeQuickChat.label": "关闭快速聊天",
|
|
@@ -4094,6 +4147,55 @@ var content = {
|
|
|
4094
4147
|
"toggle.desc": "切换快速聊天",
|
|
4095
4148
|
"toggle.isPartialQuery": "查询是否为部分查询; 它将等待更多用户输入",
|
|
4096
4149
|
"toggle.query": "用于打开快速聊天的查询"
|
|
4150
|
+
},
|
|
4151
|
+
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4152
|
+
chatEditorName: "聊天"
|
|
4153
|
+
},
|
|
4154
|
+
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4155
|
+
"actions.chat.accessibiltyHelp": "聊天输入,键入内容进行提问或者键入 / 来查找主题,按 Enter 可发送请求。使用 {0} 查看聊天辅助功能帮助。",
|
|
4156
|
+
chatInput: "聊天输入",
|
|
4157
|
+
"chatInput.accessibilityHelpNoKb": "聊天输入,在此处键入代码,然后按 Enter 运行。有关详细信息,请使用“聊天辅助功能帮助”命令。"
|
|
4158
|
+
},
|
|
4159
|
+
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4160
|
+
chat: "聊天",
|
|
4161
|
+
commandFollowUpInfo: "命令: {0}",
|
|
4162
|
+
commandFollowUpInfoMany: "命令: {0}",
|
|
4163
|
+
multiCodeBlock: "{0} {1} 个代码块",
|
|
4164
|
+
multiCodeBlockHint: "{0} {1} 个代码块: {2}",
|
|
4165
|
+
multiFileTreeHint: "{0} 个文件树",
|
|
4166
|
+
noCodeBlocks: "{0} {1}",
|
|
4167
|
+
noCodeBlocksHint: "{0} {1} {2}",
|
|
4168
|
+
singleCodeBlock: "{0} 1 个代码块: {1}",
|
|
4169
|
+
singleCodeBlockHint: "{0} 1 代码块: {1} {2}",
|
|
4170
|
+
singleFileTreeHint: "1 文件树",
|
|
4171
|
+
thinking: "思考中",
|
|
4172
|
+
treeAriaLabel: "文件树",
|
|
4173
|
+
usedAgent: "已使用 {0}",
|
|
4174
|
+
usedReferencesCollapsed: "{0},已折叠",
|
|
4175
|
+
usedReferencesExpanded: "{0},已展开",
|
|
4176
|
+
usedReferencesPlural: "已使用 {0} 引用",
|
|
4177
|
+
usedReferencesSingular: "已使用 {0} 引用",
|
|
4178
|
+
usingAgent: "使用 {0}"
|
|
4179
|
+
},
|
|
4180
|
+
"vs/workbench/contrib/chat/browser/codeBlockPart": {
|
|
4181
|
+
"chat.codeBlock.toolbar": "代码块工具栏",
|
|
4182
|
+
"chat.codeBlock.toolbarVerbose": "可通过选项卡访问的代码块的工具栏",
|
|
4183
|
+
"chat.codeBlockHelp": "代码块",
|
|
4184
|
+
"chat.codeBlockLabel": "代码块 {0}",
|
|
4185
|
+
vulnerabilitiesPlural: "{0} 个漏洞",
|
|
4186
|
+
vulnerabilitiesSingular: "{0} 个漏洞"
|
|
4187
|
+
},
|
|
4188
|
+
"vs/workbench/contrib/chat/common/chatContextKeys": {
|
|
4189
|
+
chatRequest: "聊天项是一个请求",
|
|
4190
|
+
chatResponse: "聊天项是一个响应。",
|
|
4191
|
+
chatResponseFiltered: "服务器筛选掉聊天响应时为 True。",
|
|
4192
|
+
chatResponseSupportsIssueReporting: "如果当前聊天响应支持问题报告,则为 True。",
|
|
4193
|
+
hasChatProvider: "注册某些聊天提供程序时为 True。",
|
|
4194
|
+
inChat: "当焦点位于聊天小组件中时为 true,否则为 false。",
|
|
4195
|
+
inInteractiveInput: "当焦点位于聊天输入中时为 true,否则为 false。",
|
|
4196
|
+
interactiveInputHasText: "如果聊天输入包含文本,则为 True。",
|
|
4197
|
+
interactiveSessionRequestInProgress: "当前请求仍在进行时为 True。",
|
|
4198
|
+
interactiveSessionResponseVote: "对响应投赞成票后,其设置为 \"up\"。投反对票时,设置为 \"down\"。否则为空字符串。"
|
|
4097
4199
|
},
|
|
4098
4200
|
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
|
|
4099
4201
|
alwaysSave: "触发由窗口或焦点更改触发的显式保存和自动保存的代码操作。",
|
|
@@ -7536,6 +7638,9 @@ var content = {
|
|
|
7536
7638
|
"vscode.extension.contributes.snippets": "贡献代码段。",
|
|
7537
7639
|
"vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
|
|
7538
7640
|
"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。"
|
|
7641
|
+
},
|
|
7642
|
+
"vs/workbench/contrib/speech/common/speechService": {
|
|
7643
|
+
hasSpeechProvider: "语音提供程序已注册到语音服务。"
|
|
7539
7644
|
},
|
|
7540
7645
|
"vs/workbench/contrib/tasks/common/taskDefinitionRegistry": {
|
|
7541
7646
|
"TaskDefinition.description": "实际任务类型。请注意,以 \"$\" 开头的类型仅保留内部使用。",
|
|
@@ -8131,6 +8236,15 @@ var content = {
|
|
|
8131
8236
|
testingTurnContinuousRunOn: "用于打开连续测试运行的图标。",
|
|
8132
8237
|
testingUnsetIcon: "针对处于未设置状态的测试显示的图标。",
|
|
8133
8238
|
testingUpdateProfiles: "显示的用于更新测试配置文件的图标。"
|
|
8239
|
+
},
|
|
8240
|
+
"vs/workbench/contrib/testing/browser/testCoverageBars": {
|
|
8241
|
+
branchCoverage: "已覆盖 {0} 个分支,共 {1} 个({2})",
|
|
8242
|
+
functionCoverage: "已覆盖 {0} 个函数,共 {1} 个({2})",
|
|
8243
|
+
statementCoverage: "已覆盖 {0} 个语句,共 {1} 个({2})"
|
|
8244
|
+
},
|
|
8245
|
+
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
8246
|
+
testCoverageItemLabel: "{0} 覆盖率: {0}%",
|
|
8247
|
+
testCoverageTreeLabel: "测试覆盖率资源管理器"
|
|
8134
8248
|
},
|
|
8135
8249
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
8136
8250
|
configureProfile: "选择要更新的配置文件",
|
|
@@ -8331,6 +8445,9 @@ var content = {
|
|
|
8331
8445
|
"testState.skipped": "已跳过",
|
|
8332
8446
|
"testState.unset": "尚未运行",
|
|
8333
8447
|
"testing.treeElementLabel": "{0} ({1})"
|
|
8448
|
+
},
|
|
8449
|
+
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
8450
|
+
testCoverageError: "未能加载测试覆盖率: {}"
|
|
8334
8451
|
},
|
|
8335
8452
|
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
8336
8453
|
runNoOutout: "测试运行未记录任何输出。"
|
|
@@ -8658,6 +8775,13 @@ var content = {
|
|
|
8658
8775
|
"sign in": "已请求登录",
|
|
8659
8776
|
signInRequest: "使用 {0} 登录以使用 {1} (1)",
|
|
8660
8777
|
useOtherAccount: "登录到其他帐户"
|
|
8778
|
+
},
|
|
8779
|
+
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
8780
|
+
lifecycleVeto: "可能无法保存所做的更改。请按“取消”,然后重试。",
|
|
8781
|
+
retry: "重试(&&R)",
|
|
8782
|
+
unableToOpenWindow: "浏览器已中断新窗口的打开。按下“重试”以重试。",
|
|
8783
|
+
unableToOpenWindowDetail: "若要避免将来出现此问题,请确保允许此网站的弹出窗口。",
|
|
8784
|
+
unableToOpenWindowError: "无法打开新窗口。"
|
|
8661
8785
|
},
|
|
8662
8786
|
"vs/workbench/services/configuration/browser/configurationService": {
|
|
8663
8787
|
"configurationDefaults.description": "为配置提供默认值",
|