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

problemMatcher.i18n.json « common « markers « platform « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf120b738bc176cd9550106e48304898e194c847 (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.
{
	"ProblemMatcherParser.invalidMarkerDescription": "오류: 잘못된 problemMatcher 설명입니다. 선택기에서는 최소한 패턴, 소유자 및 파일 위치를 정의해야 합니다. 문제가 있는 선택기:\n{0}\n",
	"ProblemMatcherParser.invalidRegexp": "오류: {0} 문자열은 유효한 정규식이 아닙니다.\n",
	"ProblemMatcherParser.loopProperty.notLast": "loop 속성은 마지막 줄 검사기에서만 지원됩니다.",
	"ProblemMatcherParser.loopProperty.notMultiLine": "loop 속성은 여러 줄 검사기에서만 지원됩니다.",
	"ProblemMatcherParser.problemPattern.missingProperty": "문제 패턴이 잘못되었습니다. 하나 이상의 파일, 메시지 및 줄 또는 위치 일치 그룹을 포함해야 합니다.",
	"ProblemMatcherParser.problemPattern.missingRegExp": "문제 패턴에 정규식이 없습니다.",
	"ProblemMatcherParser.problemPattern.watchingMatcher": "문제 검사기에서 감시 시작 패턴과 종료 패턴을 모두 정의해야 합니다.",
	"ProblemMatcherParser.unknownSeverity": "정보: 알 수 없는 심각도 {0}. 유효한 값은 오류, 경고 및 정보입니다.\n"
}