1
0

sk.toml 961 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [categories]
  2. one = "kategória"
  3. other = "categories"
  4. [tags]
  5. one = "téma"
  6. other = "tags"
  7. [series]
  8. one = "diel"
  9. other = "series"
  10. [authors]
  11. one = "autor"
  12. other = "authors"
  13. [posts]
  14. other = "články"
  15. [reading_time]
  16. one = "Prečítate si za minútu"
  17. few = "Prečítate si do {{ .Count }} minút"
  18. many = "Prečítate si do {{ .Count }} minút"
  19. other = "Prečítate si do {{ .Count }} minút"
  20. [page_not_found]
  21. other = "Stránka nebola nájdená"
  22. [page_does_not_exist]
  23. other = "Prepáčte, ale táto stránka neexistuje."
  24. [head_back]
  25. other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>."
  26. [licensed_under]
  27. other = "Licensed under"
  28. [see_also]
  29. other = "Pozrite tiež"
  30. [powered_by]
  31. other = "Táto stránka bola vytvorená cez"
  32. [note]
  33. other = "note"
  34. [tip]
  35. other = "tip"
  36. [example]
  37. other = "example"
  38. [question]
  39. other = "question"
  40. [info]
  41. other = "info"
  42. [warning]
  43. other = "warning"
  44. [error]
  45. other = "error"
  46. [link_to_heading]
  47. other = "Link to heading"