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

debugService.i18n.json « electron-browser « debug « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86136d977a55ec4bea222939c091d4aebd7f9a8d (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"snapshotObj": "このオブジェクトのプリミティブ値のみ表示されます。",
	"debuggingPaused": "デバッグは一時停止されました、理由 {0}、{1} {2}",
	"debuggingStarted": "デバッグは開始されました。",
	"debuggingStopped": "デバッグは停止されました。",
	"breakpointAdded": "ブレークポイントを追加しました。行 {0}、ファイル {1}",
	"breakpointRemoved": "ブレークポイントを削除しました。行 {0}、ファイル {1}",
	"compoundMustHaveConfigurations": "複合構成を開始するには、複合に \"configurations\" 属性が設定されている必要があります。",
	"configMissing": "構成 '{0}' が 'launch.json' 内にありません。",
	"debugRequestNotSupported": "選択したデバッグ構成ではサポートされていない属性値 `{0}` : '{1}'。",
	"debugRequesMissing": "選択しているデバッグ構成に '{0}' 属性が含まれていません ",
	"debugTypeNotSupported": "構成されているデバッグの種類 '{0}' はサポートされていません。",
	"debugTypeMissing": "選択された起動構成のプロパティ 'type' がありません。",
	"preLaunchTaskErrors": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
	"preLaunchTaskError": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
	"preLaunchTaskExitCode": "preLaunchTask '{0}' が終了コード {1} で終了しました。",
	"debugAnyway": "このままデバッグを続ける",
	"noFolderWorkspaceDebugError": "アクティブ ファイルをデバッグできません。ファイルがディスクに保存されており、そのファイル タイプのデバッグ拡張機能がインストールされていることを確認してください。",
	"NewLaunchConfig": "アプリケーションの起動構成ファイルをセットアップしてください。{0}",
	"DebugTaskNotFound": "preLaunchTask '{0}' が見つかりませんでした。"
}