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: 519f74af6483be7cea4dd27ce8483b8b3e56c869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  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": "이 조건이 true인 경우에만 프로그램이 여기서 중지됩니다. 수락하려면 <Enter> 키를 누르고, 취소하려면 <Esc> 키를 누르세요.",
	"breakpointWidgetExpressionPlaceholder": "식이 true로 계산될 경우 중단",
	"breakpointWidgetHitCountAriaLabel": "적중 횟수가 충족되는 경우에만 프로그램이 여기서 중지됩니다. 수락하려면 <Enter> 키를 누르고, 취소하려면 <Esc> 키를 누르세요.",
	"breakpointWidgetHitCountPlaceholder": "적중 횟수 조건이 충족될 경우 중단",
	"expression": "식",
	"hitCount": "적중 횟수"
}