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

configuration.i18n.json « node « configuration « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fc13df9920753156c1867fde8df32ccc433aed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.configuration": "用于配置字符串。",
	"vscode.extension.contributes.configuration.title": "设置摘要。此标签将在设置文件中用作分隔注释。",
	"vscode.extension.contributes.configuration.properties": "配置属性的描述。",
	"invalid.type": "如果进行设置,\"configuration.type\" 必须设置为对象",
	"invalid.title": "configuration.title 必须是字符串",
	"vscode.extension.contributes.defaultConfiguration": "按语言提供默认编辑器配置设置。",
	"invalid.properties": "configuration.properties 必须是对象"
}