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: b890a7946e25d6f09a404948905c923eb93cf14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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": "변수 섹션",
	"variablesAriaTreeLabel": "변수 디버그",
	"expressionsSection": "식 섹션",
	"watchAriaTreeLabel": "조사식 디버그",
	"callstackSection": "호출 스택 섹션",
	"debugStopped": "{0}에서 일시 중지됨",
	"callStackAriaLabel": "호출 스택 디버그",
	"breakpointsSection": "중단점 섹션",
	"breakpointsAriaTreeLabel": "중단점 디버그"
}