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

languageConfigurationExtensionPoint.i18n.json « languageConfiguration « electron-browser « codeEditor « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40e6f7e4ac3870f9b657d900b786b13357aafb03 (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
/*---------------------------------------------------------------------------------------------
 *  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.increaseIndentPattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`",
	"schema.indentationRules.decreaseIndentPattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`",
	"schema.indentationRules.indentNextLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`",
	"schema.indentationRules.unIndentedLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`"
}