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')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json5
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json4
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json8
3 files changed, 10 insertions, 7 deletions
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index 3f080a254e7..867596cc5df 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -4,11 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "allowBreakpointsEverywhere": "Consente di impostare i punti di interruzione per tutti i file, indipendentemente dall'estensione.",
"debug": "Debug",
"debugCategory": "Debug",
- "debugErrorEditor": "Esegui debug errore",
+ "debugConfigurationTitle": "Debug",
+ "debugErrorEditor": "Errore di debug",
"debugPanel": "Console di debug",
"launchConfigDoesNotExist": "La configurazione di avvio '{0}' non esiste.",
+ "openExplorerOnEnd": "Apre automaticamente il viewlet di esplorazione al termine di una sessione di debug.",
"toggleDebugPanel": "Console di debug",
"toggleDebugViewlet": "Mostra debug",
"view": "Visualizza"
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 25513299033..b16f26992ea 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
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "actions.repl.acceptInput": "Input accettazione REPL",
+ "actions.repl.acceptInput": "Accetta input da REPL",
"actions.repl.historyNext": "Cronologia avanti",
"actions.repl.historyPrevious": "Cronologia indietro",
- "replAriaLabel": "Pannello Read Eval Print Loop"
+ "replAriaLabel": "Pannello del ciclo Read Eval Print"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
index 41a619e3981..745e905553e 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
@@ -6,9 +6,9 @@
{
"fileLink": "Fare clic per aprire (CTRL+clic apre lateralmente)",
"fileLinkMac": "Fare clic per aprire (CMD+clic apre lateralmente)",
- "replExpressionAriaLabel": "Il valore dell'espressione {0} è {1}, Read Eval Print Loop, debug",
- "replKeyValueOutputAriaLabel": "Il valore della variabile di output {0} è {1}, Read Eval Print Loop, debug",
- "replValueOutputAriaLabel": "{0}, Read Eval Print Loop, debug",
- "replVariableAriaLabel": "Il valore della variabile {0} è {1}, Read Eval Print Loop, debug",
+ "replExpressionAriaLabel": "Il valore dell'espressione {0} è {1}, ciclo Read Eval Print, debug",
+ "replKeyValueOutputAriaLabel": "Il valore della variabile di output {0} è {1}, ciclo Read Eval Print, debug",
+ "replValueOutputAriaLabel": "{0}, ciclo Read Eval Print, debug",
+ "replVariableAriaLabel": "Il valore della variabile {0} è {1}, ciclo Read Eval Print, debug",
"stateCapture": "Lo stato dell'oggetto viene acquisito dalla prima valutazione"
} \ No newline at end of file