You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.js 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Commenti",
  5. "You commented" : "Hai commentato",
  6. "%1$s commented" : "%1$s ha commentato",
  7. "{author} commented" : "{author} ha commentato",
  8. "You commented on %1$s" : "Hai commentato su %1$s",
  9. "You commented on {file}" : "Hai commentato su {file}",
  10. "%1$s commented on %2$s" : "%1$s ha commentato %2$s",
  11. "{author} commented on {file}" : "{author} ha commentato su {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
  13. "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
  14. "Edit comment" : "Modifica commento",
  15. "Delete comment" : "Elimina commento",
  16. "Cancel edit" : "Annulla modifica",
  17. "Post comment" : "Pubblica commento",
  18. "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
  19. "No more messages" : "Non ci sono altri messaggi",
  20. "Retry" : "Riprova",
  21. "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti",
  22. "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"],
  24. "Comment" : "Commento",
  25. "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento",
  26. "Comment deleted" : "Commento eliminato",
  27. "An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento",
  28. "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento",
  29. "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",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\".",
  31. "New comment …" : "Nuovo commento...",
  32. "Post" : "Commento",
  33. "Cancel" : "Annulla",
  34. "[Deleted user]" : "[Utente eliminato]",
  35. "More comments …" : "Altri commenti...",
  36. "Save" : "Salva",
  37. "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
  38. "Error occurred while retrieving comment with ID {id}" : "Si è verificato un errore durante il recupero del commento con ID {id}",
  39. "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
  40. "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento."
  41. },
  42. "nplurals=2; plural=(n != 1);");