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

viewsContainersExtensionPoint.i18n.json « browser « api « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa9581904b658b97f0a9179c7842b37ad26bc191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.views.containers.id": "'뷰' 기여 지점을 사용하여 뷰가 기여될 수 있는 컨테이너를 식별하는 데 사용되는 고유한 ID",
	"vscode.extension.contributes.views.containers.title": "컨테이너를 렌더링하는 데 사용되는 사람이 읽을 수 있는 문자열",
	"vscode.extension.contributes.viewsContainers": "뷰 컨테이너를 편집기에 기여합니다.",
	"views.container.activitybar": "뷰 컨테이너를 작업 막대에 기여",
	"requirearray": "뷰 컨테이너는 배열이어야 합니다.",
	"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
	"showViewlet": "{0} 표시",
	"view": "보기"
}