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

colorThemeSchema.i18n.json « common « themes « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c27ab2249dbc108c59cd5b8b9404b0701c28323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"schema.token.settings": "标记的颜色和样式。",
	"schema.token.foreground": "标记的前景色。",
	"schema.token.background.warning": "暂不支持标记背景色。",
	"schema.token.fontStyle": "规则字体样式:“斜体”、“粗体”和“下划线”中的一种或者组合",
	"schema.fontStyle.error": "字体样式必须为 \"italic\"(斜体)、 \"bold\"(粗体)和 \"underline\"(下划线)的组合。",
	"schema.properties.name": "规则的描述。",
	"schema.properties.scope": "此规则适用的范围选择器。",
	"schema.tokenColors.path": "tmTheme 文件路径(相对于当前文件)。",
	"schema.colors": "语法突出显示颜色"
}