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

configurationExtensionPoint.i18n.json « common « configuration « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d93af154acf412e4510d655b002501034cc0fa5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.title": "設定の概要です。このラベルは、設定ファイルでコメントの区切り文字として使用します。",
	"vscode.extension.contributes.configuration.properties": "構成のプロパティの説明です。",
	"scope.window.description": "ウィンドウ固有の構成。ユーザーまたはワークスペースの設定で構成できます。",
	"scope.resource.description": "リソース固有の構成。ユーザー、ワークスペース、またはフォルダーの設定で構成できます。",
	"scope.description": "構成が適用される範囲。 使用可能なスコープは `window` と ` resource` です。",
	"vscode.extension.contributes.configuration": "構成の設定を提供します。",
	"invalid.title": "'configuration.title' は、文字列である必要があります",
	"vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
	"invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
	"invalid.allOf": "'configuration.allOf' は非推奨で使用できなくなります。代わりに 'configuration' コントリビューション ポイントに複数の構成セクションを配列として渡します。",
	"workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。",
	"workspaceConfig.path.description": "ファイルパス。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
	"workspaceConfig.name.description": "フォルダーにつけるオプションの名前。"
}