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

fileIconThemeSchema.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: 47cfacc0457a4952c03f2225cc6832ba0419b77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*---------------------------------------------------------------------------------------------
 *  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.folderExpanded": "展开文件夹的文件夹图标。展开文件夹图标是可选的。如果未设置,将显示为文件夹定义的图标。",
	"schema.folder": "折叠文件夹的文件夹图标,如果未设置 folderExpanded,也指展开文件夹的文件夹图标。",
	"schema.file": "默认文件图标,针对不与任何扩展名、文件名或语言 ID 匹配的所有文件显示。",
	"schema.folderNames": "将文件夹名关联到图标。对象键是文件夹名,但不包括任何路径段。不允许任何模式或通配符。文件夹名匹配不区分大小写。",
	"schema.folderName": "关联的图标定义的 ID。",
	"schema.folderNamesExpanded": "将文件夹名关联到展开文件夹的图标。对象键是文件夹名,但不包括任何路径段。不允许任何模式或通配符。文件夹名匹配不区分大小写。",
	"schema.folderNameExpanded": "关联的图标定义的 ID。",
	"schema.fileExtensions": "将文件扩展名关联到图标。对象键是文件扩展名。扩展名是文件名的最后一个部分,位于最后一个点之后(不包括该点)。比较扩展名时不区分大小写。",
	"schema.fileExtension": "关联的图标定义的 ID。",
	"schema.fileNames": "将文件名关联到图标。对象键是完整的文件名,但不包括任何路径段。文件名可以包括句点和可能的文件扩展名。不允许任何模式或通配符。文件名匹配不区分大小写。",
	"schema.fileName": "关联的图标定义的 ID。",
	"schema.languageIds": "将语言与图标相关联。对象键是语言贡献点中定义的语言 ID。",
	"schema.languageId": "关联的图标定义的 ID。",
	"schema.fonts": "图标定义中使用的字体。",
	"schema.id": "字体的 ID。",
	"schema.src": "字体的位置。",
	"schema.font-path": "相对于当前图标主题文件的字体路径。",
	"schema.font-format": "字体的格式。",
	"schema.font-weight": "字体的粗细。",
	"schema.font-sstyle": "字体的样式。",
	"schema.font-size": "字体的默认大小。",
	"schema.iconDefinitions": "将文件关联到图标时可以使用的所有图标的说明。",
	"schema.iconDefinition": "图标定义。对象键是定义的 ID。",
	"schema.iconPath": "使用 SVG 或 PNG 时: 到图像的路径。该路径相对于图标设置文件。",
	"schema.fontCharacter": "使用字形字体时: 要使用的字体中的字符。",
	"schema.fontColor": "使用字形字体时: 要使用的颜色。",
	"schema.fontSize": "使用某种字体时: 文本字体的字体大小(以百分比表示)。如果未设置,则默认为字体定义中的大小。",
	"schema.fontId": "使用某种字体时: 字体的 ID。如果未设置,则默认为第一个字体定义。",
	"schema.light": "浅色主题中文件图标的可选关联。",
	"schema.highContrast": "高对比度颜色主题中文件图标的可选关联。",
	"schema.hidesExplorerArrows": "配置文件资源管理器的箭头是否应在此主题启用时隐藏。"
}