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: 0efada11b7d905a9811c87b63b32d540ca722d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.",
	"noConfigurationNameInWorkspace": "Non è stato possibile trovare la configurazione di avvio '{0}' nell'area di lavoro.",
	"noFolderWithName": "La cartella denominata '{0}' per la configurazione '{1}' nell'elemento compounds '{2}' non è stata trovata.",
	"configMissing": "In 'launch.json' manca la configurazione '{0}'.",
	"launchJsonDoesNotExist": "'launch.json' non esiste.",
	"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.",
	"debugAnyway": "Eseguire comunque il debug",
	"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}.",
	"showErrors": "Mostra errori",
	"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.",
	"cancel": "Annulla",
	"DebugTaskNotFound": "L'attività di preavvio '{0}' non è stata trovata.",
	"taskNotTracked": "Non è possibile tenere traccia del preLaunchTask '{0}'."
}