vscode/i18n/chs/extensions/emmet/package.i18n.json

48 lines
3.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*---------------------------------------------------------------------------------------------
* 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.
{
"command.wrapWithAbbreviation": "使用缩写包围",
"command.wrapIndividualLinesWithAbbreviation": "输入缩写包围个别行",
"command.removeTag": "移除标签",
"command.updateTag": "更新标签",
"command.matchTag": "转至匹配对",
"command.balanceIn": "平衡(向内)",
"command.balanceOut": "平衡(向外)",
"command.prevEditPoint": "转到上一编辑点",
"command.nextEditPoint": "转到下一编辑点",
"command.mergeLines": "合并行",
"command.selectPrevItem": "选择上一项",
"command.selectNextItem": "选择下一项",
"command.splitJoinTag": "分离/联接标记",
"command.toggleComment": "切换注释",
"command.evaluateMathExpression": "求数学表达式的值",
"command.updateImageSize": "更新图像大小",
"command.reflectCSSValue": "映射 CSS 值",
"command.incrementNumberByOne": "增加 1",
"command.decrementNumberByOne": "减少 1",
"command.incrementNumberByOneTenth": "增加 0.1",
"command.decrementNumberByOneTenth": "减少 0.1",
"command.incrementNumberByTen": "增加 10",
"command.decrementNumberByTen": "减少 10",
"emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。",
"emmetExclude": "不应展开 Emmet 缩写的语言数组。",
"emmetExtensionsPath": "含有 Emmet 配置文件和片段的文件夹路径。",
"emmetShowExpandedAbbreviation": "显示扩展的 Emmet 缩写作为建议。\n\"inMarkupAndStylesheetFilesOnly\" 选项适用于 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus。\n\"always\" 选项适用于 markup/css 文件的所有部分。",
"emmetShowAbbreviationSuggestions": "显示可能的 Emmet 缩写作为建议。在风格表中或将 emmet.showExpandedAbbreviation 设置为 \"never\" 时不适用。",
"emmetIncludeLanguages": "启用使用默认不支持的语言的 Emmet 缩写。在此添加该语言与支持 Emmet 的语言之间的映射。示例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
"emmetVariables": "要用于 Emmet 代码片段的变量",
"emmetTriggerExpansionOnTab": "启用后,按 TAB 键时,将展开 Emmet 缩写。",
"emmetPreferences": "用于修改 Emmet 某些操作和解析程序的行为的首选项。",
"emmetPreferencesIntUnit": "整数值的默认单位",
"emmetPreferencesFloatUnit": "浮点数值的默认单位",
"emmetPreferencesCssAfter": "展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesSassAfter": "在 Sass 文件中展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesStylusAfter": "在 Stylus 文件中展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesCssBetween": "展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetPreferencesSassBetween": "在 Sass 文件中展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetPreferencesStylusBetween": "在 Stylus 文件中展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetShowSuggestionsAsSnippets": "若为 \"true\"Emmet 建议将会显示为代码片段根据editor.snippetSuggestions 设置进行排列。"
}