@codingame/monaco-vscode-language-pack-zh-hans 2.0.3 → 2.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/package.json +2 -2
- package/translations/main.i18n.json.js +110 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.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@2.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.1.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -189,6 +189,34 @@ var content = {
|
|
|
189
189
|
"vs/editor/browser/widget/codeEditorWidget": {
|
|
190
190
|
"cursors.maximum": "已将光标数限制为 {0}。请考虑使用 [查找和替换](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace)进行较大的更改或增加编辑器多光标限制设置。",
|
|
191
191
|
goToSetting: "增加多光标限制"
|
|
192
|
+
},
|
|
193
|
+
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
|
|
194
|
+
accessibleDiffViewerCloseIcon: "可访问差异查看器中“关闭”的图标。",
|
|
195
|
+
accessibleDiffViewerInsertIcon: "可访问差异查看器中“插入”的图标。",
|
|
196
|
+
accessibleDiffViewerRemoveIcon: "可访问差异查看器中“删除”的图标。",
|
|
197
|
+
ariaLabel: "可访问的差异查看器。使用向上和向下箭头导航。",
|
|
198
|
+
blankLine: "空白",
|
|
199
|
+
deleteLine: "- {0}原始行{1}",
|
|
200
|
+
equalLine: "{0}原始行{1}修改的行{2}",
|
|
201
|
+
header: "差异 {0}/ {1}: 原始行 {2},{3},修改后的行 {4},{5}",
|
|
202
|
+
insertLine: "+ {0}修改的行{1}",
|
|
203
|
+
"label.close": "关闭",
|
|
204
|
+
more_lines_changed: "更改了 {0} 行",
|
|
205
|
+
no_lines_changed: "未更改行",
|
|
206
|
+
one_line_changed: "更改了 1 行",
|
|
207
|
+
unchangedLine: "{0} 未更改的行 {1}"
|
|
208
|
+
},
|
|
209
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorEditors": {
|
|
210
|
+
"diff-aria-navigation-tip": " 使用 {0} 打开辅助功能帮助。"
|
|
211
|
+
},
|
|
212
|
+
"vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": {
|
|
213
|
+
"diff.clipboard.copyChangedLineContent.label": "复制更改的行({0})",
|
|
214
|
+
"diff.clipboard.copyChangedLinesContent.label": "复制更改的行",
|
|
215
|
+
"diff.clipboard.copyChangedLinesContent.single.label": "复制更改的行",
|
|
216
|
+
"diff.clipboard.copyDeletedLineContent.label": "复制已删除的行({0})",
|
|
217
|
+
"diff.clipboard.copyDeletedLinesContent.label": "复制已删除的行",
|
|
218
|
+
"diff.clipboard.copyDeletedLinesContent.single.label": "复制已删除的行",
|
|
219
|
+
"diff.inline.revertChange.label": "还原此更改"
|
|
192
220
|
},
|
|
193
221
|
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
|
|
194
222
|
"Open Accessible Diff Viewer": "打开可访问差异查看器",
|
|
@@ -205,6 +233,34 @@ var content = {
|
|
|
205
233
|
toggleShowMovedCodeBlocks: "切换显示移动的代码块",
|
|
206
234
|
toggleUseInlineViewWhenSpaceIsLimited: "在空间受限时切换使用内联视图",
|
|
207
235
|
useInlineViewWhenSpaceIsLimited: "空间受限时使用内联视图"
|
|
236
|
+
},
|
|
237
|
+
"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": {
|
|
238
|
+
"diff.bottom": "单击或拖动可在下方显示更多内容",
|
|
239
|
+
"diff.hiddenLines.expandAll": "双击展开",
|
|
240
|
+
"diff.hiddenLines.top": "单击或拖动可在上面显示更多内容",
|
|
241
|
+
foldUnchanged: "折叠未更改的区域",
|
|
242
|
+
hiddenLines: "{0} 个隐藏的行",
|
|
243
|
+
showUnchangedRegion: "显示未更改的区域"
|
|
244
|
+
},
|
|
245
|
+
"vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature": {
|
|
246
|
+
codeMovedFrom: "代码已从行 {0}-{1} 移动",
|
|
247
|
+
codeMovedFromWithChanges: "代码已从行 {0}-{1} 移动,有更改",
|
|
248
|
+
codeMovedTo: "代码已移动到行 {0} {1}",
|
|
249
|
+
codeMovedToWithChanges: "代码已移动至行 {0}-{1},有更改"
|
|
250
|
+
},
|
|
251
|
+
"vs/editor/browser/widget/diffEditor/features/revertButtonsFeature": {
|
|
252
|
+
revertChange: "还原更改",
|
|
253
|
+
revertSelectedChanges: "还原所选更改"
|
|
254
|
+
},
|
|
255
|
+
"vs/editor/browser/widget/diffEditor/registrations.contribution": {
|
|
256
|
+
"diffEditor.move.border": "在差异编辑器中移动的文本的边框颜色。",
|
|
257
|
+
"diffEditor.moveActive.border": "在差异编辑器中移动的文本的活动边框颜色。",
|
|
258
|
+
"diffEditor.unchangedRegionShadow": "未更改区域小组件周围的阴影颜色。",
|
|
259
|
+
diffInsertIcon: "差异编辑器中插入项的线条修饰。",
|
|
260
|
+
diffRemoveIcon: "差异编辑器中删除项的线条修饰。"
|
|
261
|
+
},
|
|
262
|
+
"vs/editor/browser/widget/hoverWidget/hoverWidget": {
|
|
263
|
+
hoverhint: "按住 {0} 键将鼠标悬停"
|
|
208
264
|
},
|
|
209
265
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
210
266
|
codeLens: "控制是否在编辑器中显示 CodeLens。",
|
|
@@ -4616,22 +4672,24 @@ var content = {
|
|
|
4616
4672
|
newComment: "键入新注释",
|
|
4617
4673
|
reply: "回复..."
|
|
4618
4674
|
},
|
|
4619
|
-
"vs/workbench/contrib/comments/browser/
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
"
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4675
|
+
"vs/workbench/contrib/comments/browser/commentsAccessibility": {
|
|
4676
|
+
addComment: "- 添加评论 ({0})",
|
|
4677
|
+
addCommentNoKb: "- 对当前所选内容添加注释,当前无法通过键绑定触发。",
|
|
4678
|
+
commentCommands: "一些有用的注释命令包括:",
|
|
4679
|
+
"escape": "- 消除注释(Escape)",
|
|
4680
|
+
intro: "编辑器包含可批注的范围。一些有用的命令包括:",
|
|
4681
|
+
introWidget: "此小组件包含一个文本区域,用于撰写新注释和操作,一旦启用了选项卡移动焦点模式,就可以使用制表符键进行操作({0})。",
|
|
4682
|
+
introWidgetNoKb: "此小组件包含一个文本区域,用于撰写新注释和操作,该文本区域可在选项卡移动焦点模式后使用“切换制表符键移动焦点”命令启用,该区域当前无法通过键绑定触发。",
|
|
4683
|
+
next: "- 转到下一个注释范围({0})",
|
|
4684
|
+
nextCommentThreadKb: "- 转到下一个注释会话({0})",
|
|
4685
|
+
nextCommentThreadNoKb: "- 转到下一个注释会话,当前无法通过键绑定触发。",
|
|
4686
|
+
nextNoKb: "- 转到下一注释范围,当前无法通过键绑定触发该范围。",
|
|
4687
|
+
previous: "- 转到上一个注释范围({0})",
|
|
4688
|
+
previousCommentThreadKb: "- 转到上一个注释会话({0})",
|
|
4689
|
+
previousCommentThreadNoKb: "- 转到上一个注释会话,当前无法通过键绑定触发。",
|
|
4690
|
+
previousNoKb: "- 转到上一个注释范围,当前无法通过键绑定触发。",
|
|
4691
|
+
submitComment: "- 提交评论 ({0})",
|
|
4692
|
+
submitCommentNoKb: "- 提交注释,可通过选项卡键访问,因为它当前无法通过键绑定触发。"
|
|
4635
4693
|
},
|
|
4636
4694
|
"vs/workbench/contrib/comments/browser/commentsController": {
|
|
4637
4695
|
commentRange: "行 {0}",
|
|
@@ -4640,6 +4698,9 @@ var content = {
|
|
|
4640
4698
|
hasCommentRangesKb: "编辑器有注释范围,有关详细信息,请运行“打开辅助功能帮助”({0}) 命令。",
|
|
4641
4699
|
hasCommentRangesNoKb: "编辑器具有注释范围,有关详细信息,请运行当前无法通过键绑定触发的“打开辅助功能帮助”命令。",
|
|
4642
4700
|
pickCommentService: "选择 \"注释提供程序\""
|
|
4701
|
+
},
|
|
4702
|
+
"vs/workbench/contrib/comments/browser/commentsModel": {
|
|
4703
|
+
noComments: "此工作区中尚无注释。"
|
|
4643
4704
|
},
|
|
4644
4705
|
"vs/workbench/contrib/comments/browser/commentsTreeViewer": {
|
|
4645
4706
|
commentCount: "1 条注释",
|
|
@@ -6561,6 +6622,10 @@ var content = {
|
|
|
6561
6622
|
discard: "放弃",
|
|
6562
6623
|
save: "创建",
|
|
6563
6624
|
saveAs: "创建为"
|
|
6625
|
+
},
|
|
6626
|
+
"vs/workbench/contrib/inlineChat/browser/inlineChatSavingServiceImpl": {
|
|
6627
|
+
inlineChat: "正在等待接受或放弃内联聊天更改...",
|
|
6628
|
+
"inlineChat.N": "正在等待接受或放弃 {0} 编辑器中的内联聊天更改..."
|
|
6564
6629
|
},
|
|
6565
6630
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
6566
6631
|
"change.0": "未更改任何内容",
|
|
@@ -7061,6 +7126,9 @@ var content = {
|
|
|
7061
7126
|
focusOutputOut: "解除活动单元格输出聚焦",
|
|
7062
7127
|
"notebook.navigation.allowNavigateToSurroundingCells": "启用后,当单元格编辑器中的当前光标位于第/最后一行时,光标可以导航到下/上一个单元格。",
|
|
7063
7128
|
"notebookActions.centerActiveCell": "中心活动单元格"
|
|
7129
|
+
},
|
|
7130
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
|
|
7131
|
+
"notebook.indexedChildrenLimitReached": "已达到显示限制"
|
|
7064
7132
|
},
|
|
7065
7133
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
|
|
7066
7134
|
debugConsole: "笔记本变量",
|
|
@@ -9343,6 +9411,9 @@ var content = {
|
|
|
9343
9411
|
"terminal.useMonospace": "使用 \"monospace\"",
|
|
9344
9412
|
terminalConnectingLabel: "正在启动...",
|
|
9345
9413
|
terminals: "打开终端。"
|
|
9414
|
+
},
|
|
9415
|
+
"vs/workbench/contrib/terminal/browser/terminalVoice": {
|
|
9416
|
+
terminalVoiceTextInserted: "已插入 {0}"
|
|
9346
9417
|
},
|
|
9347
9418
|
"vs/workbench/contrib/terminal/browser/xterm/decorationAddon": {
|
|
9348
9419
|
gutter: "装订线命令修饰",
|
|
@@ -9382,6 +9453,13 @@ var content = {
|
|
|
9382
9453
|
"vscode.extension.contributes.terminal.types.icon": "要与此终端类型关联的 codicon、URI 或浅色和深色 URI。",
|
|
9383
9454
|
"vscode.extension.contributes.terminal.types.icon.dark": "使用深色主题时的图标路径",
|
|
9384
9455
|
"vscode.extension.contributes.terminal.types.icon.light": "使用浅色主题时的图标路径"
|
|
9456
|
+
},
|
|
9457
|
+
"vs/workbench/contrib/terminal/common/terminalClipboard": {
|
|
9458
|
+
confirmMoveTrashMessageFilesAndDirectories: "是否确实要将 {0} 行文本粘贴到终端?",
|
|
9459
|
+
doNotAskAgain: "不再询问",
|
|
9460
|
+
multiLinePasteButton: "粘贴(&&P)",
|
|
9461
|
+
"multiLinePasteButton.oneLine": "粘贴为 &&one 行",
|
|
9462
|
+
preview: "预览:"
|
|
9385
9463
|
},
|
|
9386
9464
|
"vs/workbench/contrib/terminal/common/terminalColorRegistry": {
|
|
9387
9465
|
"terminal.ansiColor": "终端中的 ANSI 颜色“{0}”。",
|
|
@@ -9714,6 +9792,15 @@ var content = {
|
|
|
9714
9792
|
"vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
|
|
9715
9793
|
labelWithKeybinding: "{0} ({1})",
|
|
9716
9794
|
stickyScrollHoverTitle: "导航到命令"
|
|
9795
|
+
},
|
|
9796
|
+
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
9797
|
+
"coverage.branchCovered": "执行了 {2} 次 {1} 中的分支 {0}。",
|
|
9798
|
+
"coverage.branchNotCovered": "未覆盖 {1} 中的分支 {0}。",
|
|
9799
|
+
"coverage.branches": "已覆盖 {2} 中的分支 {1} 的 {0}。",
|
|
9800
|
+
"coverage.codeExecutedCount": "执行了 {1} 次 {0}。",
|
|
9801
|
+
"coverage.fnExecutedCount": "执行了 {1} 次函数“{0}”。",
|
|
9802
|
+
"coverage.toggleInline": "切换内联覆盖率",
|
|
9803
|
+
"testing.toggleInlineCoverage": "切换内联覆盖率"
|
|
9717
9804
|
},
|
|
9718
9805
|
"vs/workbench/contrib/testing/browser/icons": {
|
|
9719
9806
|
filterIcon: "“测试”视图中“筛选器”操作的图标。",
|
|
@@ -11175,9 +11262,6 @@ var content = {
|
|
|
11175
11262
|
"vs/workbench/services/host/browser/browserHostService": {
|
|
11176
11263
|
open: "打开(&&O)",
|
|
11177
11264
|
unableToOpenExternal: "浏览器已中断新选项卡或窗口的打开。仍然按“打开”以将其打开。"
|
|
11178
|
-
},
|
|
11179
|
-
"vs/workbench/services/hover/browser/hoverWidget": {
|
|
11180
|
-
hoverhint: "按住 {0} 键将鼠标悬停"
|
|
11181
11265
|
},
|
|
11182
11266
|
"vs/workbench/services/keybinding/browser/keybindingService": {
|
|
11183
11267
|
"invalid.keybindings": "无效的“contributes.{0}”: {1}",
|
|
@@ -11759,6 +11843,13 @@ var content = {
|
|
|
11759
11843
|
"vs/workbench/services/views/browser/viewDescriptorService": {
|
|
11760
11844
|
hideView: "隐藏“{0}”",
|
|
11761
11845
|
resetViewLocation: "重置位置"
|
|
11846
|
+
},
|
|
11847
|
+
"vs/workbench/services/views/browser/viewsService": {
|
|
11848
|
+
editor: "文本编辑器",
|
|
11849
|
+
"focus view": "焦点在 {0} 视图上",
|
|
11850
|
+
resetViewLocation: "重置位置",
|
|
11851
|
+
"show view": "显示 {0}",
|
|
11852
|
+
"toggle view": "切换 {0}"
|
|
11762
11853
|
},
|
|
11763
11854
|
"vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
|
|
11764
11855
|
confirmMakeWriteable: "“{0}”已标记为只读。是否仍要保存?",
|