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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json')
-rw-r--r--i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
index 682b27f58c6..411c89a8ecf 100644
--- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
+++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
@@ -5,12 +5,12 @@
// Do not edit this file. It is machine generated.
{
"activateBreakpoints": "Активировать точки останова",
- "addConditionalBreakpoint": "Добавить условную точку останова",
+ "addConditionalBreakpoint": "Добавить условную точку останова…",
"addFunctionBreakpoint": "Добавить точку останова в функции",
"addToWatchExpressions": "Добавить контрольное значение",
"addWatchExpression": "Добавить выражение",
"clearRepl": "Очистить консоль",
- "conditionalBreakpointEditorAction": "Отладка: условная точка останова",
+ "conditionalBreakpointEditorAction": "Отладка: добавить условную точку останова…",
"continueDebug": "Продолжить",
"deactivateBreakpoints": "Отключить точки останова",
"debugActionLabelAndKeybinding": "{0} ({1})",
@@ -20,7 +20,7 @@
"debugFocusConsole": "Фокус консоли отладки",
"disableAllBreakpoints": "Отключить все точки останова",
"disconnectDebug": "Отключить",
- "editConditionalBreakpoint": "Изменить точку останова",
+ "editConditionalBreakpoint": "Изменить точку останова…",
"enableAllBreakpoints": "Включить все точки останова",
"launchJsonNeedsConfigurtion": "Настройте или исправьте \"launch.json\"",
"openLaunchJson": "Открыть {0}",