it.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. { "translations": {
  2. "Comments" : "Commenti",
  3. "Unknown user" : "Utente sconosciuto",
  4. "New comment …" : "Nuovo commento...",
  5. "Delete comment" : "Elimina commento",
  6. "Post" : "Commento",
  7. "Cancel" : "Annulla",
  8. "Edit comment" : "Modifica commento",
  9. "[Deleted user]" : "[Utente eliminato]",
  10. "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
  11. "More comments …" : "Altri commenti...",
  12. "Save" : "Salva",
  13. "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
  14. "Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}",
  15. "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
  16. "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.",
  17. "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
  18. "Comment" : "Commento",
  19. "You commented" : "Hai commentato",
  20. "%1$s commented" : "%1$s ha commentato",
  21. "{author} commented" : "{author} ha commentato",
  22. "You commented on %1$s" : "Hai commentato su %1$s",
  23. "You commented on {file}" : "Hai commentato su {file}",
  24. "%1$s commented on %2$s" : "%1$s ha commentato %2$s",
  25. "{author} commented on {file}" : "{author} ha commentato su {file}",
  26. "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
  27. "A (now) deleted user mentioned you in a comment on “%s”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"%s\".",
  28. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"{file}\".",
  29. "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\".",
  31. "Type in a new comment..." : "Digita un nuovo commento...",
  32. "No other comments available" : "Non sono disponibili altri commenti",
  33. "More comments..." : "Altri commenti...",
  34. "{count} unread comments" : "{count} commenti non letti",
  35. "You commented on %2$s" : "Hai commentato su %2$s"
  36. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  37. }