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: c45229362fb997dd4a1847773fbc875704e3dec1 (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
25
26
27
28
29
30
31
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "控制是否应该隐藏浮点调试操作栏",
	"never": "在状态栏中不再显示调试",
	"always": "始终在状态栏中显示调试",
	"onFirstSessionStart": "仅于第一次启动调试后在状态栏中显示调试",
	"showInStatusBar": "控制何时显示调试状态栏",
	"openDebug": "控制是否在调试会话开始时打开调试侧边栏面板。",
	"launch": "全局的调试启动配置。应用作跨工作区共享的 \"launch.json\" 的替代。"
}