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: 9063bc79c2f2f67b22a329ee697ac6fc34d5951a (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
25
26
27
28
29
30
31
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "부동 디버그 작업 모음을 숨길지 여부를 제거합니다.",
	"never": "상태 표시줄에 디버그 표시 안 함",
	"always": "상태 표시줄에 디버그 항상 표시",
	"onFirstSessionStart": "디버그가 처음으로 시작된 후에만 상태 표시줄에 디버그 표시",
	"showInStatusBar": "디버그 상태 표시줄을 표시할 시기를 제어합니다.",
	"openDebug": "디버깅 세션 시작 시 디버그 뷰렛을 열지 여부를 제어합니다.",
	"launch": "전역 디버그 시작 구성입니다. 작업 영역에서 공유되는 \n 'launch.json'에 대한 대체로 사용되어야 합니다."
}