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: 4b7df0a6d3ce8287d78792f3e4842ea67a1504c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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": "デバッグ コンソール",
	"view": "表示",
	"debugCategory": "デバッグ",
	"debugCommands": "デバッグ構成",
	"debugConfigurationTitle": "デバッグ",
	"allowBreakpointsEverywhere": "任意のファイルにブレークポイントを設定できるようにする",
	"openExplorerOnEnd": "デバッグ セッションの終わりにエクスプローラ ビューを自動的に開きます",
	"inlineValues": "デバッグ中にエディターの行内に変数値を表示します",
	"hideActionBar": "浮動デバッグ操作バーを非表示にするかどうかを制御します",
	"launch": "グローバル デバッグ起動構成。ワークスペース間で共有される 'launch.json' の代わりとして使用する必要があります"
}