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')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json2
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json8
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json6
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json3
6 files changed, 17 insertions, 6 deletions
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index b3b797b17a0..cd95d333b64 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -6,6 +6,8 @@
{
"entryAriaLabel": "{0}, debug",
"debugAriaLabel": "Digitare il nome di una configurazione di avvio da eseguire.",
+ "addConfigTo": "Aggiungi configurazione ({0})...",
+ "addConfiguration": "Aggiungi configurazione...",
"noConfigurationsMatching": "Non esistono configurazioni di debug corrispondenti",
"noConfigurationsFound": "Non è stata trovata alcuna configurazione di debug. Creare un file 'launch.json'."
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
new file mode 100644
index 00000000000..8eeb71caf1a
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "debug": "Debug"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
index 2b0ce6dfdf4..7729690837e 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
@@ -15,7 +15,6 @@
"vscode.extension.contributes.debuggers.initialConfigurations": "Configurazioni per generare la versione iniziale di 'launch.json'.",
"vscode.extension.contributes.debuggers.languages": "Elenco dei linguaggi. per cui l'estensione di debug può essere considerata il \"debugger predefinito\".",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "Se è specificato, Visual Studio Code chiamerà questo comando per determinare il percorso eseguibile della scheda di debug e gli argomenti da passare.",
- "vscode.extension.contributes.debuggers.startSessionCommand": "Se è specificato, Visual Studio Code chiamerà questo comando per le azioni \"debug\" o \"run\" previste come destinazione di questa estensione.",
"vscode.extension.contributes.debuggers.configurationSnippets": "Frammenti per l'aggiunta di nuove configurazioni in 'launch.json'.",
"vscode.extension.contributes.debuggers.configurationAttributes": "Configurazioni dello schema JSON per la convalida di 'launch.json'.",
"vscode.extension.contributes.debuggers.windows": "Impostazioni specifiche di Windows.",
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 70ec9c0d711..c70e4e525c6 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,10 +12,7 @@
"breakpointRemoved": "Rimosso un punto di interruzione a riga {0} del file {1}",
"compoundMustHaveConfigurations": "Per avviare più configurazioni, deve essere impostato l'attributo \"configurations\" dell'elemento compounds.",
"configMissing": "In 'launch.json' manca la configurazione '{0}'.",
- "debugRequestNotSupported": "La configurazione di debug scelta contiene un valore di attributo `{0}` che non è supportato: '{1}'.",
- "debugRequesMissing": "Nella configurazione di debug scelta manca l'attributo '{0}'.",
"debugTypeNotSupported": "Il tipo di debug configurato '{0}' non è supportato.",
- "debugTypeMissing": "Manca la proprietà 'type' per la configurazione di avvio scelta.",
"preLaunchTaskErrors": "Sono stati rilevati errori di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskError": "È stato rilevato un errore di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskExitCode": "L'attività di preavvio '{0}' è stata terminata ed è stato restituito il codice di uscita {1}.",
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 fff7cbcba9e..2740934029a 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
@@ -7,6 +7,5 @@
"stateCapture": "Lo stato dell'oggetto viene acquisito dalla prima valutazione",
"replVariableAriaLabel": "Il valore della variabile {0} è {1}, ciclo Read Eval Print, debug",
"replExpressionAriaLabel": "Il valore dell'espressione {0} è {1}, ciclo Read Eval Print, debug",
- "replValueOutputAriaLabel": "{0}, 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"
} \ No newline at end of file