diff options
Diffstat (limited to 'apps/files/l10n/it.json')
-rw-r--r-- | apps/files/l10n/it.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 90e1180d398..4427132ca57 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", + "Could not copy {file}. {message}" : "Impossibile copiare {file}. {message}", + "Could not move {file}. {message}" : "Impossibile spostare {file}. {message}", "Total rows summary" : "Riepilogo totale delle righe", "\"{displayName}\" failed on some elements " : "\"{displayName}\" è fallita su alcuni elementi", "\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita con successo", @@ -196,7 +198,10 @@ "Unselect all" : "Deseleziona tutto", "List of files and folders." : "Lista di file e cartelle.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", "File not found" : "File non trovato", + "_{count} file_::_{count} files_" : ["{count} file","{count} file","{count} file"], + "_{count} folder_::_{count} folders_" : ["{count} cartella","{count} cartelle","{count} cartelle"], "Storage informations" : "Informazioni di archiviazione", "{usedQuotaByte} used" : "{usedQuotaByte} usato", "{relative}% used" : "{relative}% usato", @@ -244,8 +249,16 @@ "Blank" : "Vuoto", "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", "Delete permanently" : "Elimina permanentemente", + "Destination is not a folder" : "La destinazione non è una cartella", + "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non puoi spostare un file/cartella in se stesso o in una sottocartella di se stesso", + "A file or folder with that name already exists in this folder" : "Esiste già un file o una cartella con quel nome in questa cartella", + "The files is locked" : "Il file è bloccato", + "The file does not exist anymore" : "Il file non esiste più", + "Chose destination" : "Scegli destinazione", "Copy to {target}" : "Copia in {target}", "Move to {target}" : "Sposta in {target}", + "Cancelled move or copy operation" : "Operazione di spostamento o copia annullata", "Open folder {displayName}" : "Apri la cartella {displayName}", "Open in Files" : "Apri in File", "Open details" : "Apri i dettagli", @@ -254,6 +267,11 @@ "Templates" : "Modelli", "Create new templates folder" : "Crea una nuova cartella dei templates", "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file e 1 cartella","{fileCount} file e 1 cartella","{fileCount} file e 1 cartella"], + "{fileCount} files and {folderCount} folders" : "{fileCount} file e {folderCount} cartelle", "List of favorites files and folders." : "Lista di file e cartelle preferiti.", "No favorites yet" : "Nessun preferito ancora", "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", |