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

debugActions.i18n.json « 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: c13ac24cecbbbd3648415d57a34d5783bb04e81b (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activateBreakpoints": "ブレークポイントのアクティブ化",
	"addConditionalBreakpoint": "条件付きブレークポイントの追加...",
	"addFunctionBreakpoint": "関数ブレークポイントの追加",
	"addToWatchExpressions": "ウォッチに追加",
	"addWatchExpression": "式の追加",
	"clearRepl": "コンソールのクリア",
	"conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイントの追加...",
	"continueDebug": "続行",
	"deactivateBreakpoints": "ブレークポイントの非アクティブ化",
	"debugActionLabelAndKeybinding": "{0} ({1})",
	"debugAddToWatch": "デバッグ: ウォッチに追加",
	"debugConsoleAction": "デバッグ コンソール",
	"debugEvaluate": "デバッグ: 評価",
	"debugFocusConsole": "デバッグ コンソールにフォーカスを移動",
	"disableAllBreakpoints": "すべてのブレークポイントを無効にする",
	"disconnectDebug": "切断",
	"editConditionalBreakpoint": "ブレークポイントの編集...",
	"enableAllBreakpoints": "すべてのブレークポイントを有効にする",
	"launchJsonNeedsConfigurtion": "'launch.json' を構成または修正してください",
	"openLaunchJson": "{0} を開く",
	"pauseDebug": "一時停止",
	"reapplyAllBreakpoints": "すべてのブレークポイントを再適用する",
	"reconnectDebug": "再接続",
	"removeAllBreakpoints": "すべてのブレークポイントを削除する",
	"removeAllWatchExpressions": "すべての式を削除する",
	"removeBreakpoint": "ブレークポイントの削除",
	"removeWatchExpression": "式の削除",
	"renameFunctionBreakpoint": "関数ブレークポイントの名前変更",
	"renameWatchExpression": "式の名前変更",
	"restartDebug": "再起動",
	"restartFrame": "フレームの再起動",
	"runToCursor": "デバッグ: カーソル行の前まで実行",
	"selectConfig": "構成の選択",
	"setValue": "値の設定",
	"showDebugHover": "デバッグ: ホバーの表示",
	"startDebug": "デバッグの開始",
	"startWithoutDebugging": "デバッグなしで開始",
	"stepBackDebug": "1 つ戻る",
	"stepIntoDebug": "ステップ インする",
	"stepOutDebug": "ステップ アウト",
	"stepOverDebug": "ステップ オーバー",
	"stopDebug": "停止",
	"toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え",
	"toggleEnablement": "ブレークポイントの有効化/無効化",
	"unreadOutput": "デバッグ コンソールでの新しい出力"
}