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

breakpointWidget.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: 1267f9cbb456d279966f14f9464ad7715b7911b0 (plain)
1
2
3
4
5
6
7
8
9
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"breakpointWidgetAriaLabel": "{0} 줄에 중단점 조건을 입력합니다. 이 조건이 true인 경우에만 프로그램이 중지됩니다. 수락하려면 Enter 키를 누르고, 취소하려면 Esc 키를 누르세요.",
	"breakpointWidgetPlaceholder": "{0} 줄의 중단점은 이 조건이 true인 경우에만 중지됩니다. 수락하려면 'Enter' 키를 누르고, 취소하려면 'esc' 키를 누르세요."
}