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

languageConfigurationExtensionPoint.i18n.json « languageConfiguration « electron-browser « codeEditor « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb4dd6d92b06456b57b77314fab32e196d3a6414 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"parseErrors": "{0} を解析中のエラー: {1}",
	"schema.openBracket": "左角かっこまたは文字列シーケンス。",
	"schema.closeBracket": "右角かっこまたは文字列シーケンス。",
	"schema.comments": "コメント記号を定義します。",
	"schema.blockComments": "ブロック コメントのマーク方法を定義します。",
	"schema.blockComment.begin": "ブロック コメントを開始する文字シーケンス。",
	"schema.blockComment.end": "ブロック コメントを終了する文字シーケンス。",
	"schema.lineComment": "行コメントを開始する文字シーケンス。",
	"schema.brackets": "インデントを増減する角かっこを定義します。",
	"schema.autoClosingPairs": "角かっこのペアを定義します。左角かっこが入力されると、右角かっこが自動的に挿入されます。",
	"schema.autoClosingPairs.notIn": "自動ペアが無効なスコープの一覧を定義します。",
	"schema.surroundingPairs": "選択文字列を囲むときに使用できる角かっこのペアを定義します。",
	"schema.wordPattern": "言語のための単語の定義。",
	"schema.wordPattern.pattern": "言葉の照合に使用する正規表現パターン。",
	"schema.wordPattern.flags": "言葉の照合に使用する正規表現フラグ。",
	"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
	"schema.indentationRules": "言語のインデント設定。",
	"schema.indentationRules.increaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
	"schema.indentationRules.decreaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
	"schema.indentationRules.indentNextLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
	"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。"
}