preferencesRenderers.i18n.json 1.7 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7
	"emptyUserSettingsHeader": "既定の設定を上書きするには、このファイル内に設定を挿入します。",
8
	"errorInvalidConfiguration": "設定を書き込めません。ファイル内のエラー/警告を修正してからもう一度お試しください。",
9 10
	"emptyWorkspaceSettingsHeader": "ユーザー設定を上書きするには、このファイル内に設定を挿入します。",
	"emptyFolderSettingsHeader": "ワークスペースの設定を上書きするには、このファイル内にフォルダーの設定を挿入します。",
11
	"defaultFolderSettingsTitle": "既定のフォルダー設定",
12 13
	"defaultSettingsTitle": "既定の設定",
	"noSettingsFound": "設定が見つかりません。",
D
Dirk Baeumer 已提交
14 15
	"editTtile": "編集",
	"replaceDefaultValue": "設定を置換",
16
	"copyDefaultValue": "設定にコピー",
D
Dirk Baeumer 已提交
17
	"unsupportedPHPExecutablePathSetting": "この設定はユーザー設定でなければなりません。ワークスペースのために PHP を構成するには、PHP ファイルを開き、ステータス バーの [PHP パス] をクリックします。",
18 19
	"unsupportedWorkspaceSetting": "この設定はユーザー設定でなければなりません。",
	"unsupportedWorkbenchSetting": "この設定は現在適用できません。このフォルダーを直接開いたときに適用されます。"
D
Dirk Baeumer 已提交
20
}