hr.json 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "Komentari",
  3. "You commented" : "Vi ste komentirali",
  4. "%1$s commented" : "Komentirao je %1$s",
  5. "{author} commented" : "{autor} je komentirao",
  6. "You commented on %1$s" : "Vi ste komentirali %1$s",
  7. "You commented on {file}" : "Komentirali ste {file}",
  8. "%1$s commented on %2$s" : "%1$s je komentirao %2$s",
  9. "{author} commented on {file}" : "{author} je komentirao {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Spomenuti ste u „{file}”, u komentaru korisnika koji je nakon toga izbrisan",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} vas je spomenuo u komentaru na „{file}”",
  13. "Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
  14. "Edit comment" : "Uredi komentar",
  15. "Delete comment" : "Izbriši komentar",
  16. "New comment …" : "Novi komentar…",
  17. "Post" : "Objavi",
  18. "Cancel" : "Odustani",
  19. "[Deleted user]" : "[Izbrisan korisnik]",
  20. "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
  21. "More comments …" : "Više komentara...",
  22. "Save" : "Spremi",
  23. "Allowed characters {count} of {max}" : "Dopušteni znakovi {count} od {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Došlo je do pogreške prilikom dohvaćanja komentara s ID-om {id}",
  25. "Error occurred while updating comment with id {id}" : "Došlo je do pogreške prilikom ažuriranja komentara s ID-om {id}",
  26. "Error occurred while posting comment" : "Došlo je do pogreške prilikom objavljivanja komentara",
  27. "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
  29. "Comment" : "Komentar"
  30. },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
  31. }