debugConfigurationManager.i18n.json 3.4 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"DebugConfig.failed": "'launch.json' ファイルを '.vscode' フォルダー ({0}) 内に作成できません。",
	"app.launch.json.configurations": "構成の一覧。新しい構成を追加したり、既存の構成を編集したります。",
D
Dirk Baeumer 已提交
9
	"app.launch.json.title": "起動",
D
Dirk Baeumer 已提交
10 11 12
	"app.launch.json.version": "このファイル形式のバージョン。",
	"debugNoType": "デバッグ アダプター 'type' は省略不可で、型 'string' でなければなりません。",
	"duplicateDebuggerType": "デバッグの種類 '{0}' は既に登録されており、属性 '{1}' があります、属性 '{1}' は無視されます。",
D
Dirk Baeumer 已提交
13
	"interactiveVariableNotFound": "アダプター {0} は、起動構成で指定されている変数 {1} を反映していません。",
D
Dirk Baeumer 已提交
14
	"selectDebug": "環境の選択",
D
Dirk Baeumer 已提交
15 16
	"vscode.extension.contributes.breakpoints": "ブレークポイントを提供します。",
	"vscode.extension.contributes.breakpoints.language": "この言語でブレークポイントを許可します。",
D
Dirk Baeumer 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
	"vscode.extension.contributes.debuggers": "デバッグ アダプターを提供します。",
	"vscode.extension.contributes.debuggers.args": "アダプターに渡すオプションの引数。",
	"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json' を検証するための JSON スキーマ構成。",
	"vscode.extension.contributes.debuggers.enableBreakpointsFor": "これらの言語に対してブレークポイントを許可します。",
	"vscode.extension.contributes.debuggers.enableBreakpointsFor.languageIds": "言語の一覧。",
	"vscode.extension.contributes.debuggers.initialConfigurations": "初期 'launch.json' を生成するための構成。",
	"vscode.extension.contributes.debuggers.label": "このデバッグ アダプターの表示名。",
	"vscode.extension.contributes.debuggers.linux": "Linux 固有の設定。",
	"vscode.extension.contributes.debuggers.linux.runtime": "Linux で使用されるランタイム。",
	"vscode.extension.contributes.debuggers.osx": "OS X 固有の設定。",
	"vscode.extension.contributes.debuggers.osx.runtime": "OSX で使用されるランタイム。",
	"vscode.extension.contributes.debuggers.program": "デバッグ アダプター プログラムへのパス。絶対パスか拡張機能フォルダーへの相対パスです。",
	"vscode.extension.contributes.debuggers.runtime": "プログラム属性が実行可能でなく、ランタイムが必要な場合のオプション ランタイム。",
	"vscode.extension.contributes.debuggers.runtimeArgs": "オプションのランタイム引数。",
	"vscode.extension.contributes.debuggers.type": "このデバッグ アダプターの一意識別子。",
D
Dirk Baeumer 已提交
32
	"vscode.extension.contributes.debuggers.variables": "`launch.json` 内の対話型の変数 (例: ${action.pickProcess}) からコマンドへマッピングしています。",
D
Dirk Baeumer 已提交
33 34 35
	"vscode.extension.contributes.debuggers.windows": "Windows 固有の設定。",
	"vscode.extension.contributes.debuggers.windows.runtime": "Windows で使用されるランタイム。"
}