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/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..b9a14b3199a
--- /dev/null
+++ b/i18n/jpn/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": "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' です。",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
+ "reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
+ "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。"
+} \ No newline at end of file