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

textFileService.i18n.json « electron-browser « textfile « services « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 674a9a7a741126a6602cfc7d080f850e8e1977fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"allFiles": "Tutti i file",
	"cancel": "Annulla",
	"dontSave": "&&Non salvare",
	"moreFile": "...1 altro file non visualizzato",
	"moreFiles": "...{0} altri file non visualizzati",
	"noExt": "Nessuna estensione",
	"save": "&&Salva",
	"saveAll": "&&Salva tutto",
	"saveChangesDetail": "Le modifiche apportate andranno perse se non vengono salvate.",
	"saveChangesMessage": "Salvare le modifiche apportate a {0}?",
	"saveChangesMessages": "Salvare le modifiche apportate ai file seguenti di {0}?"
}