en.html 919 B

123456789101112131415161718192021222324252627
  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. "meta.comments": "Comments",
  13. "meta.source": "Source",
  14. "search.language": "en",
  15. "search.pipeline.stopwords": true,
  16. "search.pipeline.trimmer": true,
  17. "search.placeholder": "Search",
  18. "search.result.placeholder": "Type to start searching",
  19. "search.result.none": "No matching documents",
  20. "search.result.one": "1 matching document",
  21. "search.result.other": "# matching documents",
  22. "search.tokenizer": "[\s\-]+",
  23. "skip.link.title": "Skip to content",
  24. "source.link.title": "Go to repository",
  25. "source.revision.date": "Last update",
  26. "toc.title": "Table of contents"
  27. }[key] }}{% endmacro %}