Welcome to mirror list, hosted at ThFree Co, Russian Federation.

emmet.contribution.i18n.json « electron-browser « emmet « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c14acb9c9cd8f882d969fa957f2f4f98e2fb2c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"emmetConfigurationTitle": "Emmet",
	"triggerExpansionOnTab": "启用后,按 TAB 键时,将展开 Emmet 缩写。若 emmet.useNewemmet 设置为 true,则不适用。",
	"emmetPreferences": "用于修改 Emmet 的某些操作和解决程序的行为的首选项。若 emmet.useNewemmet 设置为 true,则不适用。",
	"emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。",
	"emmetExclude": "不应展开 Emmet 缩写的语言数组。",
	"emmetExtensionsPath": "包含 Emmet 配置文件、片段和首选项的文件夹路径。当 emmet.useNewEmmet 设置为 true 时,只有配置文件才服从于扩展路径。",
	"useNewEmmet": "试用新版 Emmet 模块(最终会替换旧版单一 Emmet 库)体验所有 Emmet 功能。"
}