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

extensionsWorkbenchService.i18n.json « node « extensions « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 640cb68c0f59f2376e12cbfbdbbc80753f926bd4 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"installingVSIXExtension": "VSIX에서 확장을 설치하는 중...",
	"malicious": "이 확장은 문제가 있다고 보고되었습니다.",
	"installingMarketPlaceExtension": "Marketplace에서 확장을 설치하는 중...",
	"uninstallingExtension": "확장을 제거하는 중....",
	"enable": "예",
	"doNotEnable": "아니요",
	"disableDependeciesConfirmation": "'{0}'만 사용하지 않도록 설정하시겠습니까, 아니면 종속성도 사용하지 않도록 설정하시겠습니까?",
	"disableOnly": "만",
	"disableAll": "모두",
	"cancel": "취소",
	"singleDependentError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}'이(가) 이 확장에 종속됩니다.",
	"twoDependentsError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}' 및 '{2}'이(가) 이 확장에 종속됩니다.",
	"multipleDependentsError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}', '{2}' 등이 이 확장에 종속됩니다.",
	"installConfirmation": "'{0}' 확장을 설치하시겠습니까?",
	"install": "설치"
}