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

debugConfigurationManager.i18n.json « node « debug « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 864e3320a62f4d9c0d9c151a9fe3348b8a817bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*---------------------------------------------------------------------------------------------
 *  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": "構成の一覧。新しい構成を追加したり、既存の構成を編集したります。",
	"app.launch.json.title": "起動",
	"app.launch.json.version": "このファイル形式のバージョン。",
	"debugNoType": "デバッグ アダプター 'type' は省略不可で、型 'string' でなければなりません。",
	"duplicateDebuggerType": "デバッグの種類 '{0}' は既に登録されており、属性 '{1}' があります、属性 '{1}' は無視されます。",
	"interactiveVariableNotFound": "アダプター {0} は、起動構成で指定されている変数 {1} を反映していません。",
	"selectDebug": "環境の選択",
	"vscode.extension.contributes.breakpoints": "ブレークポイントを提供します。",
	"vscode.extension.contributes.breakpoints.language": "この言語でブレークポイントを許可します。",
	"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": "このデバッグ アダプターの一意識別子。",
	"vscode.extension.contributes.debuggers.variables": "`launch.json` 内の対話型の変数 (例: ${action.pickProcess}) からコマンドへマッピングしています。",
	"vscode.extension.contributes.debuggers.windows": "Windows 固有の設定。",
	"vscode.extension.contributes.debuggers.windows.runtime": "Windows で使用されるランタイム。"
}