it.json 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. { "translations": {
  2. "Comments" : "Commenti",
  3. "You commented" : "Hai commentato",
  4. "%1$s commented" : "%1$s ha commentato",
  5. "{author} commented" : "{author} ha commentato",
  6. "You commented on %1$s" : "Hai commentato su %1$s",
  7. "You commented on {file}" : "Hai commentato su {file}",
  8. "%1$s commented on %2$s" : "%1$s ha commentato %2$s",
  9. "{author} commented on {file}" : "{author} ha commentato su {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
  11. "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",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{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. "New comment …" : "Nuovo commento...",
  17. "Post" : "Commento",
  18. "Cancel" : "Annulla",
  19. "[Deleted user]" : "[Utente eliminato]",
  20. "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
  21. "More comments …" : "Altri commenti...",
  22. "Save" : "Salva",
  23. "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Si è verificato un errore durante il recupero del commento con ID {id}",
  25. "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
  26. "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.",
  27. "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"],
  29. "Comment" : "Commento",
  30. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\""
  32. },"pluralForm" :"nplurals=2; plural=(n != 1);"
  33. }