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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json')
-rw-r--r--i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json45
1 files changed, 40 insertions, 5 deletions
diff --git a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
index 139b7ee3377..7d4d3e7bd3b 100644
--- a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -4,12 +4,47 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "LegacyProblemMatcherSchema.watchedBegin": "一个正则表达式,发出受监视任务开始执行(通过文件监视触发)的信号。",
+ "LegacyProblemMatcherSchema.watchedBegin.deprecated": "此属性已弃用。请改用观看属性。",
+ "LegacyProblemMatcherSchema.watchedEnd": "一个正则表达式,发出受监视任务结束执行的信号。",
+ "LegacyProblemMatcherSchema.watchedEnd.deprecated": "此属性已弃用。请改用观看属性。",
+ "NamedMultiLineProblemPatternSchema.name": "问题多行问题模式的名称。",
+ "NamedMultiLineProblemPatternSchema.patterns": "实际模式。",
+ "NamedProblemMatcherSchema.name": "问题匹配程序的名称。",
+ "NamedProblemPatternSchema.name": "问题模式的名称。",
+ "PatternTypeSchema.description": "问题模式或者所提供或预定义问题模式的名称。如果已指定基准,则可以省略。",
+ "PatternTypeSchema.name": "所提供或预定义模式的名称",
+ "ProblemMatcherExtPoint": "提供问题匹配程序",
"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"
+ "ProblemMatcherParser.unknownSeverity": "信息: 未知的严重性 {0}。有效值为错误、警告和信息。\n",
+ "ProblemMatcherSchema.applyTo": "控制文本文档上报告的问题是否仅应用于打开、关闭或所有文档。",
+ "ProblemMatcherSchema.base": "要使用的基问题匹配程序的名称。",
+ "ProblemMatcherSchema.fileLocation": "定义应如何解释问题模式中报告的文件名。",
+ "ProblemMatcherSchema.owner": "代码内问题的所有者。如果指定了基准,则可省略。如果省略,并且未指定基准,则默认值为“外部”。",
+ "ProblemMatcherSchema.severity": "捕获问题的默认严重性。如果模式未定义严重性的匹配组,则使用。",
+ "ProblemMatcherSchema.watching": "用于跟踪观看模式开始和结束的模式。",
+ "ProblemMatcherSchema.watching.activeOnStart": "如果设置为 true,则当任务开始时观察程序处于活动模式。这相当于发出与 beginPattern 匹配的行。",
+ "ProblemMatcherSchema.watching.beginsPattern": "如果在输出内匹配,则在监视任务开始时会发出信号。",
+ "ProblemMatcherSchema.watching.endsPattern": "如果在输出内匹配,则在监视任务结束时会发出信号。",
+ "ProblemPatternExtPoint": "提供问题模式",
+ "ProblemPatternParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\n",
+ "ProblemPatternParser.loopProperty.notLast": "循环属性仅在最一个行匹配程序上受支持。",
+ "ProblemPatternParser.problemPattern.missingProperty": "问题模式无效。它必须至少包含一个文件、消息和行或位置匹配组。",
+ "ProblemPatternParser.problemPattern.missingRegExp": "问题模式缺少正则表达式。",
+ "ProblemPatternRegistry.error": "无效问题模式。此模式将被忽略。",
+ "ProblemPatternSchema.code": "问题代码的匹配组索引。默认为未定义",
+ "ProblemPatternSchema.column": "问题行字符的匹配组索引。默认值为 3",
+ "ProblemPatternSchema.endColumn": "问题结束行字符的匹配组索引。默认为未定义",
+ "ProblemPatternSchema.endLine": "问题结束行的匹配组索引。默认为未定义",
+ "ProblemPatternSchema.file": "文件名的匹配组索引。如果省略,则使用 1。",
+ "ProblemPatternSchema.line": "问题行的匹配组索引。默认值为 2",
+ "ProblemPatternSchema.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将假定(line,column)。",
+ "ProblemPatternSchema.loop": "在多行中,匹配程序循环指示是否只要匹配就在循环中执行此模式。只能在多行模式的最后一个模式上指定。",
+ "ProblemPatternSchema.message": "消息的匹配组索引。如果省略,则在指定了位置时默认值为 4,在其他情况下默认值为 5。",
+ "ProblemPatternSchema.regexp": "用于在输出中查找错误、警告或信息的正则表达式。",
+ "ProblemPatternSchema.severity": "问题严重性的匹配组索引。默认为未定义",
+ "WatchingPatternSchema.file": "文件名的匹配组索引。可以省略。",
+ "WatchingPatternSchema.regexp": "用于检测监视任务的开始和结束的正则表达式。"
} \ No newline at end of file