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: 97e70d80feaf0219c3106d001f5462454da5073b (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
46
47
48
49
50
51
52
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activateBreakpoints": "중단점 활성화",
	"addConditionalBreakpoint": "조건부 중단점 추가...",
	"addFunctionBreakpoint": "함수 중단점 추가",
	"addToWatchExpressions": "조사식에 추가",
	"addWatchExpression": "식 추가",
	"clearRepl": "콘솔 지우기",
	"conditionalBreakpointEditorAction": "디버그: 조건부 중단점 추가...",
	"continueDebug": "계속",
	"deactivateBreakpoints": "중단점 비활성화",
	"debugActionLabelAndKeybinding": "{0}({1})",
	"debugAddToWatch": "디버그: 조사식에 추가",
	"debugConsoleAction": "디버그 콘솔",
	"debugEvaluate": "디버그: 평가",
	"debugFocusConsole": "포커스 디버그 콘솔",
	"disableAllBreakpoints": "모든 중단점 해제",
	"disconnectDebug": "연결 끊기",
	"editConditionalBreakpoint": "중단점 편집...",
	"enableAllBreakpoints": "모든 중단점 설정",
	"launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정",
	"openLaunchJson": "{0} 열기",
	"pauseDebug": "일시 중지",
	"reapplyAllBreakpoints": "모든 중단점 다시 적용",
	"reconnectDebug": "다시 연결",
	"removeAllBreakpoints": "모든 중단점 제거",
	"removeAllWatchExpressions": "모든 식 제거",
	"removeBreakpoint": "중단점 제거",
	"removeWatchExpression": "식 제거",
	"renameFunctionBreakpoint": "함수 중단점 이름 바꾸기",
	"renameWatchExpression": "식 이름 바꾸기",
	"restartDebug": "다시 시작",
	"restartFrame": "프레임 다시 시작",
	"runToCursor": "디버그: 커서까지 실행",
	"selectConfig": "구성 선택",
	"setValue": "값 설정",
	"showDebugHover": "디버그: 가리키기 표시",
	"startDebug": "디버깅 시작",
	"startWithoutDebugging": "디버깅하지 않고 시작",
	"stepBackDebug": "뒤로 이동",
	"stepIntoDebug": "단계 정보",
	"stepOutDebug": "단계 출력",
	"stepOverDebug": "단위 실행",
	"stopDebug": "중지",
	"toggleBreakpointAction": "디버그: 중단점 설정/해제",
	"toggleEnablement": "중단점 사용/사용 안 함",
	"unreadOutput": "디버그 콘솔의 새 출력"
}