2019-05-17 22:37:21 +03:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 16:16:14 +03:00
|
|
|
{% macro t(key) %}{{ {
|
|
|
|
"language": "en",
|
|
|
|
"direction": "ltr",
|
|
|
|
"clipboard.copy": "Copy to clipboard",
|
|
|
|
"clipboard.copied": "Copied to clipboard",
|
|
|
|
"edit.link.title": "Edit this page",
|
|
|
|
"footer.previous": "Previous",
|
|
|
|
"footer.next": "Next",
|
|
|
|
"meta.comments": "Comments",
|
|
|
|
"meta.source": "Source",
|
2020-03-05 19:17:15 +03:00
|
|
|
"search.config.lang": "en",
|
|
|
|
"search.config.pipeline": "trimmer, stopWordFilter",
|
|
|
|
"search.config.separator": "[\s\-]+",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.placeholder": "Search",
|
|
|
|
"search.result.placeholder": "Type to start searching",
|
|
|
|
"search.result.none": "No matching documents",
|
|
|
|
"search.result.one": "1 matching document",
|
|
|
|
"search.result.other": "# matching documents",
|
|
|
|
"skip.link.title": "Skip to content",
|
|
|
|
"source.link.title": "Go to repository",
|
2019-12-11 19:47:48 +03:00
|
|
|
"source.revision.date": "Last update",
|
|
|
|
"toc.title": "Table of contents"
|
2019-06-15 16:16:14 +03:00
|
|
|
}[key] }}{% endmacro %}
|