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

debugActions.i18n.json « browser « debug « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04a14b305396e0b000e1c41b569447b22b511668 (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": "偵錯主控台中的新輸出"
}