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

debugViews.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: b47d705e0f32b8ee5f8823c76251aa805355b600 (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.
{
	"variablesSection": "变量部分",
	"variables": "变量",
	"variablesAriaTreeLabel": "调试变量",
	"expressionsSection": "表达式部分",
	"watch": "监视",
	"watchAriaTreeLabel": "调试监视表达式",
	"callstackSection": "调用堆栈部分",
	"debugStopped": "因 {0} 已暂停",
	"callStack": "调用堆栈",
	"callStackAriaLabel": "调试调用堆栈",
	"breakpointsSection": "断点部分",
	"breakpoints": "断点",
	"breakpointsAriaTreeLabel": "调试断点"
}