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

breakpointsView.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: bda2da1af753d24216f425f6a8ad7ffdeb508ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"editConditionalBreakpoint": "중단점 편집...",
	"functionBreakpointsNotSupported": "이 디버그 형식은 함수 중단점을 지원하지 않습니다.",
	"functionBreakpointPlaceholder": "중단할 함수",
	"functionBreakPointInputAriaLabel": "함수 중단점 입력",
	"breakpointDirtydHover": "확인되지 않은 중단점입니다. 파일이 수정되었습니다. 디버그 세션을 다시 시작하세요.",
	"conditionalBreakpointUnsupported": "이 디버그 형식에서 지원되지 않는 조건부 중단점"
}