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

debugActions.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: 89a2b4b8d3a734188c2238f31b1a91e78f8a7dbe (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
37
38
39
40
41
42
43
44
45
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"openLaunchJson": "Открыть {0}",
	"launchJsonNeedsConfigurtion": "Настройте или исправьте \"launch.json\"",
	"noFolderDebugConfig": "Чтобы перейти к расширенной конфигурации отладки, сначала откройте папку.",
	"startDebug": "Начать отладку",
	"startWithoutDebugging": "Начать без отладки",
	"selectAndStartDebugging": "Выбрать и начать отладку",
	"restartDebug": "Перезапустить",
	"reconnectDebug": "Повторно подключить",
	"stepOverDebug": "Шаг с обходом",
	"stepIntoDebug": "Шаг с заходом",
	"stepOutDebug": "Шаг с выходом",
	"stopDebug": "Остановить",
	"disconnectDebug": "Отключить",
	"continueDebug": "Продолжить",
	"pauseDebug": "Приостановить",
	"restartFrame": "Перезапустить кадр",
	"removeBreakpoint": "Удалить точку останова",
	"removeAllBreakpoints": "Удалить все точки останова",
	"enableAllBreakpoints": "Включить все точки останова",
	"disableAllBreakpoints": "Отключить все точки останова",
	"activateBreakpoints": "Активировать точки останова",
	"deactivateBreakpoints": "Отключить точки останова",
	"reapplyAllBreakpoints": "Повторно применить все точки останова",
	"addFunctionBreakpoint": "Добавить точку останова в функции",
	"setValue": "Задать значение",
	"addWatchExpression": "Добавить выражение",
	"editWatchExpression": "Изменить выражение",
	"addToWatchExpressions": "Добавить контрольное значение",
	"removeWatchExpression": "Удалить выражение",
	"removeAllWatchExpressions": "Удалить все выражения",
	"clearRepl": "Очистить консоль",
	"debugConsoleAction": "Консоль отладки",
	"unreadOutput": "Новые выходные данные в консоли отладки",
	"debugFocusConsole": "Фокус консоли отладки",
	"stepBackDebug": "На шаг назад",
	"reverseContinue": "Обратно"
}