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

debugActions.i18n.json « 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: 67597f5cd51df01c3745c239ca08e07bbc17be74 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"openLaunchJson": "{0} 열기",
	"launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정",
	"noFolderDebugConfig": "고급 디버그 구성을 수행하려면 먼저 폴더를 여세요.",
	"startDebug": "디버깅 시작",
	"startWithoutDebugging": "디버깅하지 않고 시작",
	"selectAndStartDebugging": "디버깅 선택 및 시작",
	"restartDebug": "다시 시작",
	"reconnectDebug": "다시 연결",
	"stepOverDebug": "단위 실행",
	"stepIntoDebug": "단계 정보",
	"stepOutDebug": "단계 출력",
	"stopDebug": "중지",
	"disconnectDebug": "연결 끊기",
	"continueDebug": "계속",
	"pauseDebug": "일시 중지",
	"restartFrame": "프레임 다시 시작",
	"removeBreakpoint": "중단점 제거",
	"removeAllBreakpoints": "모든 중단점 제거",
	"enableAllBreakpoints": "모든 중단점 설정",
	"disableAllBreakpoints": "모든 중단점 해제",
	"activateBreakpoints": "중단점 활성화",
	"deactivateBreakpoints": "중단점 비활성화",
	"reapplyAllBreakpoints": "모든 중단점 다시 적용",
	"addFunctionBreakpoint": "함수 중단점 추가",
	"setValue": "값 설정",
	"addWatchExpression": "식 추가",
	"editWatchExpression": "식 편집",
	"addToWatchExpressions": "조사식에 추가",
	"removeWatchExpression": "식 제거",
	"removeAllWatchExpressions": "모든 식 제거",
	"clearRepl": "콘솔 지우기",
	"debugConsoleAction": "디버그 콘솔",
	"unreadOutput": "디버그 콘솔의 새 출력",
	"debugFocusConsole": "디버그 콘솔에 포커스",
	"stepBackDebug": "뒤로 이동",
	"reverseContinue": "반전"
}