github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/i18n/en.toml (about) 1 2 3 # UI strings. Buttons and similar. 4 5 [ui_pager_prev] 6 other = "Previous" 7 8 [ui_pager_next] 9 other = "Next" 10 11 [ui_read_more] 12 other = "Read more" 13 14 [ui_search] 15 other = "Search this siteā¦" 16 17 # Used in sentences such as "Posted in News" 18 [ui_in] 19 other = "in" 20 21 # Used in sentences such as "All Tags" 22 [ui_all] 23 other = "all" 24 25 # Footer text 26 [footer_all_rights_reserved] 27 other = "All Rights Reserved" 28 29 [footer_privacy_policy] 30 other = "Privacy Policy" 31 32 [footer_contrubutor] 33 other = "Powered by <a href='http://e154.ru'>e154.ru</a>" 34 35 [footer_licensed] 36 other = "<a href='https://github.com/e154/smart-home/blob/master/LICENSE'>MIT</a> License Code Documents <a href='http://creativecommons.org/licenses/by/3.0/'>CC BY 3.0</a>" 37 38 # Post (blog, articles etc.) 39 [post_byline_by] 40 other = "By" 41 [post_created] 42 other = "Created" 43 [post_last_mod] 44 other = "Last modified" 45 [post_edit_this] 46 other = "Edit this page" 47 [post_create_child_page] 48 other = "Create child page" 49 [post_create_issue] 50 other = "Create documentation issue" 51 [post_create_project_issue] 52 other = "Create project issue" 53 [post_posts_in] 54 other = "Posts in" 55 [post_reading_time] 56 other = "minute read" 57 [post_less_than_a_minute_read] 58 other = "less than a minute" 59 60 # Print support 61 [print_printable_section] 62 other = "This the multi-page printable view of this section." 63 [print_click_to_print] 64 other = "Click here to print" 65 [print_show_regular] 66 other = "Return to the regular view of this page" 67 [print_entire_section] 68 other = "Print entire section"