hu.toml 734 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [categories]
  2. one = "Kategória"
  3. other = "categories"
  4. [tags]
  5. one = "Címke"
  6. other = "tags"
  7. [series]
  8. one = "Sorozat"
  9. other = "series"
  10. [authors]
  11. one = "Szerző"
  12. other = "authors"
  13. [posts]
  14. other = "Írások"
  15. [reading_time]
  16. one = "Egyperces"
  17. other = "{{ .Count }} percnyi olvasnivaló"
  18. [page_not_found]
  19. other = "Az oldal nem található"
  20. [page_does_not_exist]
  21. other = "Sajnálom, a kért oldal nem létezik."
  22. [head_back]
  23. other = "Itt visszaléphet a <a href=\"{{ . }}\">Főoldalra</a>."
  24. [powered_by]
  25. other = "Motor:"
  26. [see_also]
  27. other = "Lásd még"
  28. [note]
  29. other = "note"
  30. [tip]
  31. other = "tip"
  32. [example]
  33. other = "example"
  34. [question]
  35. other = "question"
  36. [info]
  37. other = "info"
  38. [warning]
  39. other = "warning"
  40. [error]
  41. other = "error"