UNPKG

monaco-editor-i18n-plugin

Version:
281 lines (280 loc) 14.6 kB
{ "": [ "--------------------------------------------------------------------------------------------", "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.30.1 or 0.31.1", "This file is condensed from https://github.com/microsoft/vscode-loc/blob/release/1.63.3/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json" ], "version": "1.0.0", "contents": { "vs/editor/contrib/clipboard/clipboard": { "actions.clipboard.copyLabel": "复制", "actions.clipboard.copyWithSyntaxHighlightingLabel": "复制并突出显示语法", "actions.clipboard.cutLabel": "剪切", "actions.clipboard.pasteLabel": "粘贴" }, "vs/editor/contrib/find/findController": { "findNextMatchAction": "查找下一个", "findPreviousMatchAction": "查找上一个", "nextSelectionMatchFindAction": "查找下一个选择", "previousSelectionMatchFindAction": "查找上一个选择", "startFindAction": "查找", "startFindWithArgsAction": "使用参数查找", "startFindWithSelectionAction": "查找选定内容", "startReplace": "替换" }, "vs/editor/contrib/find/findWidget": { "ariaSearchNoResult": "为“{1}”找到 {0}", "ariaSearchNoResultEmpty": "找到 {0}", "ariaSearchNoResultWithLineNum": "在 {2} 处找到“{1}”的 {0}", "ariaSearchNoResultWithLineNumNoCurrentMatch": "为“{1}”找到 {0}", "label.closeButton": "关闭", "label.find": "查找", "label.matchesLocation": "{1} 中的 {0}", "label.nextMatchButton": "下一个匹配项", "label.noResults": "无结果", "label.previousMatchButton": "上一个匹配项", "label.replace": "替换", "label.replaceAllButton": "全部替换", "label.replaceButton": "替换", "label.toggleReplaceButton": "切换替换", "label.toggleSelectionFind": "在选定内容中查找", "placeholder.find": "查找", "placeholder.replace": "替换" }, "vs/base/browser/ui/findinput/findInputCheckboxes": { "caseDescription": "区分大小写", "regexDescription": "使用正则表达式", "wordsDescription": "全字匹配" }, "vs/editor/contrib/multicursor/multicursor": { "addSelectionToNextFindMatch": "将下一个查找匹配项添加到选择", "addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项", "changeAll.label": "更改所有匹配项", "cursorAdded": "添加的光标: {0}", "cursorsAdded": "添加的游标: {0}", "mutlicursor.addCursorsToBottom": "在底部添加光标", "mutlicursor.addCursorsToTop": "在顶部添加光标", "mutlicursor.insertAbove": "在上面添加光标", "mutlicursor.insertAtEndOfEachLineSelected": "在行尾添加光标", "mutlicursor.insertBelow": "在下面添加光标", "selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项", "moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项", "moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项" }, "vs/editor/contrib/cursorUndo/cursorUndo": { "cursor.redo": "光标重做", "cursor.undo": "光标撤消" }, "vs/base/browser/ui/findinput/replaceInput": { "label.preserveCaseCheckbox": "保留大小写" }, "vs/editor/common/standaloneStrings": { "helpQuickAccess": "显示所有快速访问提供程序", "gotoLineActionLabel": "转到行/列...", "quickCommandActionLabel": "命令面板", "quickOutlineActionLabel": "转到符号...", "quickOutlineByCategoryActionLabel": "按类别转到符号...", "quickCommandActionHelp": "显示并运行命令", "toggleHighContrast": "切换高对比度主题", "showAccessibilityHelpAction": "显示辅助功能帮助", "inspectTokens": "开发人员: 检查令牌" }, "vs/editor/contrib/comment/comment": { "comment.block": "切换块注释", "comment.line": "切换行注释", "comment.line.add": "添加行注释", "comment.line.remove": "删除行注释" }, "vs/editor/contrib/fontZoom/fontZoom": { "EditorFontZoomIn.label": "放大编辑器字体", "EditorFontZoomOut.label": "缩小编辑器字体", "EditorFontZoomReset.label": "重置编辑器字体大小" }, "vs/editor/contrib/contextmenu/contextmenu": { "action.showContextMenu.label": "显示编辑器上下文菜单" }, "vs/editor/contrib/folding/folding": { "foldAction.label": "折叠", "foldAllAction.label": "全部折叠", "foldAllExcept.label": "折叠除所选区域之外的所有区域", "foldLevelAction.label": "折叠级别 {0}", "unFoldRecursivelyAction.label": "以递归方式展开", "unfoldAction.label": "展开", "unfoldAllAction.label": "全部展开", "unfoldAllExcept.label": "展开除所选区域之外的所有区域", "unfoldAllMarkerRegions.label": "展开所有区域", "toggleFoldAction.label": "切换折叠", "gotoParentFold.label": "跳转到父级折叠", "foldAllBlockComments.label": "折叠所有块注释", "foldAllMarkerRegions.label": "折叠所有区域", "foldRecursivelyAction.label": "以递归方式折叠", "gotoNextFold.label": "转到下一个折叠范围", "gotoPreviousFold.label": "转到上一个折叠范围" }, "vs/editor/contrib/linesOperations/linesOperations": { "duplicateSelection": "重复选择", "editor.transformToLowercase": "转换为小写", "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": "行缩进" }, "vs/editor/contrib/indentation/indentation": { "indentationToSpaces": "将缩进转换为空格", "indentationToTabs": "将缩进转换为制表符", "detectIndentation": "从内容中检测缩进方式", "editor.reindentlines": "重新缩进行", "editor.reindentselectedlines": "重新缩进所选行", "indentUsingSpaces": "使用空格缩进", "indentUsingTabs": "使用 \"Tab\" 缩进" }, "vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": { "toggle.tabMovesFocus": "切换 Tab 键移动焦点" }, "vs/editor/contrib/caretOperations/transpose": { "transposeLetters.label": "转置字母" }, "vs/editor/contrib/suggest/suggestController": { "suggest.trigger.label": "触发建议", "suggest.reset.label": "重置建议小组件大小" }, "vs/editor/contrib/hover/hover": { "showDefinitionPreviewHover": "显示定义预览悬停", "showHover": "显示悬停" }, "vs/editor/contrib/wordHighlighter/wordHighlighter": { "wordHighlight.trigger.label": "触发符号高亮", "wordHighlight.next.label": "转到下一个突出显示的符号", "wordHighlight.previous.label": "转到上一个突出显示的符号" }, "vs/editor/contrib/inlineCompletions/ghostTextController": { "action.inlineSuggest.trigger": "触发内联建议" }, "vs/editor/contrib/inPlaceReplace/inPlaceReplace": { "InPlaceReplaceAction.next.label": "替换为下一个值", "InPlaceReplaceAction.previous.label": "替换为上一个值" }, "vs/editor/contrib/bracketMatching/bracketMatching": { "smartSelect.jumpBracket": "转到括号", "smartSelect.selectToBracket": "选择括号所有内容" }, "vs/editor/contrib/smartSelect/smartSelect": { "smartSelect.expand": "展开选择", "smartSelect.shrink": "收起选择" }, "vs/editor/contrib/anchorSelect/anchorSelect": { "setSelectionAnchor": "设置选择定位点" }, "vs/editor/contrib/caretOperations/caretOperations": { "caret.moveLeft": "向左移动所选文本", "caret.moveRight": "向右移动所选文本" }, "vs/editor/contrib/tokenization/tokenization": { "forceRetokenize": "开发人员: 强制重新进行标记" }, "vs/editor/contrib/wordOperations/wordOperations": { "deleteInsideWord": "删除 Word" }, "vs/editor/contrib/links/links": { "label": "打开链接" }, "vs/editor/contrib/gotoError/gotoError": { "markerAction.next.label": "转到下一个问题 (错误、警告、信息)", "markerAction.nextInFiles.label": "转到文件中的下一个问题 (错误、警告、信息)", "markerAction.previous.label": "转到上一个问题 (错误、警告、信息)", "markerAction.previousInFiles.label": "转到文件中的上一个问题 (错误、警告、信息)" }, "vs/editor/contrib/gotoSymbol/goToCommands": { "actions.goToDecl.label": "转到定义", "actions.goToDeclToSide.label": "打开侧边的定义", "goToReferences.label": "转到引用", "peek.submenu": "快速查看", "actions.previewDecl.label": "速览定义", "references.action.label": "查看引用", "references.no": "未找到\"{0}\"的引用", "noResultWord": "未找到“{0}”的任何定义" }, "vs/editor/contrib/quickAccess/gotoLineQuickAccess": { "gotoLineLabelEmptyWithLimit": "当前行: {0},字符: {1}。键入要导航到的行号(介于 1 至 {2} 之间)。" }, "vs/editor/contrib/quickAccess/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/format/formatActions": { "formatDocument.label": "格式化文档", "formatSelection.label": "格式化选定内容" }, "vs/base/browser/ui/inputbox/inputBox": { "history.inputbox.hint": "对于历史记录" }, "vs/platform/quickinput/browser/commandsQuickAccess": { "morecCommands": "其他命令", "recentlyUsed": "最近使用" }, "vs/editor/contrib/message/messageController": { "editor.readonly": "无法在只读编辑器中编辑" }, "vs/editor/contrib/unicodeHighlighter/unicodeHighlighter": { "action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters": "禁止突出显示歧义字符", "action.unicodeHighlight.disableHighlightingOfInvisibleCharacters": "禁止突出显示不可见字符", "action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters": "禁止突出显示非基本 ASCII 字符", "action.unicodeHighlight.showExcludeOptions": "显示排除选项" }, "vs/editor/browser/widget/diffReview": { "editor.action.diffReview.next": "转至下一个差异", "editor.action.diffReview.prev": "转至上一个差异" } } }