github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/i18n/ru.toml (about) 1 2 3 # UI strings. Buttons and similar. 4 5 [ui_pager_prev] 6 other = "Предыдущая" 7 8 [ui_pager_next] 9 other = "Следующая" 10 11 [ui_read_more] 12 other = "Подробнее" 13 14 [ui_search] 15 other = "Поиск по сайту…" 16 17 # Used in sentences such as "Posted in News" 18 [ui_in] 19 other = "в" 20 21 # Footer text 22 [footer_all_rights_reserved] 23 other = "Все права защищены" 24 25 [footer_privacy_policy] 26 other = "Политика конфиденциальности" 27 28 [footer_contrubutor] 29 other = "Разработано при поддержке <a href='http://e154.ru'>e154.ru</a>" 30 31 [footer_licensed] 32 other = "Код лицензии <a href='https://github.com/e154/smart-home/blob/master/LICENSE'>MIT</a> документы <a href='http://creativecommons.org/licenses/by/3.0/'>CC BY 3.0</a>" 33 34 # Post (blog, articles etc.) 35 [post_byline_by] 36 other = "Автор" 37 [post_created] 38 other = "Создано" 39 [post_last_mod] 40 other = "Изменено" 41 [post_edit_this] 42 other = "Отредактировать страницу" 43 [post_create_child_page] 44 other = "Create child page" 45 [post_create_issue] 46 other = "Предложить изменения документации" 47 [post_create_project_issue] 48 other = "Предложить доработки по проекту" 49 [post_posts_in] 50 other = "Публикации в" 51 [post_reading_time] 52 other = "minute read" 53 [post_less_than_a_minute_read] 54 other = "less than a minute" 55 56 # Print support 57 [print_printable_section] 58 other = "This the multi-page printable view of this section." 59 [print_click_to_print] 60 other = "Click here to print" 61 [print_show_regular] 62 other = "Return to the regular view of this page" 63 [print_entire_section] 64 other = "Print entire section"