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

workbenchThemeService.i18n.json « electron-browser « themes « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a7c7dc77d5d9a9dae918b64c524d4b7ab076f97 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"migration.completed": "已向用户设置添加了新的主题设置。{0} 中可备份。",
	"error.cannotloadtheme": "无法加载 {0}: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"colorTheme": "指定工作台中使用的颜色主题。",
	"colorThemeError": "主题未知或未安装。",
	"iconTheme": "指定在工作台中使用的图标主题,或指定 \"null\" 以不显示任何文件图标。",
	"noIconThemeDesc": "No file icons",
	"iconThemeError": "文件图标主题未知或未安装。",
	"workbenchColors": "覆盖当前所选颜色主题的颜色。",
	"editorColors": "覆盖当前所选颜色主题中的编辑器颜色和字体样式。",
	"editorColors.comments": "设置注释的颜色和样式",
	"editorColors.strings": "设置字符串文本的颜色和样式",
	"editorColors.keywords": "设置关键字的颜色和样式。",
	"editorColors.numbers": "设置数字的颜色和样式。",
	"editorColors.types": "设置类型定义与引用的颜色和样式。",
	"editorColors.functions": "设置函数定义与引用的颜色和样式。",
	"editorColors.variables": "设置变量定义和引用的颜色和样式。",
	"editorColors.textMateRules": "使用 TextMate 主题规则设置颜色和样式(高级)。"
}