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:
authorDirk Baeumer <dirkb@microsoft.com>2017-03-24 17:34:54 +0300
committerDirk Baeumer <dirkb@microsoft.com>2017-03-24 17:34:54 +0300
commit801210c07483ddbd0c1b3b3ed18f27fd1a3ca08f (patch)
tree3d59fbbb7abb77be914070c036b46973a7b3ab5d /i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
parent7c223972367b8ade5362d738606f3b910d0fbb42 (diff)
Merged in translationstranslation/20170324.01
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