Welcome to mirror list, hosted at ThFree Co, Russian Federation.

editorColorRegistry.i18n.json « view « common « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e00f4099a5cf3b9212b06043bba28ac25b9f250f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"lineHighlight": "目前游標位置行的反白顯示背景色彩。",
	"lineHighlightBorderBox": "目前游標位置行之周圍框線的背景色彩。",
	"rangeHighlight": "突顯顯示範圍的背景顏色,例如快速開啟和尋找功能。不能使用非透明的顏色來隱藏底層的樣式。",
	"rangeHighlightBorder": "反白顯示範圍周圍邊框的背景顏色。",
	"caret": "編輯器游標的色彩。",
	"editorCursorBackground": "編輯器游標的背景色彩。允許自訂區塊游標重疊的字元色彩。",
	"editorWhitespaces": "編輯器中空白字元的色彩。",
	"editorIndentGuides": "編輯器縮排輔助線的色彩。",
	"editorLineNumbers": "編輯器行號的色彩。",
	"editorRuler": "編輯器尺規的色彩",
	"editorCodeLensForeground": "編輯器程式碼濾鏡的前景色彩",
	"editorBracketMatchBackground": "成對括號背景色彩",
	"editorBracketMatchBorder": "成對括號邊框色彩",
	"editorOverviewRulerBorder": "預覽檢視編輯器尺規的邊框色彩.",
	"editorGutter": "編輯器邊框的背景顏色,包含行號與字形圖示的邊框.",
	"errorForeground": "編輯器內錯誤提示線的前景色彩.",
	"errorBorder": "編輯器內錯誤提示線的邊框色彩.",
	"warningForeground": "編輯器內警告提示線的前景色彩.",
	"warningBorder": "編輯器內警告提示線的邊框色彩.",
	"infoForeground": "編輯器內資訊提示線的前景色彩",
	"infoBorder": "編輯器內資訊提示線的邊框色彩",
	"overviewRulerRangeHighlight": "範圍醒目提示的概觀尺規標記色彩。",
	"overviewRuleError": "錯誤的概觀尺規標記色彩。",
	"overviewRuleWarning": "警示的概觀尺規標記色彩。",
	"overviewRuleInfo": "資訊的概觀尺規標記色彩。"
}