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/repl.i18n.json')
-rw-r--r--i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index 5dda9730cf7..9950aca66d1 100644
--- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,6 @@
"replAriaLabel": "Панель read–eval–print loop",
"actions.repl.historyPrevious": "Журнал — назад",
"actions.repl.historyNext": "Журнал — далее",
- "actions.repl.acceptInput": "Прием входных данных REPL"
+ "actions.repl.acceptInput": "Прием входных данных REPL",
+ "actions.repl.copyAll": "Отладка: скопировать все содержимое консоли"
} \ No newline at end of file