hr.json 1.8 KB

12345678910111213141516171819202122232425262728
  1. { "translations": {
  2. "Comments" : "Komentari",
  3. "You commented" : "Vi ste komentirali",
  4. "{author} commented" : "{autor} je komentirao",
  5. "You commented on %1$s" : "Vi ste komentirali %1$s",
  6. "You commented on {file}" : "Komentirali ste {file}",
  7. "%1$s commented on %2$s" : "%1$s je komentirao %2$s",
  8. "{author} commented on {file}" : "{author} je komentirao {file}",
  9. "<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke",
  10. "Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
  11. "Edit comment" : "Uredi komentar",
  12. "Delete comment" : "Izbriši komentar",
  13. "Cancel edit" : "Otkaži uređivanje",
  14. "Post comment" : "Objavi komentar",
  15. "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
  16. "No more messages" : "Nema više poruka",
  17. "Retry" : "Pokušaj ponovno",
  18. "Unable to load the comments list" : "Nije moguće učitati popis komentara",
  19. "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
  20. "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
  21. "Comment" : "Komentar",
  22. "An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
  23. "Comment deleted" : "Komentar izbrisan",
  24. "An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
  25. "An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
  26. "%1$s commented" : "Komentirao je %1$s"
  27. },"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;"
  28. }