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/common')
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json1
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index 2773e1cc1be..31dd84eaa5c 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -6,6 +6,7 @@
{
"schema.token.settings": "トークンの色とスタイル。",
"schema.token.foreground": "トークンの前景色。",
+ "schema.token.background.warning": "トークンの背景色は、現在サポートされていません。",
"schema.token.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
"schema.fontStyle.error": "フォント スタイルは '斜体'、'太字'、'下線'を組み合わせる必要があります。",
"schema.properties.name": "ルールの説明。",
diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
index a38d55a5642..335b53c2495 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json
@@ -33,5 +33,6 @@
"schema.fontSize": "フォントを使用する場合: テキスト フォントに対するフォントサイズの割合。設定されていない場合、既定値はフォント定義のサイズになります。",
"schema.fontId": "フォントを使用する場合: フォントの ID。設定されていない場合、既定値は最初のフォント定義になります。",
"schema.light": "明るい配色テーマでのファイル アイコンの任意の関連付け。",
- "schema.highContrast": "ハイ コントラスト配色テーマでのファイル アイコンの任意の関連付け。"
+ "schema.highContrast": "ハイ コントラスト配色テーマでのファイル アイコンの任意の関連付け。",
+ "schema.hidesExplorerArrows": "このテーマがアクティブな時に、エクスプローラーの矢印を非表示にするかどうかを構成します。"
} \ No newline at end of file