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

debugActions.i18n.json « 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: fbf479d82e25dae9ebd46805de2da5d08b48b0ab (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"openLaunchJson": "打开 {0}",
	"launchJsonNeedsConfigurtion": "配置或修复 \"launch.json\"",
	"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
	"startDebug": "开始调试",
	"startWithoutDebugging": "开始执行(不调试)",
	"selectAndStartDebugging": "选择并开始调试",
	"restartDebug": "重启",
	"reconnectDebug": "重新连接",
	"stepOverDebug": "单步跳过",
	"stepIntoDebug": "单步调试",
	"stepOutDebug": "单步跳出",
	"stopDebug": "停止",
	"disconnectDebug": "断开连接",
	"continueDebug": "继续",
	"pauseDebug": "暂停",
	"terminateThread": "终止线程",
	"restartFrame": "重新启动框架",
	"removeBreakpoint": "删除断点",
	"removeAllBreakpoints": "删除所有断点",
	"enableAllBreakpoints": "启用所有断点",
	"disableAllBreakpoints": "禁用所有断点",
	"activateBreakpoints": "激活断点",
	"deactivateBreakpoints": "停用断点",
	"reapplyAllBreakpoints": "重新应用所有断点",
	"addFunctionBreakpoint": "添加函数断点",
	"setValue": "设置值",
	"addWatchExpression": "添加表达式",
	"editWatchExpression": "编辑表达式",
	"addToWatchExpressions": "添加到监视",
	"removeWatchExpression": "删除表达式",
	"removeAllWatchExpressions": "删除所有表达式",
	"clearRepl": "清除控制台",
	"debugConsoleAction": "调试控制台",
	"unreadOutput": "调试控制台中的新输出",
	"debugFocusConsole": "焦点调试控制台",
	"focusSession": "聚焦于“会话”视图",
	"stepBackDebug": "后退",
	"reverseContinue": "反向"
}