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

problemMatcher.i18n.json « common « markers « platform « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a3e7a51deed366d7da3b352db1462f6c2a473e9 (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": "只有最後一行比對器才支援迴圈屬性。",
	"ProblemMatcherParser.loopProperty.notMultiLine": "只有多行比對器才支援迴圈屬性。",
	"ProblemMatcherParser.problemPattern.missingProperty": "問題模式無效。其必須至少有一個檔案、訊息以及行或位置符合群組。",
	"ProblemMatcherParser.problemPattern.missingRegExp": "問題模式遺漏規則運算式。",
	"ProblemMatcherParser.problemPattern.watchingMatcher": "問題比對器必須同時定義監控的開始模式和結束模式。",
	"ProblemMatcherParser.unknownSeverity": "資訊: 嚴重性 {0} 不明。有效值為錯誤、警告和資訊。\n"
}