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

problemMatcher.i18n.json « common « markers « platform « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef169665214644ba0bcfabf4ccd94daf4abaf513 (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}。有効な値は、error、warning、info です。\n"
}