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

breakpointWidget.i18n.json « browser « debug « parts « workbench « vs « src « rus « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b54650d6080848fae880dc4ea50a4d42dcff2f3 (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": "Выполнение программы прервется в этом месте, только если условие выполнится. Нажмите клавишу ВВОД для принятия или ESC для отмены.",
	"breakpointWidgetExpressionPlaceholder": "Выполнить прерывание, если выражение равно \"True\"",
	"breakpointWidgetHitCountAriaLabel": "Выполнение программы прервется в этом месте, только если достигнуто определенное количество обращений. Нажмите клавишу ВВОД для принятия или ESC для отмены.",
	"breakpointWidgetHitCountPlaceholder": "Выполнить прерывание при определенном количестве обращений",
	"expression": "Выражение",
	"hitCount": "Количество обращений"
}