1
0

cs.toml 813 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [categories]
  2. one = "kategorie"
  3. other = "categories"
  4. [tags]
  5. one = "tag"
  6. other = "tags"
  7. [series]
  8. one = "série"
  9. other = "series"
  10. [authors]
  11. one = "author"
  12. other = "authors"
  13. [posts]
  14. other = "posts"
  15. [reading_time]
  16. other = "Délka čtení: {{ .Count }}"
  17. [page_not_found]
  18. other = "Stránka nenalezena"
  19. [page_does_not_exist]
  20. other = "Omlouváme se, stránka nebyla nalezena."
  21. [head_back]
  22. other = "Můžete se vrátit na <a href=\"{{ . }}\">homepage</a>."
  23. [licensed_under]
  24. other = "Licensed under"
  25. [powered_by]
  26. other = "Stránka používá"
  27. [see_also]
  28. other = "Podívejte se také na"
  29. [note]
  30. other = "note"
  31. [tip]
  32. other = "tip"
  33. [example]
  34. other = "example"
  35. [question]
  36. other = "question"
  37. [info]
  38. other = "info"
  39. [warning]
  40. other = "warning"
  41. [error]
  42. other = "error"
  43. [link_to_heading]
  44. other = "Link to heading"