et.toml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Translation into Estonian
  2. # UI strings. Buttons and similar.
  3. [ui_pager_prev]
  4. other = "Eelmine"
  5. [ui_pager_next]
  6. other = "Järgmine"
  7. [ui_read_more]
  8. other = "Loe lähemalt"
  9. [ui_search]
  10. other = "Otsi lehelt…"
  11. # Used in sentences such as "Posted in News"
  12. [ui_in]
  13. other = "kohas" # not perfect. In Estonian this idea is represented by a suffix, not a separate word.
  14. # Footer text
  15. [footer_all_rights_reserved]
  16. other = "Kõik õigused kaitstud"
  17. [footer_privacy_policy]
  18. other = "Privaatsuspoliitika"
  19. # Post (blog, articles etc.)
  20. [post_byline_by]
  21. other = "järgi" # not perfect. In Estonian this idea is represented by a suffix, not a separate word.
  22. [post_created]
  23. other = "Loodud"
  24. [post_last_mod]
  25. other = "Viimati muudetud"
  26. [post_edit_this]
  27. other = "Täienda lehte"
  28. [post_create_child_page]
  29. other = "Loo alamleht"
  30. [post_create_issue]
  31. other = "Tõstata dokumentatsiooni kohta ülesanne" # perhaps there is a better translation for "issue"...
  32. [post_create_project_issue]
  33. other = "Tõstata projekti kohta ülesanne"
  34. [post_posts_in]
  35. other = "Postitused" # in Estonian this "in" should be the suffix of the next word, cannot include it to that phrase.
  36. [post_reading_time]
  37. other = "minute read"
  38. [post_less_than_a_minute_read]
  39. other = "less than a minute"
  40. # Community
  41. [community_join]
  42. other = "Join the {{ .Site.Title }} community"
  43. [community_introduce]
  44. 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."
  45. [community_learn]
  46. other = "Learn and Connect"
  47. [community_using]
  48. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  49. [community_develop]
  50. other = "Develop and Contribute"
  51. [community_contribute]
  52. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  53. [community_how_to]
  54. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  55. [community_guideline]
  56. other = "Contribution Guidelines"