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

debugEditorContribution.i18n.json « electron-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: f6bab3ceb43f1e552d44aa212be4488559520cea (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": "Удалить точку останова из строки"
}