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

workbenchThemeService.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: c7ed3a3fe46a488fc0cbd79efd366183e1b0ad67 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"migration.completed": "새 테마 설정이 사용자 설정에 추가되었습니다. {0}에서 백업을 사용할 수 있습니다.",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"error.cannotloadicontheme": "Unable to load {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": "현재 선택한 색 테마에서 색을 재정의합니다.",
	"editorColors": "현재 선택된 색 테마에서 편집기 색상과 글꼴 스타일을 재정의합니다.",
	"editorColors.comments": "주석의 색 및 스타일을 설정합니다.",
	"editorColors.strings": "문자열 리터럴의 색 및 스타일을 설정합니다.",
	"editorColors.keywords": "키워드의 색과 스타일을 설정합니다.",
	"editorColors.numbers": "숫자 리터럴의 색과 스타일을 설정합니다.",
	"editorColors.types": "형식 선언 및 참조의 색 및 스타일을 설정합니다.",
	"editorColors.functions": "함수 선언 및 참조의 색 및 스타일을 설정합니다.",
	"editorColors.variables": "변수 선언 및 참조의 색 및 스타일을 설정합니다.",
	"editorColors.textMateRules": "textmate 테마 설정 규칙을 사용하여 색 및 스타일을 설정합니다(고급)."
}