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

callStackView.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: a15048140d5d578dd09e398bd0a0eb173137ae1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"callstackSection": "호출 스택 섹션",
	"debugStopped": "{0}에서 일시 중지됨",
	"callStackAriaLabel": "호출 스택 디버그",
	"paused": "일시 중지됨",
	"running": "실행 중",
	"thread": "스레드",
	"pausedOn": "{0}에서 일시 중지됨",
	"loadMoreStackFrames": "더 많은 스택 프레임 로드",
	"threadAriaLabel": "스레드 {0}, 호출 스택, 디버그",
	"stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그"
}