1
0

it.js 2.1 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Commenti",
  5. "You commented" : "Hai commentato",
  6. "{author} commented" : "{author} ha commentato",
  7. "You commented on %1$s" : "Hai commentato su %1$s",
  8. "You commented on {file}" : "Hai commentato su {file}",
  9. "%1$s commented on %2$s" : "%1$s ha commentato %2$s",
  10. "{author} commented on {file}" : "{author} ha commentato su {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
  12. "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",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"",
  14. "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
  15. "Edit comment" : "Modifica commento",
  16. "Delete comment" : "Elimina commento",
  17. "Cancel edit" : "Annulla modifica",
  18. "Post comment" : "Pubblica commento",
  19. "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
  20. "No more messages" : "Non ci sono altri messaggi",
  21. "Retry" : "Riprova",
  22. "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti",
  23. "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti","%n commenti non letti"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti","{unread} nuovi commenti"],
  25. "Comment" : "Commento",
  26. "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento",
  27. "Comment deleted" : "Commento eliminato",
  28. "An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento",
  29. "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento",
  30. "%1$s commented" : "%1$s ha commentato"
  31. },
  32. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");