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

colorThemeSchema.i18n.json « common « themes « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46df36fa33f9b35bce4f0b92ef13e545c22da310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"schema.token.settings": "토큰의 색 및 스타일입니다.",
	"schema.token.foreground": "토큰의 전경색입니다.",
	"schema.token.background.warning": "현재 토큰 배경색이 지원되지 않습니다.",
	"schema.token.fontStyle": "규칙의 글꼴 스타일로 '기울임꼴, '굵게' 및 '밑줄' 중 하나이거나 이들의 조합입니다. 빈 문자열을 지정하면 상속된 설정이 해제됩니다.",
	"schema.fontStyle.error": "글꼴 스타일은 '기울임꼴, '굵게' , '밑줄' 또는 이들의 조합이나 빈 문자열이어야 합니다.",
	"schema.token.fontStyle.none": "없음(상속된 스타일 지우기)",
	"schema.properties.name": "규칙에 대한 설명입니다.",
	"schema.properties.scope": "이 규칙과 일치하는 범위 선택기입니다.",
	"schema.tokenColors.path": "tmTheme 파일의 경로(현재 파일의 상대 경로)입니다.",
	"schema.colors": "구문 강조 표시를 위한 색"
}