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/fileIconThemeStore.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..dd6a68fb722
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.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.iconThemes": "貢獻檔案圖示佈景主題。",
+ "vscode.extension.contributes.iconThemes.id": "用在使用者設定中的圖示佈景主題識別碼。",
+ "vscode.extension.contributes.iconThemes.label": "以 UI 顯示的圖示佈景主題標籤。",
+ "vscode.extension.contributes.iconThemes.path": "圖示佈景主題定義檔案。路徑相對於擴充功能資料夾,通常為 './icons/awesome-icon-theme.json'。",
+ "reqarray": "擴充點 '{0}' 必須是陣列。",
+ "reqpath": "'contributes.{0}.path' 中應有字串。提供的值: {1}",
+ "reqid": "`contributes.{0}.id` 中應有字串。提供的值: {1}",
+ "invalid.path.1": "擴充功能資料夾 ({2}) 應包含 'contributes.{0}.path' ({1})。這可能會導致擴充功能無法移植。"
+} \ No newline at end of file