monaco-editor-i18n-plugin
Version:
A i18n plugin for the Monaco editor
342 lines (341 loc) • 17.2 kB
JSON
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated.",
"",
"monaco-editor version is 0.54.0",
"This file is condensed from https://github.com/microsoft/vscode-loc/blob/main/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json"
],
"version": "1.0.0",
"contents": {
"vs/editor/contrib/clipboard/browser/clipboard": {
"actions.clipboard.copyLabel": "复制",
"actions.clipboard.copyWithSyntaxHighlightingLabel": "复制并保留语法突出显示",
"actions.clipboard.cutLabel": "剪切",
"actions.clipboard.pasteLabel": "粘贴"
},
"vs/editor/contrib/find/browser/findController": {
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"nextSelectionMatchFindAction": "查找下一个选择",
"previousSelectionMatchFindAction": "查找上一个选择",
"startFindAction": "查找",
"startFindWithArgsAction": "使用参数查找",
"startFindWithSelectionAction": "使用所选内容查找",
"startReplace": "替换",
"findMatchAction.goToMatch": "转到“匹配”..."
},
"vs/editor/contrib/find/browser/findWidget": {
"ariaSearchNoResult": "为“{1}”找到 {0}",
"ariaSearchNoResultEmpty": "找到 {0}",
"ariaSearchNoResultWithLineNum": "在 {2} 处找到“{1}”的 {0}",
"ariaSearchNoResultWithLineNumNoCurrentMatch": "为“{1}”找到 {0}",
"label.closeButton": "关闭",
"label.find": "查找",
"label.findDialog": "查找/替换",
"label.matchesLocation": "第 {0} 项,共 {1} 项",
"label.nextMatchButton": "下一个匹配项",
"label.noResults": "无结果",
"label.previousMatchButton": "上一个匹配项",
"label.replace": "替换",
"label.replaceAllButton": "全部替换",
"label.replaceButton": "替换",
"label.toggleReplaceButton": "切换替换",
"label.toggleSelectionFind": "在选定内容中查找",
"placeholder.find": "查找",
"placeholder.replace": "替换"
},
"vs/editor/contrib/multicursor/browser/multicursor": {
"addSelectionToNextFindMatch": "将选择内容添加到下一个查找匹配项",
"addSelectionToPreviousFindMatch": "将选择内容添加到上一个查找匹配项",
"changeAll.label": "更改所有匹配项",
"cursorAdded": "添加的光标: {0}",
"cursorsAdded": "添加的游标: {0}",
"moveSelectionToNextFindMatch": "将上次选择内容移动到下一个查找匹配项",
"moveSelectionToPreviousFindMatch": "将上次选择内容移动到上一个查找匹配项",
"mutlicursor.addCursorsToBottom": "在底部添加光标",
"mutlicursor.addCursorsToTop": "在顶部添加光标",
"mutlicursor.focusNextCursor": "聚焦下一个光标",
"mutlicursor.focusNextCursor.description": "聚焦下一个光标",
"mutlicursor.focusPreviousCursor": "聚焦上一个光标",
"mutlicursor.focusPreviousCursor.description": "聚焦上一个光标",
"mutlicursor.insertAbove": "在上面添加光标",
"mutlicursor.insertAtEndOfEachLineSelected": "在行尾添加光标",
"mutlicursor.insertBelow": "在下面添加光标",
"selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项"
},
"vs/editor/contrib/cursorUndo/browser/cursorUndo": {
"cursor.redo": "光标重做",
"cursor.undo": "光标撤消"
},
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
"pasteAs": "粘贴为...",
"pasteAsText": "粘贴为文本"
},
"vs/editor/common/standaloneStrings": {
"helpQuickAccess": "显示所有快速访问提供程序",
"gotoLineActionLabel": "转到行/列...",
"quickCommandActionLabel": "命令面板",
"quickOutlineActionLabel": "转到符号...",
"quickOutlineByCategoryActionLabel": "按类别转到符号...",
"quickCommandActionHelp": "显示并运行命令",
"toggleHighContrast": "切换高对比度主题",
"showAccessibilityHelpAction": "显示辅助功能帮助",
"inspectTokens": "开发人员: 检查令牌"
},
"vs/editor/contrib/comment/browser/comment": {
"comment.block": "切换块注释",
"comment.line": "切换行注释",
"comment.line.add": "添加行注释",
"comment.line.remove": "删除行注释"
},
"vs/editor/contrib/fontZoom/browser/fontZoom": {
"EditorFontZoomIn.label": "增大编辑器字号",
"EditorFontZoomOut.label": "减小编辑器字号",
"EditorFontZoomReset.label": "重置编辑器字号"
},
"vs/editor/contrib/format/browser/formatActions": {
"formatDocument.label": "格式化文档",
"formatSelection.label": "格式化选定内容"
},
"vs/editor/contrib/contextmenu/browser/contextmenu": {
"action.showContextMenu.label": "显示编辑器上下文菜单"
},
"vs/editor/contrib/folding/browser/folding": {
"createManualFoldRange.label": "根据所选内容创建折叠范围",
"foldAction.label": "折叠",
"foldAllAction.label": "全部折叠",
"foldAllExcept.label": "折叠除选定项以外的所有项",
"foldLevelAction.label": "折叠级别 {0}",
"unFoldRecursivelyAction.label": "以递归方式展开",
"unfoldAction.label": "展开",
"unfoldAllAction.label": "全部展开",
"unfoldAllExcept.label": "展开除所选区域之外的所有区域",
"unfoldAllMarkerRegions.label": "展开所有区域",
"toggleFoldAction.label": "切换折叠",
"toggleFoldRecursivelyAction.label": "以递归方式切换折叠",
"gotoParentFold.label": "跳转到父级折叠",
"foldAllBlockComments.label": "折叠所有块注释",
"foldAllMarkerRegions.label": "折叠所有区域",
"foldRecursivelyAction.label": "以递归方式折叠",
"gotoNextFold.label": "转到下一个折叠范围",
"gotoPreviousFold.label": "转到上一个折叠范围",
"removeManualFoldingRanges.label": "删除手动折叠范围",
"toggleImportFold.label": "切换导入折叠"
},
"vs/editor/contrib/lineSelection/browser/lineSelection": {
"expandLineSelection": "展开行选择"
},
"vs/platform/actions/browser/toolbar": {
"hide": "隐藏",
"resetThisMenu": "重置菜单"
},
"vs/platform/actions/common/menuService": {
"configure keybinding": "配置键绑定",
"hide.label": "隐藏“{0}”"
},
"vs/editor/contrib/linesOperations/browser/linesOperations": {
"duplicateSelection": "重复选择",
"editor.transformToCamelcase": "转换为驼峰式大小写",
"editor.transformToKebabcase": "转换为短横线小写",
"editor.transformToLowercase": "转换为小写",
"editor.transformToPascalcase": "转换为帕斯卡式大小写",
"editor.transformToSnakecase": "转换为下划线小写",
"editor.transformToTitlecase": "转换为词首字母大写",
"editor.transformToUppercase": "转换为大写",
"lines.copyDown": "向下复制行",
"lines.copyUp": "向上复制行",
"lines.deleteAllLeft": "删除左侧所有内容",
"lines.deleteAllRight": "删除右侧所有内容",
"lines.deleteDuplicates": "删除重复行",
"lines.delete": "删除行",
"lines.sortAscending": "按升序排列行",
"lines.sortDescending": "按降序排列行",
"editor.transpose": "转置光标处的字符",
"lines.trimTrailingWhitespace": "裁剪尾随空格",
"lines.outdent": "行减少缩进",
"lines.insertAfter": "在下面插入行",
"lines.insertBefore": "在上面插入行",
"lines.joinLines": "合并行",
"lines.moveDown": "向下移动行",
"lines.moveUp": "向上移动行",
"lines.indent": "行缩进",
"lines.reverseLines": "反转行"
},
"vs/editor/contrib/links/browser/links": {
"label": "打开链接"
},
"vs/editor/contrib/indentation/browser/indentation": {
"changeTabDisplaySize": "更改制表符显示大小",
"detectIndentation": "从内容中检测缩进方式",
"editor.reindentlines": "重新缩进行",
"editor.reindentselectedlines": "重新缩进所选行",
"indentUsingSpaces": "使用空格缩进",
"indentUsingTabs": "使用制表符缩进",
"indentationToSpaces": "将缩进转换为空格",
"indentationToTabs": "将缩进转换为制表符"
},
"vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": {
"toggleFoldRecursively": "以递归方式切换折叠"
},
"vs/editor/contrib/caretOperations/browser/transpose": {
"transposeLetters.label": "转置字母"
},
"vs/editor/contrib/inlineCompletions/browser/controller/commands": {
"accept": "接受",
"acceptLine": "接受行",
"acceptWord": "接受 Word",
"action.inlineSuggest.accept": "接受内联建议",
"action.inlineSuggest.acceptNextLine": "接受内联建议的下一行",
"action.inlineSuggest.acceptNextWord": "接受内联建议的下一个字",
"action.inlineSuggest.alwaysShowToolbar": "始终显示工具栏",
"action.inlineSuggest.dev.extractRepro": "开发人员: 提取内联建议状态",
"action.inlineSuggest.hide": "隐藏内联建议",
"action.inlineSuggest.jump": "跳转到下一个内联编辑",
"action.inlineSuggest.showNext": "显示下一个内联建议",
"action.inlineSuggest.showPrevious": "显示上一个内联建议",
"action.inlineSuggest.trigger": "触发内联建议",
"jump": "跳转",
"reject": "拒绝",
"action.inlineSuggest.toggleShowCollapsed": "切换内联建议显示已折叠"
},
"vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu": {
"showCollapsed": "显示已折叠"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys": {
"cursorAtInlineEdit": "光标是否处于内联编辑状态",
"cursorInIndentation": "光标是否处于缩进状态",
"editor.hasSelection": "编辑器是否有选择",
"inlineEditVisible": "内联编辑是否可见",
"inlineSuggestionHasIndentation": "内联建议是否以空白开头",
"inlineSuggestionHasIndentationLessThanTabSize": "内联建议是否以小于选项卡插入内容的空格开头",
"inlineSuggestionVisible": "内联建议是否可见",
"suppressSuggestions": "是否应抑制当前建议",
"tabShouldAcceptInlineEdit": "选项卡是否应接受内联编辑。",
"tabShouldJumpToInlineEdit": "选项卡是否应跳转到内联编辑。"
},
"vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController": {
"showAccessibleViewHint": "在辅助视图中检查此项 ({0})"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant": {
"hoverAccessibilityStatusBar": "此处有内联完成",
"inlineSuggestionFollows": "建议:"
},
"vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget": {
"next": "下一步",
"parameterHintsNextIcon": "“显示下一个参数”提示的图标。",
"parameterHintsPreviousIcon": "“显示上一个参数”提示的图标。",
"previous": "上一步"
},
"vs/editor/contrib/suggest/browser/suggestController": {
"suggest.trigger.label": "触发建议",
"suggest.reset.label": "重置建议小组件大小"
},
"vs/editor/contrib/hover/browser/hoverActions": {
"showDefinitionPreviewHover": "显示定义预览悬停",
"showOrFocusHover": "显示或聚焦悬停",
"hideHover": "隐藏悬停"
},
"vs/editor/contrib/wordHighlighter/browser/wordHighlighter": {
"wordHighlight.trigger.label": "触发符号高亮",
"wordHighlight.next.label": "转到下一个突出显示的符号",
"wordHighlight.previous.label": "转到上一个突出显示的符号"
},
"vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": {
"InPlaceReplaceAction.next.label": "替换为下一个值",
"InPlaceReplaceAction.previous.label": "替换为上一个值"
},
"vs/editor/contrib/bracketMatching/browser/bracketMatching": {
"smartSelect.jumpBracket": "转到括号",
"smartSelect.removeBrackets": "删除括号",
"smartSelect.selectToBracket": "选择括号所有内容"
},
"vs/editor/contrib/smartSelect/browser/smartSelect": {
"smartSelect.expand": "展开选择",
"smartSelect.shrink": "收起选择"
},
"vs/editor/contrib/anchorSelect/browser/anchorSelect": {
"setSelectionAnchor": "设置选择定位点"
},
"vs/editor/contrib/caretOperations/browser/caretOperations": {
"caret.moveLeft": "向左移动所选文本",
"caret.moveRight": "向右移动所选文本"
},
"vs/editor/contrib/tokenization/browser/tokenization": {
"forceRetokenize": "开发人员: 强制重新进行标记"
},
"vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": {
"action.unicodeHighlight.disableHighlightingInComments": "禁用批注中字符的突出显示",
"action.unicodeHighlight.disableHighlightingInStrings": "禁用字符串中字符的突出显示",
"action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters": "禁止突出显示歧义字符",
"action.unicodeHighlight.disableHighlightingOfInvisibleCharacters": "禁止突出显示不可见字符",
"action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters": "禁止突出显示非基本 ASCII 字符",
"action.unicodeHighlight.showExcludeOptions": "显示排除选项"
},
"vs/editor/contrib/wordOperations/browser/wordOperations": {
"deleteInsideWord": "删除 Word"
},
"vs/editor/contrib/gotoError/browser/gotoError": {
"markerAction.next.label": "转到下一个问题 (错误、警告、信息)",
"markerAction.nextInFiles.label": "转到文件中的下一个问题 (错误、警告、信息)",
"markerAction.previous.label": "转到上一个问题 (错误、警告、信息)",
"markerAction.previousInFiles.label": "转到文件中的上一个问题 (错误、警告、信息)"
},
"vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": {},
"vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": {
"_constructor": "构造函数 ({0})",
"array": "数组({0})",
"boolean": "布尔值({0})",
"cannotRunGotoSymbolWithoutEditor": "要转到符号,首先打开具有符号信息的文本编辑器。",
"cannotRunGotoSymbolWithoutSymbolProvider": "活动文本编辑器不提供符号信息。",
"class": "类({0})",
"constant": "常量({0})",
"enum": "枚举({0})",
"enumMember": "枚举成员({0})",
"event": "事件({0})",
"field": "字段({0})",
"file": "文件({0})",
"function": "函数({0})",
"interface": "接口({0})",
"key": "键({0})",
"method": "方法({0})",
"modules": "模块({0})",
"namespace": "命名空间({0})",
"noMatchingSymbolResults": "没有匹配的编辑器符号",
"noSymbolResults": "没有编辑器符号",
"number": "数字({0})",
"object": "对象({0})",
"openToBottom": "在底部打开",
"openToSide": "在侧边打开",
"operator": "运算符({0})",
"package": "包({0})",
"property": "属性({0})",
"string": "字符串({0})",
"struct": "结构({0})",
"symbols": "符号({0})",
"typeParameter": "类型参数({0})",
"variable": "变量({0})"
},
"vs/editor/contrib/gotoSymbol/browser/goToCommands": {
"actions.goToDecl.label": "转到定义",
"actions.goToDeclToSide.label": "打开侧边的定义",
"goToReferences.label": "转到引用",
"peek.submenu": "快速查看",
"def.title": "定义",
"actions.previewDecl.label": "速览定义",
"references.action.label": "查看引用",
"references.no": "未找到\"{0}\"的引用",
"noResultWord": "未找到“{0}”的任何定义",
"generic.noResults": "找不到定义"
},
"vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": {
"peekView.alternateTitle": "引用"
},
"vs/editor/contrib/readOnlyMessage/browser/contribution": {
"editor.readonly": "无法在只读编辑器中编辑"
}
}
}