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: 7407796295650e726aea0298dbfbce4da1d128b4 (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
/*---------------------------------------------------------------------------------------------
 *  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} 不明。有效值為錯誤、警告和資訊。\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": "Code 內的問題擁有者。如果指定基底,則可以省略。如果省略且未指定基底,預設為 [外部]。",
	"ProblemMatcherSchema.severity": "擷取項目問題的預設嚴重性。如果模式未定義嚴重性的符合群組,就會加以使用。",
	"ProblemMatcherSchema.applyTo": "控制文字文件上所回報的問題僅會套用至開啟的文件、關閉的文件或所有文件。",
	"ProblemMatcherSchema.fileLocation": "定義問題模式中所回報檔案名稱的解譯方式。",
	"ProblemMatcherSchema.background": "偵測後台任務中匹配程序模式的開始與結束.",
	"ProblemMatcherSchema.background.activeOnStart": "如果設置為 True,背景監控程式在工作啟動時處於主動模式。這相當於符合起始樣式的行。",
	"ProblemMatcherSchema.background.beginsPattern": "如果於輸出中相符,則會指示背景程式開始。",
	"ProblemMatcherSchema.background.endsPattern": "如果於輸出中相符,則會指示背景程式結束。",
	"ProblemMatcherSchema.watching.deprecated": "關注屬性已被淘汰,請改用背景取代。",
	"ProblemMatcherSchema.watching": "追蹤匹配程序的開始與結束。",
	"ProblemMatcherSchema.watching.activeOnStart": "如果設定為 True,監控程式在工作啟動時處於主動模式。這相當於發出符合 beginPattern 的行",
	"ProblemMatcherSchema.watching.beginsPattern": "如果在輸出中相符,則會指示監看工作開始。",
	"ProblemMatcherSchema.watching.endsPattern": "如果在輸出中相符,則會指示監看工作結束。",
	"LegacyProblemMatcherSchema.watchedBegin.deprecated": "此屬性即將淘汰。請改用關注的屬性。",
	"LegacyProblemMatcherSchema.watchedBegin": "規則運算式,指示監看的工作開始執行 (透過檔案監看觸發)。",
	"LegacyProblemMatcherSchema.watchedEnd.deprecated": "此屬性即將淘汰。請改用關注的屬性。",
	"LegacyProblemMatcherSchema.watchedEnd": "規則運算式,指示監看的工作結束執行。",
	"ProblemMatcherExtPoint": "提供問題比對器"
}