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/electron-browser/debugEditorContribution.i18n.json')
-rw-r--r--i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index 99d1e4e7577..f6bab3ceb43 100644
--- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Добавить точку останова",
- "addConfiguration": "Добавить конфигурацию..."
+ "addConfiguration": "Добавить конфигурацию...",
+ "disableBreakpointOnLine": "Отключить точку останова в строке",
+ "disableColumnBreakpoint": "Отключить точку останова в столбце {0}",
+ "editBreakpointOnColumn": "Изменить точку останова в столбце {0}",
+ "editBreakpoints": "Изменить точки останова",
+ "editLineBrekapoint": "Изменить точку останова в строке",
+ "enableBreakpointOnLine": "Включить точку останова в строке",
+ "enableBreakpoints": "Включить точку останова в столбце {0}",
+ "enableDisableBreakpoints": "Включить или отключить точки останова",
+ "removeBreakpointOnColumn": "Удалить точку останова из столбца {0}",
+ "removeBreakpoints": "Удалить точки останова",
+ "removeLineBreakpoint": "Удалить точку останова из строки"
} \ No newline at end of file