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/services/files/node/fileService.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
index aac8fd400d3..ea915074a17 100644
--- a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -6,9 +6,13 @@
{
"fileInvalidPath": "Risorsa del file non valida ({0})",
"fileIsDirectoryError": "Il file è la directory ({0})",
+ "fileNotModifiedError": "File non modificato dal giorno",
+ "fileTooLargeError": "File troppo grande per essere aperto",
"fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo",
"fileNotFoundError": "Il file non è stato trovato ({0})",
+ "fileMoveConflict": "Non è possibile eseguire operazioni di spostamento/copia. Il file esiste già nella destinazione.",
"unableToMoveCopyError": "Non è possibile eseguire operazioni di spostamento/copia. Il file sostituirebbe la cartella in cui è contenuto.",
"foldersCopyError": "Non è possibile copiare le cartelle nell'area di lavoro. Selezionare i singoli file per copiarli.",
+ "fileModifiedError": "File modificato da",
"fileReadOnlyError": "Il file è di sola lettura"
} \ No newline at end of file