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

debugViews.i18n.json « electron-browser « debug « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9ed1bd1f227c077abde11ac6ccb3c7932b4a50b (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": "중단점 디버그"
}