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

debugEditorContribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1193c4c4866cbd5e933f1ff32cbeab41b4a25a08 (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": "删除行断点"
}