debugViewlet.i18n.json 1000 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"breakpoints": "断点",
	"breakpointsAriaTreeLabel": "调试断点",
	"breakpointsSection": "断点部分",
	"callStack": "调用堆栈",
	"callStackAriaLabel": "调试调用堆栈",
	"callstackSection": "调用堆栈部分",
	"debugStopped": "已于 {0} 暂停",
	"expressionsSection": "表达式部分",
	"noWorkspace": "当前没有打开的文件夹。",
	"pleaseRestartToDebug": "打开文件夹以启动调试。",
	"variables": "变量",
	"variablesAriaTreeLabel": "调试变量",
	"variablesSection": "变量部分",
	"watch": "监视",
	"watchAriaTreeLabel": "调试监视表达式"
}