debugger.i18n.json 2.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"launch.config.comment1": "IntelliSense を使用して利用可能な属性を学べます。",
	"launch.config.comment2": "既存の属性の説明をホバーして表示します。",
	"launch.config.comment3": "詳細情報は次を確認してください: {0}",
	"debugType": "構成の種類。",
	"debugTypeNotRecognised": "デバッグの種類は認識されませんでした。対応するデバッグの拡張機能がインストールされており、有効になっていることを確認してください。",
	"node2NotSupported": "\"node2\" はサポートされていません。代わりに \"node\" を使用し、\"protocol\" 属性を \"inspector\" に設定してください。",
	"debugName": "構成の名前。起動構成のドロップダウン メニューに表示されます。",
	"debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。",
	"debugServer": "デバッグ拡張機能の開発のみ。ポートが指定の VS Code の場合、サーバー モードで実行中のデバッグ アダプターへの接続が試行されます。",
	"debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。",
	"debugPostDebugTask": "デバッグ セッションの終了前に実行するタスク。",
	"debugWindowsConfiguration": "Windows 固有の起動構成の属性。",
	"debugOSXConfiguration": "OS X 固有の起動構成の属性。",
	"debugLinuxConfiguration": "Linux 固有の起動構成の属性。",
	"deprecatedVariables": "'env.'、'config.'、'command.' は使用されていません。代わりに、'env:'、'config:'、'command:' を使用してください。"
}