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

debug.contribution.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: e96dadb14ac5f5a6bdf122d69957030df9984a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*---------------------------------------------------------------------------------------------
 *  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": "调试控制台",
	"variables": "变量",
	"watch": "监视",
	"callStack": "调用堆栈",
	"breakpoints": "断点",
	"view": "查看",
	"debugCategory": "调试",
	"debugCommands": "调试配置",
	"debugConfigurationTitle": "调试",
	"allowBreakpointsEverywhere": "允许在任何文件中设置断点",
	"openExplorerOnEnd": "调试会话结束时自动打开资源管理器视图",
	"inlineValues": "调试时,在编辑器中显示变量值内联",
	"hideActionBar": "控制是否应该隐藏浮点调试操作栏",
	"launch": "全局的调试启动配置。应用作跨工作区共享的 \"launch.json\" 的替代。"
}