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