2016-02-17 01:56:11 -05:00
OC . L10N . register (
"comments" ,
{
2019-02-26 20:12:05 -05:00
"Comments" : "Commenti" ,
"You commented" : "Hai 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" ,
2024-08-01 20:19:37 -04:00
"Files" : "File" ,
2024-06-13 20:19:48 -04:00
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato" ,
2022-01-27 21:27:10 -05:00
"{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"" ,
2019-02-26 20:12:05 -05:00
"Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file" ,
2018-04-11 20:19:20 -04:00
"Edit comment" : "Modifica commento" ,
2016-02-17 01:56:11 -05:00
"Delete comment" : "Elimina commento" ,
2020-10-21 22:19:07 -04:00
"Cancel edit" : "Annulla modifica" ,
2024-01-12 19:20:23 -05:00
"New comment" : "Nuovo commento" ,
2024-01-20 19:19:16 -05:00
"Write a comment …" : "Scrivi un commento..." ,
2020-10-21 22:19:07 -04:00
"Post comment" : "Pubblica commento" ,
2023-11-30 19:18:33 -05:00
"@ for mentions, : for emoji, / for smart picker" : "@ per menzioni, : per emoji, / per selettore intelligente" ,
"Could not reload comments" : "Impossibile ricaricare i commenti" ,
2020-10-20 22:18:44 -04:00
"No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!" ,
2020-10-21 22:19:07 -04:00
"No more messages" : "Non ci sono altri messaggi" ,
2020-10-20 22:18:44 -04:00
"Retry" : "Riprova" ,
2023-05-25 20:18:10 -04:00
"Failed to mark comments as read" : "Impossibile segnare i commenti come letti" ,
2020-10-21 22:19:07 -04:00
"Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti" ,
2022-05-23 22:32:52 -04:00
"_1 new comment_::_{unread} new comments_" : [ "1 nuovo commento" , "{unread} nuovi commenti" , "{unread} nuovi commenti" ] ,
2020-10-20 22:18:44 -04:00
"Comment" : "Commento" ,
2020-10-21 22:19:07 -04:00
"An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento" ,
2020-10-20 22:18:44 -04:00
"Comment deleted" : "Commento eliminato" ,
2020-10-21 22:19:07 -04: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" ,
2024-08-14 20:25:46 -04:00
"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"
2016-02-17 01:56:11 -05:00
} ,
2022-05-23 22:32:52 -04:00
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" ) ;