2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2019-02-27 04:12:05 +03:00
"Comments" : "Commenti" ,
"You commented" : "Hai commentato" ,
"%1$s commented" : "%1$s ha commentato" ,
"{author} commented" : "{author} ha commentato" ,
"You commented on %1$s" : "Hai commentato su %1$s" ,
"You commented on {file}" : "Hai commentato su {file}" ,
"%1$s commented on %2$s" : "%1$s ha commentato %2$s" ,
"{author} commented on {file}" : "{author} ha commentato su {file}" ,
"<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file" ,
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente che è stato eliminato" ,
"{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\"." ,
"Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file" ,
2018-04-12 03:19:20 +03:00
"Edit comment" : "Modifica commento" ,
2016-02-17 09:56:11 +03:00
"Delete comment" : "Elimina commento" ,
2020-10-22 05:19:07 +03:00
"Cancel edit" : "Annulla modifica" ,
"Post comment" : "Pubblica commento" ,
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!" ,
2020-10-22 05:19:07 +03:00
"No more messages" : "Non ci sono altri messaggi" ,
2020-10-21 05:18:44 +03:00
"Retry" : "Riprova" ,
2020-10-22 05:19:07 +03:00
"Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti" ,
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : [ "%n commento non letto" , "%n commenti non letti" ] ,
"_1 new comment_::_{unread} new comments_" : [ "1 nuovo commento" , "{unread} nuovi commenti" ] ,
"Comment" : "Commento" ,
2020-10-22 05:19:07 +03:00
"An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento" ,
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Commento eliminato" ,
2020-10-22 05:19:07 +03:00
"An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento" ,
"An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento" ,
2018-04-12 03:19:20 +03:00
"New comment …" : "Nuovo commento..." ,
2016-07-11 03:09:22 +03:00
"Post" : "Commento" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Annulla" ,
"[Deleted user]" : "[Utente eliminato]" ,
2016-09-04 03:09:21 +03:00
"More comments …" : "Altri commenti..." ,
2016-02-17 09:56:11 +03:00
"Save" : "Salva" ,
"Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}" ,
2018-03-05 04:12:12 +03:00
"Error occurred while retrieving comment with ID {id}" : "Si è verificato un errore durante il recupero del commento con ID {id}" ,
2016-06-26 08:55:53 +03:00
"Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}" ,
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento."
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;