github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/docs/themes/hugo-geekdoc/i18n/en.yaml (about)

     1  ---
     2  edit_page: Edit page
     3  
     4  nav_navigation: Navigation
     5  nav_tags: Tags
     6  nav_more: More
     7  nav_top: Back to top
     8  
     9  form_placeholder_search: Search
    10  
    11  error_page_title: Lost? Don't worry
    12  error_message_title: Lost?
    13  error_message_code: Error 404
    14  error_message_text: >
    15    Seems like what you are looking for can't be found. Don't worry, we can
    16    bring you back to the <a class="gdoc-error__link" href="{{ . }}">homepage</a>.
    17  
    18  button_toggle_dark: Toggle Dark/Light/Auto mode
    19  button_nav_open: Open Navigation
    20  button_nav_close: Close Navigation
    21  button_menu_open: Open Menu Bar
    22  button_menu_close: Close Menu Bar
    23  button_homepage: Back to homepage
    24  
    25  title_anchor_prefix: "Anchor to:"
    26  
    27  posts_read_more: Read full post
    28  posts_read_time:
    29    one: "One minute to read"
    30    other: "{{ . }} minutes to read"
    31  posts_update_prefix: Updated on
    32  posts_count:
    33    one: "One post"
    34    other: "{{ . }} posts"
    35  posts_tagged_with: All posts tagged with '{{ . }}'
    36  
    37  footer_build_with: >
    38    Built with <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> and
    39    <svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
    40  footer_legal_notice: Legal Notice
    41  footer_privacy_policy: Privacy Policy
    42  footer_content_license_prefix: >
    43    Content licensed under
    44  
    45  language_switch_no_tranlation_prefix: "Page not translated:"
    46  
    47  propertylist_required: required
    48  propertylist_optional: optional
    49  propertylist_default: default
    50  
    51  pagination_page_prev: prev
    52  pagination_page_next: next
    53  pagination_page_state: "{{ .PageNumber }}/{{ .TotalPages }}"