en.yaml 1.5 KB

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