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')
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json2
-rw-r--r--i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json4
2 files changed, 4 insertions, 2 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 978edc39141..4ac14b2ebbc 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
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "schema.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
"schema.colors": "構文の強調表示をする色",
"schema.properties.name": "ルールの説明",
- "schema.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
"schema.tokenColors.path": "tmTheme ファイルへのパス (現在のファイルとの相対パス)"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index fa7c08b281e..6556a8cece1 100644
--- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -23,9 +23,11 @@
"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
"colorTheme": "Specifies the color theme used in the workbench.",
"colorThemeError": "Theme is unknown or not installed.",
+ "iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
"noIconThemeDesc": "No file icons",
"iconThemeError": "File icon theme is unknown or not installed.",
"workbenchColors": "現在選択している配色テーマで配色を上書きします。",
"workbenchColors.deprecated": "この設定はもう試験的なものではなく、名前が 'workbench.colorCustomizations' に変更されています",
- "workbenchColors.deprecatedDescription": "代わりに 'workbench.colorCustomizations' を使用してください"
+ "workbenchColors.deprecatedDescription": "代わりに 'workbench.colorCustomizations' を使用してください",
+ "editorColors": "現在選択している配色テーマで配色とフォント スタイルを上書きします。"
} \ No newline at end of file