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/platform/theme/common/colorRegistry.i18n.json')
-rw-r--r--i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
index 6834bbd4b79..272213197af 100644
--- a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
+++ b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -53,14 +53,16 @@
"badgeBackground": "バッジの背景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
"badgeForeground": "バッジの前景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
"scrollbarShadow": "ビューがスクロールされたことを示すスクロール バーの影。",
- "scrollbarSliderBackground": "スライダーの背景色。",
- "scrollbarSliderHoverBackground": "ホバー時のスライダー背景色。",
- "scrollbarSliderActiveBackground": "アクティブ時のスライダー背景色。",
+ "scrollbarSliderBackground": "スクロール バーのスライダーの背景色。",
+ "scrollbarSliderHoverBackground": "ホバー時のスクロール バー スライダー背景色。",
+ "scrollbarSliderActiveBackground": "アクティブ時のスクロール バー スライダー背景色。",
"progressBarBackground": "時間のかかる操作で表示するプログレス バーの背景色。",
"editorBackground": "エディターの背景色。",
"editorForeground": "エディターの既定の前景色。",
"editorWidgetBackground": "検索/置換窓など、エディター ウィジェットの背景色。",
"editorWidgetBorder": "エディター ウィジェットの境界線色。ウィジェットに境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
+ "editorSelectionBackground": "エディターの選択範囲の色。",
+ "editorSelectionForeground": "ハイ コントラストの選択済みテキストの色。",
"editorInactiveSelection": "非アクティブなエディターの選択範囲の色。",
"editorSelectionHighlight": "選択範囲と同じコンテンツの領域の色。",
"editorFindMatch": "現在の検索一致項目の色。",