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/debug.contribution.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json5
1 files changed, 4 insertions, 1 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"