bg.toml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "Предишен"
  4. [ui_pager_next]
  5. other = "Следващ"
  6. [ui_read_more]
  7. other = "Прочети повече"
  8. [ui_search]
  9. other = "Търси в тази страница…"
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "в"
  13. # Footer text
  14. [footer_all_rights_reserved]
  15. other = "Всички права запазени!"
  16. [footer_privacy_policy]
  17. other = "Политика за поверителност"
  18. # Post (blog, articles etc.)
  19. [post_byline_by]
  20. other = "От"
  21. [post_created]
  22. other = "Създаден"
  23. [post_last_mod]
  24. other = "Последна промяна"
  25. [post_edit_this]
  26. other = "Промени тази страница"
  27. [post_create_child_page]
  28. other = "Създай дъщерна страница"
  29. [post_create_issue]
  30. other = "Създаване на издаване на документ"
  31. [post_create_project_issue]
  32. other = "Създаване на издаване на проект"
  33. [post_posts_in]
  34. other = "Публикувано в"
  35. [post_reading_time]
  36. other = "minute read"
  37. [post_less_than_a_minute_read]
  38. other = "less than a minute"
  39. # Print support
  40. [print_printable_section]
  41. other = "Изглед за печат на този раздел, в режим много страници"
  42. [print_click_to_print]
  43. other = "Натисни тук за отпечатване"
  44. [print_show_regular]
  45. other = "Върнете се към обичайния изглед на тази страница"
  46. [print_entire_section]
  47. other = "Отпечатайте цялата секция"
  48. # Community
  49. [community_join]
  50. other = "Join the {{ .Site.Title }} community"
  51. [community_introduce]
  52. 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."
  53. [community_learn]
  54. other = "Learn and Connect"
  55. [community_using]
  56. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  57. [community_develop]
  58. other = "Develop and Contribute"
  59. [community_contribute]
  60. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  61. [community_how_to]
  62. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  63. [community_guideline]
  64. other = "Contribution Guidelines"