it.json 2.8 KB

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