Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debugService.i18n.json « electron-browser « debug « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c70e4e525c6c1abbb8e01c072ec7e1d6f07363ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"snapshotObj": "Per questo oggetto vengono visualizzati solo i valori primitivi.",
	"debuggingPaused": "Il debug è stato sospeso. Motivo: {0}, {1} {2}",
	"debuggingStarted": "Il debug è stato avviato.",
	"debuggingStopped": "Il debug è stato arrestato.",
	"breakpointAdded": "Aggiunto un punto di interruzione a riga {0} del file {1}",
	"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}'.",
	"debugTypeNotSupported": "Il tipo di debug configurato '{0}' non è supportato.",
	"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}.",
	"debugAnyway": "Eseguire comunque il debug",
	"noFolderWorkspaceDebugError": "Non è possibile eseguire il debug del file attivo. Assicurarsi che sia salvato su disco e che sia installata un'estensione di debug per tale tipo di file.",
	"NewLaunchConfig": "Impostare il file di configurazione di avvio per l'applicazione. {0}",
	"DebugTaskNotFound": "L'attività di preavvio '{0}' non è stata trovata."
}