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

configuration.i18n.json « node « configuration « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cc84925ba869796dac0aad0bb5bec402148e79f (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' は、オブジェクトである必要があります"
}