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: cbdb10a1bed7698dbe2b3d42c90c1e48b17b8839 (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
48
49
50
51
52
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activateBreakpoints": "激活断点",
	"addConditionalBreakpoint": "添加条件断点...",
	"addFunctionBreakpoint": "添加函数断点",
	"addToWatchExpressions": "添加到监视",
	"addWatchExpression": "添加表达式",
	"clearRepl": "清除控制台",
	"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
	"continueDebug": "继续",
	"deactivateBreakpoints": "停用断点",
	"debugActionLabelAndKeybinding": "{0} ({1})",
	"debugAddToWatch": "调试: 添加到监视",
	"debugConsoleAction": "调试控制台",
	"debugEvaluate": "调试: 评估",
	"debugFocusConsole": "焦点调试控制台",
	"disableAllBreakpoints": "禁用所有断点",
	"disconnectDebug": "断开连接",
	"editConditionalBreakpoint": "编辑断点...",
	"enableAllBreakpoints": "启用所有断点",
	"launchJsonNeedsConfigurtion": "配置或修复 \"launch.json\"",
	"openLaunchJson": "打开 {0}",
	"pauseDebug": "暂停",
	"reapplyAllBreakpoints": "重新应用所有断点",
	"reconnectDebug": "重新连接",
	"removeAllBreakpoints": "删除所有断点",
	"removeAllWatchExpressions": "删除所有表达式",
	"removeBreakpoint": "删除断点",
	"removeWatchExpression": "删除表达式",
	"renameFunctionBreakpoint": "重命名函数断点",
	"renameWatchExpression": "重命名表达式",
	"restartDebug": "重启",
	"restartFrame": "重新启动框架",
	"runToCursor": "调试: 运行到光标",
	"selectConfig": "选择配置",
	"setValue": "设置值",
	"showDebugHover": "调试: 显示悬停",
	"startDebug": "开始调试",
	"startWithoutDebugging": "开始执行(不调试)",
	"stepBackDebug": "后退",
	"stepIntoDebug": "单步调试",
	"stepOutDebug": "单步跳出",
	"stepOverDebug": "单步跳过",
	"stopDebug": "停止",
	"toggleBreakpointAction": "调试: 切换断点",
	"toggleEnablement": "启用/禁用断点",
	"unreadOutput": "调试控制台中的新输出"
}