configuration.i18n.json 2.1 KB
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
6 7 8 9
{
	"vscode.extension.contributes.configuration": "構成の設定を提供します。",
	"vscode.extension.contributes.configuration.title": "設定の概要です。このラベルは、設定ファイルでコメントの区切り文字として使用します。",
	"vscode.extension.contributes.configuration.properties": "構成のプロパティの説明です。",
10 11 12
	"scope.window.description": "ウィンドウ固有の構成。ユーザーまたはワークスペースの設定で構成できます。",
	"scope.resource.description": "リソース固有の構成。ユーザー、ワークスペース、またはフォルダーの設定で構成できます。",
	"scope.description": "構成が適用される範囲。 使用可能なスコープは `window` と ` resource` です。",
13 14 15
	"invalid.type": "設定すると、'configuration.type' は 'オブジェクトに設定されなければなりません",
	"invalid.title": "'configuration.title' は、文字列である必要があります",
	"vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
16
	"invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
17 18
	"workspaceConfig.id.description": "ワークスペース識別子。 ワークスペース内部の状態を保存するために使用されますが、変更時に失われる可能性があります。",
	"workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。ファイル パスである必要があります。例: `file:///root/folderA`",
19
	"workspaceConfig.settings.description": "ワークスペースの設定"
20
}