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

debugEditorContribution.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: f7dccad9927d8a98e07310322d61e306e6c5211e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"addBreakpoint": "중단점 추가",
	"addConfiguration": "구성 추가...",
	"disableBreakpointOnLine": "줄 중단점 사용 안 함",
	"disableColumnBreakpoint": "{0} 열에서 중단점 사용 안 함",
	"editBreakpointOnColumn": "{0} 열에서 중단점 편집",
	"editBreakpoints": "중단점 편집",
	"editLineBrekapoint": "줄 중단점 편집",
	"enableBreakpointOnLine": "줄 중단점 사용",
	"enableBreakpoints": "{0} 열에서 중단점 사용",
	"enableDisableBreakpoints": "중단점 사용/사용 안 함",
	"removeBreakpointOnColumn": "{0} 열에서 중단점 제거",
	"removeBreakpoints": "중단점 제거",
	"removeLineBreakpoint": "줄 중단점 제거"
}