hu.toml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "Előző"
  4. [ui_pager_next]
  5. other = "Következő"
  6. [ui_read_more]
  7. other = "További olvasnivaló"
  8. [ui_search]
  9. other = "Keresés ezen az oldalon…"
  10. # Used in sentences such as "Posted in News"
  11. # TODO: this structure will not work in Hungarian
  12. # so I left it as is
  13. [ui_in]
  14. other = "in"
  15. # Footer text
  16. [footer_all_rights_reserved]
  17. other = "Minden jog fenntartva"
  18. [footer_privacy_policy]
  19. other = "Adatvédelmi szabályzat"
  20. # Post (blog, articles etc.)
  21. [post_byline_by]
  22. other = "Készítette"
  23. [post_created]
  24. other = "Elkészítve"
  25. [post_last_mod]
  26. other = "Utolsó módosítás"
  27. [post_edit_this]
  28. other = "Oldal szerkesztése"
  29. [post_create_child_page]
  30. other = "Create child page"
  31. [post_create_issue]
  32. other = "Dokumentáció issue létrehozása"
  33. [post_create_project_issue]
  34. other = "Projekt issue létrehozása"
  35. # TODO: this structure will not work in Hungarian
  36. # so I left it as is
  37. [post_posts_in]
  38. other = "Posts in"
  39. [post_reading_time]
  40. other = "minute read"
  41. [post_less_than_a_minute_read]
  42. other = "less than a minute"
  43. # Print support
  44. [print_printable_section]
  45. other = "This is the multi-page printable view of this section."
  46. [print_click_to_print]
  47. other = "Click here to print"
  48. [print_show_regular]
  49. other = "Return to the regular view of this page"
  50. [print_entire_section]
  51. other = "Print entire section"
  52. # Community
  53. [community_join]
  54. other = "Join the {{ .Site.Title }} community"
  55. [community_introduce]
  56. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  57. [community_learn]
  58. other = "Learn and Connect"
  59. [community_using]
  60. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  61. [community_develop]
  62. other = "Develop and Contribute"
  63. [community_contribute]
  64. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  65. [community_how_to]
  66. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  67. [community_guideline]
  68. other = "Contribution Guidelines"