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: 827db2563f1c2cf332991afff2fa16a8e89abd93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ProblemPatternParser.loopProperty.notLast": "循环属性仅在最一个行匹配程序上受支持。",
	"ProblemPatternParser.problemPattern.missingRegExp": "问题模式缺少正则表达式。",
	"ProblemPatternParser.problemPattern.missingProperty": "问题模式无效。它必须至少包含一个文件、消息和行或位置匹配组。",
	"ProblemPatternParser.invalidRegexp": "错误:字符串 {0} 不是有效的正则表达式。\n",
	"ProblemPatternSchema.regexp": "用于在输出中查找错误、警告或信息的正则表达式。",
	"ProblemPatternSchema.file": "文件名的匹配组索引。如果省略,则使用 1。",
	"ProblemPatternSchema.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将假定(line,column)。",
	"ProblemPatternSchema.line": "问题行的匹配组索引。默认值为 2",
	"ProblemPatternSchema.column": "问题行字符的匹配组索引。默认值为 3",
	"ProblemPatternSchema.endLine": "问题结束行的匹配组索引。默认为未定义",
	"ProblemPatternSchema.endColumn": "问题结束行字符的匹配组索引。默认为未定义",
	"ProblemPatternSchema.severity": "问题严重性的匹配组索引。默认为未定义",
	"ProblemPatternSchema.code": "问题代码的匹配组索引。默认为未定义",
	"ProblemPatternSchema.message": "消息的匹配组索引。如果省略,则在指定了位置时默认值为 4,在其他情况下默认值为 5。",
	"ProblemPatternSchema.loop": "在多行中,匹配程序循环指示是否只要匹配就在循环中执行此模式。只能在多行模式的最后一个模式上指定。",
	"NamedProblemPatternSchema.name": "问题模式的名称。",
	"NamedMultiLineProblemPatternSchema.name": "问题多行问题模式的名称。",
	"NamedMultiLineProblemPatternSchema.patterns": "实际模式。",
	"ProblemPatternExtPoint": "提供问题模式",
	"ProblemPatternRegistry.error": "无效问题模式。此模式将被忽略。",
	"ProblemMatcherParser.noProblemMatcher": "错误: 描述无法转换为问题匹配程序:\n{0}\n",
	"ProblemMatcherParser.noProblemPattern": "错误: 描述未定义有效的问题模式:\n{0}\n",
	"ProblemMatcherParser.noOwner": "错误: 描述未定义所有者:\n{0}\n",
	"ProblemMatcherParser.noFileLocation": "错误: 描述未定义文件位置:\n{0}\n",
	"ProblemMatcherParser.unknownSeverity": "信息:未知严重性 {0}。有效值为“error”、“warning”和“info”。\n",
	"ProblemMatcherParser.noDefinedPatter": "错误: 标识符为 {0} 的模式不存在。",
	"ProblemMatcherParser.noIdentifier": "错误: 模式属性引用空标识符。",
	"ProblemMatcherParser.noValidIdentifier": "错误: 模式属性 {0} 是无效的模式变量名。",
	"ProblemMatcherParser.problemPattern.watchingMatcher": "问题匹配程序必须定义监视的开始模式和结束模式。",
	"ProblemMatcherParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\n",
	"WatchingPatternSchema.regexp": "用于检测后台任务开始或结束的正则表达式。",
	"WatchingPatternSchema.file": "文件名的匹配组索引。可以省略。",
	"PatternTypeSchema.name": "所提供或预定义模式的名称",
	"PatternTypeSchema.description": "问题模式或者所提供或预定义问题模式的名称。如果已指定基准,则可以省略。",
	"ProblemMatcherSchema.base": "要使用的基问题匹配程序的名称。",
	"ProblemMatcherSchema.owner": "代码内问题的所有者。如果指定了基准,则可省略。如果省略,并且未指定基准,则默认值为“外部”。",
	"ProblemMatcherSchema.severity": "捕获问题的默认严重性。如果模式未定义严重性的匹配组,则使用。",
	"ProblemMatcherSchema.applyTo": "控制文本文档上报告的问题是否仅应用于打开、关闭或所有文档。",
	"ProblemMatcherSchema.fileLocation": "定义应如何解释问题模式中报告的文件名。",
	"ProblemMatcherSchema.background": "用于跟踪在后台任务上激活的匹配程序的开始和结束的模式。",
	"ProblemMatcherSchema.background.activeOnStart": "如果设置为 true,则会在任务开始时激活后台监控。这相当于发出与 beginPattern 匹配的行。",
	"ProblemMatcherSchema.background.beginsPattern": "如果在输出内匹配,则会发出后台任务开始的信号。",
	"ProblemMatcherSchema.background.endsPattern": "如果在输出内匹配,则会发出后台任务结束的信号。",
	"ProblemMatcherSchema.watching.deprecated": "“watching”属性已被弃用。请改用“background”。",
	"ProblemMatcherSchema.watching": "用于跟踪监视匹配程序开始和结束的模式。",
	"ProblemMatcherSchema.watching.activeOnStart": "如果设置为 true,则当任务开始时观察程序处于活动模式。这相当于发出与 beginPattern 匹配的行。",
	"ProblemMatcherSchema.watching.beginsPattern": "如果在输出内匹配,则在监视任务开始时会发出信号。",
	"ProblemMatcherSchema.watching.endsPattern": "如果在输出内匹配,则在监视任务结束时会发出信号。",
	"LegacyProblemMatcherSchema.watchedBegin.deprecated": "此属性已弃用。请改用观看属性。",
	"LegacyProblemMatcherSchema.watchedBegin": "一个正则表达式,发出受监视任务开始执行(通过文件监视触发)的信号。",
	"LegacyProblemMatcherSchema.watchedEnd.deprecated": "此属性已弃用。请改用观看属性。",
	"LegacyProblemMatcherSchema.watchedEnd": "一个正则表达式,发出受监视任务结束执行的信号。",
	"NamedProblemMatcherSchema.name": "要引用的问题匹配程序的名称。",
	"NamedProblemMatcherSchema.label": "问题匹配程序的人类可读标签。",
	"ProblemMatcherExtPoint": "提供问题匹配程序",
	"msCompile": "微软编译器问题",
	"lessCompile": "Less 问题",
	"gulp-tsc": "Gulp TSC 问题",
	"jshint": "JSHint 问题",
	"jshint-stylish": "JSHint stylish 问题",
	"eslint-compact": "ESLint compact 问题",
	"eslint-stylish": "ESLint stylish 问题",
	"go": "Go 问题"
}