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

debug.contribution.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: 5a8a58b378fdff8efd173c6e89e3c9e4120ce459 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"toggleDebugViewlet": "デバッグの表示",
	"toggleDebugPanel": "デバッグ コンソール",
	"debug": "デバッグ",
	"debugPanel": "デバッグ コンソール",
	"variables": "変数",
	"watch": "ウォッチ式",
	"callStack": "コール スタック",
	"breakpoints": "ブレークポイント",
	"view": "表示",
	"debugCategory": "デバッグ",
	"debugCommands": "デバッグ構成",
	"debugConfigurationTitle": "デバッグ",
	"allowBreakpointsEverywhere": "任意のファイルにブレークポイントを設定できるようにする",
	"openExplorerOnEnd": "デバッグ セッションの終わりにエクスプローラ ビューを自動的に開きます",
	"inlineValues": "デバッグ中にエディターの行内に変数値を表示します",
	"hideActionBar": "浮動デバッグ操作バーを非表示にするかどうかを制御します",
	"never": "今後ステータス バーにデバッグを表示しない",
	"always": "ステータス バーにデバッグを常に表示する",
	"onFirstSessionStart": "初めてデバッグが開始されたときのみステータス バーにデバッグを表示する",
	"showInStatusBar": "デバッグのステータス バーが表示されるタイミングを制御",
	"openDebug": "デバッグ ビューレットを開くか、デバッグ セッションを開始するかを制御します。",
	"launch": "グローバル デバッグ起動構成。ワークスペース間で共有される 'launch.json' の代わりとして使用する必要があります"
}