extensionManagementService.i18n.json 2.5 KB
Newer Older
D
Dirk Baeumer 已提交
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
D
Dirk Baeumer 已提交
9
	"invalidManifest": "잘못된 확장: package.json이 JSON 파일이 아닙니다.",
10
	"restartCode": "{0}을(를) 다시 설치하기 전에 Code를 다시 시작하세요.",
11 12
	"installingOutdatedExtension": "이 확장의 최신 버전이 이미 설치되어 있습니다. 이 버전을 이전 버전으로 재정의하시겠습니까?",
	"override": "재정의",
13
	"cancel": "취소",
14
	"errorInstallingDependencies": "의존성 설치 중 오류가 발생했습니다. {0}",
15 16
	"MarketPlaceDisabled": "Marketplace를 사용할 수 없습니다.",
	"removeError": "확장을 제거하는 동안 오류가 발생했습니다. {0}. 다시 시도하기 전에 VS Code를 종료하고 다시 시작하세요.",
17
	"Not a Marketplace extension": "마켓플레이스 확장만 다시 설치할 수 있습니다.",
18
	"notFoundCompatible": "'{0}'을(를) 설치할 수 없습니다; VS Code '{1}'과 호환되는 버전이 없습니다.",
19
	"malicious extension": "문제가 있다고 보고되었으므로 확장을 설치할 수 없습니다.",
20
	"notFoundCompatibleDependency": "VS Code의 현재 버전 '{1}'과(와) 호환되는 종속된 확장 '{0}'을(를) 찾을 수 없으므로 설치할 수 없습니다.",
21
	"quitCode": "확장을 설치할 수 없습니다. 다시 설치하기 위해 VS Code를 종료하고 다시 시작하십시오.",
22
	"exitCode": "확장을 설치할 수 없습니다. 다시 설치하기 전에 VS 코드를 종료한 후 다시 시작하십시오. ",
23
	"uninstallDependeciesConfirmation": "'{0}'만 제거할까요, 아니면 종속성도 제거할까요?",
24 25
	"uninstallOnly": "확장만",
	"uninstallAll": "모두 제거",
D
Dirk Baeumer 已提交
26
	"uninstallConfirmation": "'{0}'을(를) 제거할까요?",
27 28 29 30 31
	"ok": "확인",
	"singleDependentError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}'이(가) 이 확장에 종속됩니다.",
	"twoDependentsError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}' 및 '{2}'이(가) 이 확장에 종속됩니다.",
	"multipleDependentsError": "확장 '{0}'을(를) 제거할 수 없습니다. 확장 '{1}', '{2}' 등이 이 확장에 종속됩니다.",
	"notExists": "확장을 찾을 수 없음"
D
Dirk Baeumer 已提交
32
}