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/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json')
-rw-r--r--i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
index a7b5bb6b6c5..b3cbfeb9bda 100644
--- a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -56,5 +56,15 @@
"LegacyProblemMatcherSchema.watchedBegin": "ファイル ウォッチでトリガーされた ウォッチ対象タスクの実行が開始されたことを伝達する正規表現。",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "このプロパティは非推奨です。代わりに watching プロパティをご使用ください。",
"LegacyProblemMatcherSchema.watchedEnd": "ウォッチ対象タスクの実行が終了したことを伝達する正規表現。",
- "ProblemMatcherExtPoint": "問題マッチャーを提供"
+ "NamedProblemMatcherSchema.name": "これを参照するのに使用する問題マッチャーの名前。",
+ "NamedProblemMatcherSchema.label": "問題マッチャーの判読できるラベル。",
+ "ProblemMatcherExtPoint": "問題マッチャーを提供",
+ "msCompile": "Microsoft コンパイラの問題",
+ "lessCompile": "Less の問題",
+ "gulp-tsc": "Gulp TSC の問題",
+ "jshint": "JSHint の問題",
+ "jshint-stylish": "JSHint の問題 (stylish)",
+ "eslint-compact": "ESLint の問題 (compact)",
+ "eslint-stylish": "ESLint の問題 (stylish)",
+ "go": "問題に移動する"
} \ No newline at end of file