1
0

sr-latn.toml 854 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "kategorija"
  3. other = "kategorije"
  4. [tags]
  5. one = "tag"
  6. other = "tagovi"
  7. [series]
  8. one = "serija"
  9. other = "serije"
  10. [authors]
  11. one = "autor"
  12. other = "autori"
  13. [posts]
  14. other = "objave"
  15. [reading_time]
  16. one = "Jedan minut čitanja"
  17. other = "{{ .Count }} minuta čitanja"
  18. [page_not_found]
  19. other = "Stranica nije pronađena"
  20. [page_does_not_exist]
  21. other = "Izvinite, ova stranica ne postoji."
  22. [head_back]
  23. other = "Možete se vratiti na <a href=\"{{ . }}\">početnu stranicu</a>."
  24. [licensed_under]
  25. other = "Licensirano pod"
  26. [powered_by]
  27. other = "Pokreće"
  28. [see_also]
  29. other = "takođe proveriti"
  30. [note]
  31. other = "napomena"
  32. [tip]
  33. other = "savet"
  34. [example]
  35. other = "primer"
  36. [question]
  37. other = "pitanje"
  38. [info]
  39. other = "informacija"
  40. [warning]
  41. other = "upozorenje"
  42. [error]
  43. other = "greška"
  44. [link_to_heading]
  45. other = "Link do zaglavlja"