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

colorThemeStore.i18n.json « electron-browser « themes « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bcd1e891d3dbdadd5f4850779761a65b1bec718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.themes": "Contributes textmate color themes.",
	"vscode.extension.contributes.themes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
	"vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.",
	"vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다.",
	"vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './themes/themeFile.tmTheme'입니다.",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
	"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다."
}