it.json 2.6 KB

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