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/services/themes/electron-browser/fileIconThemeStore.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..239f4582a9f
--- /dev/null
+++ b/i18n/chs/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": "用户设置中使用的图标主题的 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": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。"
+} \ No newline at end of file