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/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
new file mode 100644
index 00000000000..f1b7981878d
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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": "提供 Textmate 彩色佈景主題。",
+ "vscode.extension.contributes.themes.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'。",
+ "reqarray": "擴充點 '{0}' 必須是陣列。",
+ "reqpath": "'contributes.{0}.path' 中應有字串。提供的值: {1}",
+ "invalid.path.1": "擴充功能資料夾 ({2}) 應包含 'contributes.{0}.path' ({1})。這可能會導致擴充功能無法移植。"
+} \ No newline at end of file