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

remoteFileService.i18n.json « electron-browser « files « services « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b25e5dc4490f42f2acd95fbd251f7ac1e096a7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"invalidPath": "Il percorso della risorsa '{0}' deve essere assoluto",
	"fileNotFoundError": "Il file non è stato trovato ({0})",
	"fileIsDirectoryError": "Il File è una Directory",
	"fileNotModifiedError": "File non modificato dal giorno",
	"fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo",
	"err.create": "Non è stato possibile creare il file {0}",
	"fileMoveConflict": "Non è possibile eseguire operazioni di spostamento/copia. Il file esiste già nella destinazione."
}