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

debugViews.i18n.json « electron-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: e199cca67755496d1cb245fa2f458845b5276768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"variablesSection": "變數區段",
	"variables": "變數",
	"variablesAriaTreeLabel": "偵錯變數",
	"expressionsSection": "運算式區段",
	"watch": "監看",
	"watchAriaTreeLabel": "對監看運算式執行偵錯",
	"callstackSection": "呼叫堆疊區段",
	"debugStopped": "於 {0} 暫停",
	"callStack": "呼叫堆疊",
	"callStackAriaLabel": "偵錯呼叫堆疊",
	"breakpointsSection": "中斷點區段",
	"breakpoints": "中斷點",
	"breakpointsAriaTreeLabel": "偵錯中斷點"
}