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: 6431206538fa3b3c65b409f6e3d7d214503151ee (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.themes": "Contributes textmate color themes.",
	"vscode.extension.contributes.themes.id": "用户设置中使用的图标主题的 ID。",
	"vscode.extension.contributes.themes.label": "显示在 UI 中的颜色主题标签。",
	"vscode.extension.contributes.themes.uiTheme": "用于定义编辑器周围颜色的基本主题: \"vs\" 是浅色主题,\"vs-dark\" 是深色主题。\"hc-black\" 是深色高对比度主题。",
	"vscode.extension.contributes.themes.path": "tmTheme 文件的路径。该路径相对于扩展文件夹,通常为 \"./themes/themeFile.tmTheme\"。",
	"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "用户设置中使用的图标主题的 ID。",
	"vscode.extension.contributes.iconThemes.label": "UI 中显示的图标主题的标签。",
	"vscode.extension.contributes.iconThemes.path": "图标主题定义文件的路径。该路径相对于扩展文件夹,通常是 \"./icons/awesome-icon-theme.json\"。",
	"migration.completed": "已向用户设置添加了新的主题设置。{0} 中可备份。",
	"error.cannotloadtheme": "无法加载 {0}: {1}",
	"reqarray": "扩展点“{0}”必须是一个数组。",
	"reqpath": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
	"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
	"reqid": "“contributes.{0}.id”中应为字符串。提供的值: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
	"colorTheme": "指定工作台中使用的颜色主题。",
	"colorThemeError": "主题未知或未安装。",
	"noIconThemeDesc": "No file icons",
	"iconThemeError": "文件图标主题未知或未安装。",
	"workbenchColors": "覆盖当前所选颜色主题的颜色。",
	"workbenchColors.deprecated": "该设置不再是实验性设置,并已重命名为“workbench.colorCustomizations”",
	"workbenchColors.deprecatedDescription": "改用“workbench.colorCustomizations”"
}