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

debug.contribution.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: 00b72c7e93404237c523d4c507b947c17e284fc8 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"toggleDebugViewlet": "디버그 표시",
	"toggleDebugPanel": "디버그 콘솔",
	"debug": "디버그",
	"debugPanel": "디버그 콘솔",
	"variables": "변수",
	"watch": "조사식",
	"callStack": "호출 스택",
	"breakpoints": "중단점",
	"view": "보기",
	"debugCategory": "디버그",
	"debugCommands": "디버그 구성",
	"debugConfigurationTitle": "디버그",
	"allowBreakpointsEverywhere": "모든 파일에 대한 중단점을 설정할 수 있습니다.",
	"openExplorerOnEnd": "디버그 세션 끝에 탐색기 뷰를 자동으로 엽니다.",
	"inlineValues": "디버그하는 동안 편집기에서 변수 값을 인라인으로 표시합니다.",
	"hideActionBar": "부동 디버그 작업 모음을 숨길지 여부를 제거합니다.",
	"launch": "전역 디버그 시작 구성입니다. 작업 영역에서 공유되는 \n 'launch.json'에 대한 대체로 사용되어야 합니다."
}