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

languageConfigurationExtensionPoint.i18n.json « languageConfiguration « electron-browser « codeEditor « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93a9ae990e341296a8e28d831b8dc2872e9e7532 (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
/*---------------------------------------------------------------------------------------------
 *  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": "如果一行文本匹配此模式,则之后所有内容都应被缩进一次(直到匹配其他规则)。",
	"schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern 的正则表达式模式。",
	"schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern 的正则表达式标志。",
	"schema.indentationRules.increaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
	"schema.indentationRules.decreaseIndentPattern": "如果一行文本匹配此模式,则之后所有内容都应被取消缩进一次(直到匹配其他规则)。",
	"schema.indentationRules.decreaseIndentPattern.pattern": "decreaseIndentPattern 的正则表达式模式。",
	"schema.indentationRules.decreaseIndentPattern.flags": "decreaseIndentPattern 的正则表达式标志。",
	"schema.indentationRules.decreaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
	"schema.indentationRules.indentNextLinePattern": "如果某一行匹配此模式,那么仅此行之后的**下一行**应缩进一次。",
	"schema.indentationRules.indentNextLinePattern.pattern": "indentNextLinePattern 的正则表达式模式。",
	"schema.indentationRules.indentNextLinePattern.flags": "indentNextLinePattern 的正则表达式标志。",
	"schema.indentationRules.indentNextLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
	"schema.indentationRules.unIndentedLinePattern": "如果某一行匹配此模式,那么不应更改此行的缩进,且不应针对其他规则对其进行计算。",
	"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern 的正则表达式模式。",
	"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern 的正则表达式标志。",
	"schema.indentationRules.unIndentedLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。"
}