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: f153f7613caa92873228e7e5c0aa0f0bc5e152e4 (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
/*---------------------------------------------------------------------------------------------
 *  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'입니다.",
	"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
	"vscode.extension.contributes.iconThemes.label": "UI에 표시된 아이콘 테마의 레이블입니다.",
	"vscode.extension.contributes.iconThemes.path": "아이콘 테마 정의 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './icons/awesome-icon-theme.json'입니다.",
	"migration.completed": "새 테마 설정이 사용자 설정에 추가되었습니다. {0}에서 백업을 사용할 수 있습니다.",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
	"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
	"reqid": "`contributes.{0}.id`에 문자열이 필요합니다. 제공된 값: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
	"colorTheme": "Specifies the color theme used in the workbench.",
	"colorThemeError": "Theme is unknown or not installed.",
	"noIconThemeDesc": "No file icons",
	"iconThemeError": "File icon theme is unknown or not installed.",
	"workbenchColors": "현재 선택한 색 테마에서 색을 재정의합니다.",
	"workbenchColors.deprecated": "이 설정은 더 이상 실험적 설정이 아니며 이름이\n 'workbench.colorCustomizations'로 변경되었습니다.",
	"workbenchColors.deprecatedDescription": "대신 'workbench.colorCustomizations'를 사용합니다."
}