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

errorMessage.i18n.json « common « base « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1079b639599e3aa56de091b8a94abc4a9e146e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"message": "{0}. 오류 코드: {1}",
	"error.permission.verbose": "사용 권한이 거부되었습니다(HTTP {0}).",
	"error.permission": "사용 권한이 거부되었습니다.",
	"error.http.verbose": "{0}(HTTP {1}: {2})",
	"error.http": "{0}(HTTP {1})",
	"error.connection.unknown.verbose": "알 수 없는 연결 오류({0})",
	"error.connection.unknown": "알 수 없는 연결 오류가 발생했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다.",
	"stackTrace.format": "{0}: {1}",
	"error.defaultMessage": "알 수 없는 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요.",
	"nodeExceptionMessage": "시스템 오류가 발생했습니다({0}).",
	"error.moreErrors": "{0}(총 {1}개의 오류)"
}