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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/src/vs/workbench/common/theme.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/common/theme.i18n.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/common/theme.i18n.json b/i18n/chs/src/vs/workbench/common/theme.i18n.json
new file mode 100644
index 00000000000..db4588bc115
--- /dev/null
+++ b/i18n/chs/src/vs/workbench/common/theme.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activeTabActiveGroupForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "activeTabBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "activeTabInactiveGroupForeground": "非活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "inactiveTabActiveGroupForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "inactiveTabBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "inactiveTabInactiveGroupForeground": "非活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
+ "panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
+ "panelBorderTopColor": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
+ "statusBarBackground": "标准状态栏背景色。状态栏显示在窗口底部",
+ "statusBarForeground": "状态栏前景色。状态栏显示在窗口底部",
+ "statusBarNoFolderBackground": "没有文件打开时状态栏的背景色。状态栏显示在窗口底部"
+} \ No newline at end of file