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/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index 5fe33f4365f..343e0e44266 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,6 @@
"replAriaLabel": "Pannello del ciclo Read Eval Print",
"actions.repl.historyPrevious": "Cronologia indietro",
"actions.repl.historyNext": "Cronologia avanti",
- "actions.repl.acceptInput": "Accetta input da REPL"
+ "actions.repl.acceptInput": "Accetta input da REPL",
+ "actions.repl.copyAll": "Debug: copia tutto in console"
} \ No newline at end of file