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: 23861effe72edc87caa9cf26eb6c7a34582f889d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"logPoint": "Точка журнала",
	"breakpoint": "Точка останова",
	"removeBreakpoint": "Удалить {0}",
	"editBreakpoint": "Изменить {0}...",
	"disableBreakpoint": "Отключить {0}",
	"enableBreakpoint": "Включить {0}",
	"removeBreakpoints": "Удалить точки останова",
	"removeInlineBreakpointOnColumn": "Удалить внутреннюю точку останова в столбце {0}",
	"removeLineBreakpoint": "Удалить точку останова из строки",
	"editBreakpoints": "Изменить точки останова",
	"editInlineBreakpointOnColumn": "Изменить внутреннюю точку останова в столбце {0}",
	"editLineBrekapoint": "Изменить точку останова в строке",
	"enableDisableBreakpoints": "Включить или отключить точки останова",
	"disableInlineColumnBreakpoint": "Отключить внутреннюю точку останова в столбце {0} ",
	"disableBreakpointOnLine": "Отключить точку останова в строке",
	"enableBreakpoints": "Включить внутреннюю точку останова в столбце {0} ",
	"enableBreakpointOnLine": "Включить точку останова в строке",
	"addBreakpoint": "Добавить точку останова",
	"addConditionalBreakpoint": "Добавить условную точку останова…",
	"addLogPoint": "Добавить точку журнала...",
	"breakpointHasCondition": "Этот {0} содержит {1}, который будет утерян при удалении. Попробуйте отключить {0} вместо удаления.",
	"message": "сообщение",
	"condition": "Условие",
	"removeLogPoint": "Удалить {0}",
	"disableLogPoint": "Отключить {0}",
	"cancel": "Отмена",
	"addConfiguration": "Добавить конфигурацию..."
}