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

problemMatcher.i18n.json « common « markers « platform « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 139b7ee3377beee945f0b0b9dc5547afe5baf532 (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"
}