hr.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "Cancel edit" : "Otkaži uređivanje",
  17. "Post comment" : "Objavi komentar",
  18. "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
  19. "No more messages" : "Nema više poruka",
  20. "Retry" : "Pokušaj ponovno",
  21. "Unable to load the comments list" : "Nije moguće učitati popis komentara",
  22. "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
  24. "Comment" : "Komentar",
  25. "An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
  26. "Comment deleted" : "Komentar izbrisan",
  27. "An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
  28. "An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
  29. "New comment …" : "Novi komentar…",
  30. "Post" : "Objavi",
  31. "Cancel" : "Odustani",
  32. "[Deleted user]" : "[Izbrisan korisnik]",
  33. "More comments …" : "Više komentara...",
  34. "Save" : "Spremi",
  35. "Allowed characters {count} of {max}" : "Dopušteni znakovi {count} od {max}",
  36. "Error occurred while retrieving comment with ID {id}" : "Došlo je do pogreške prilikom dohvaćanja komentara s ID-om {id}",
  37. "Error occurred while updating comment with id {id}" : "Došlo je do pogreške prilikom ažuriranja komentara s ID-om {id}",
  38. "Error occurred while posting comment" : "Došlo je do pogreške prilikom objavljivanja komentara"
  39. },"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;"
  40. }