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

debugEditorContribution.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: 6c8d93afd5eb583e17eae246a418eb0641919c2c (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.
{
	"addBreakpoint": "ブレークポイントの追加",
	"addConfiguration": "構成の追加...",
	"disableBreakpointOnLine": "行のブレークポイントの無効化",
	"disableColumnBreakpoint": "列 {0} のブレークポイントの無効化",
	"editBreakpointOnColumn": "列 {0} のブレークポイントの編集",
	"editBreakpoints": "ブレークポイントの編集",
	"editLineBrekapoint": "行のブレークポイントの編集",
	"enableBreakpointOnLine": "行のブレークポイントの有効化",
	"enableBreakpoints": "列 {0} のブレークポイントの有効化",
	"enableDisableBreakpoints": "ブレークポイントの有効化/無効化",
	"removeBreakpointOnColumn": "列 {0} のブレークポイントの削除",
	"removeBreakpoints": "ブレークポイントの削除",
	"removeLineBreakpoint": "行のブレークポイントの削除"
}