en.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% macro t(key) %}{{ {
  5. "language": "en",
  6. "direction": "ltr",
  7. "clipboard.copy": "Copy to clipboard",
  8. "clipboard.copied": "Copied to clipboard",
  9. "edit.link.title": "Edit this page",
  10. "footer.previous": "Previous",
  11. "footer.next": "Next",
  12. "footer.title": "Footer",
  13. "header.title": "Header",
  14. "meta.comments": "Comments",
  15. "meta.source": "Source",
  16. "nav.title": "Navigation",
  17. "search.config.lang": "en",
  18. "search.config.pipeline": "trimmer, stopWordFilter",
  19. "search.config.separator": "[\s\-]+",
  20. "search.placeholder": "Search",
  21. "search.reset": "Clear",
  22. "search.result.initializer": "Initializing search",
  23. "search.result.placeholder": "Type to start searching",
  24. "search.result.none": "No matching documents",
  25. "search.result.one": "1 matching document",
  26. "search.result.other": "# matching documents",
  27. "skip.link.title": "Skip to content",
  28. "source.link.title": "Go to repository",
  29. "source.revision.date": "Last update",
  30. "tabs.title": "Tabs",
  31. "toc.title": "Table of contents"
  32. }[key] }}{% endmacro %}