it.json 1.4 KB

123456789101112131415161718192021222324
  1. { "translations": {
  2. "Type in a new comment..." : "Digita un nuovo commento...",
  3. "Delete comment" : "Elimina commento",
  4. "Post" : "Post",
  5. "Cancel" : "Annulla",
  6. "Edit comment" : "Modifica commento",
  7. "[Deleted user]" : "[Utente eliminato]",
  8. "Comments" : "Commenti",
  9. "No other comments available" : "Non sono disponibili altri commenti",
  10. "More comments..." : "Altri commenti...",
  11. "Save" : "Salva",
  12. "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
  13. "Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}",
  14. "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
  15. "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.",
  16. "{count} unread comments" : "{count} commenti non letti",
  17. "Comment" : "Commento",
  18. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>",
  19. "You commented" : "Hai commentato",
  20. "%1$s commented" : "%1$s ha commentato",
  21. "You commented on %2$s" : "Hai commentato su %2$s",
  22. "%1$s commented on %2$s" : "%1$s ha commentato %2$s"
  23. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  24. }