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

viewsExtensionPoint.i18n.json « browser « views « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb664992fc151ad4a7f397bcbe286f04015377a9 (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.
{
	"requirearray": "뷰는 배열이어야 합니다.",
	"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
	"optstring": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다.",
	"vscode.extension.contributes.view.id": "뷰의 식별자입니다. 'vscode.window.registerTreeDataProviderForView` API를 통해 데이터 공급자를 등록하는 데 사용합니다. `onView:${id}` 이벤트를 `activationEvents`에 등록하여 확장 활성화를 트리거하는 데에도 사용합니다.",
	"vscode.extension.contributes.view.name": "사용자가 읽을 수 있는 뷰 이름입니다. 표시됩니다.",
	"vscode.extension.contributes.views": "뷰를 에디터에 적용합니다.",
	"views.explorer": "탐색기 뷰",
	"locationId.invalid": "`{0}`은(는) 유효한 뷰 위치가 아닙니다."
}