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",
|
2020-03-18 19:28:26 +03:00
|
|
|
"footer.title": "Footer",
|
|
|
|
"header.title": "Header",
|
2019-06-15 16:16:14 +03:00
|
|
|
"meta.comments": "Comments",
|
|
|
|
"meta.source": "Source",
|
2020-03-18 19:28:26 +03:00
|
|
|
"nav.title": "Navigation",
|
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",
|
2021-07-21 18:08:10 +03:00
|
|
|
"search.share": "Share",
|
2020-03-18 19:28:26 +03:00
|
|
|
"search.reset": "Clear",
|
2020-04-26 19:29:13 +03:00
|
|
|
"search.result.initializer": "Initializing search",
|
2019-06-15 16:16:14 +03:00
|
|
|
"search.result.placeholder": "Type to start searching",
|
|
|
|
"search.result.none": "No matching documents",
|
|
|
|
"search.result.one": "1 matching document",
|
|
|
|
"search.result.other": "# matching documents",
|
2020-09-27 10:40:05 +03:00
|
|
|
"search.result.more.one": "1 more on this page",
|
|
|
|
"search.result.more.other": "# more on this page",
|
|
|
|
"search.result.term.missing": "Missing",
|
2021-07-21 18:08:10 +03:00
|
|
|
"search.title": "Search",
|
2021-06-06 16:11:04 +03:00
|
|
|
"select.language.title": "Select language",
|
|
|
|
"select.version.title": "Select version",
|
2019-06-15 16:16:14 +03:00
|
|
|
"skip.link.title": "Skip to content",
|
|
|
|
"source.link.title": "Go to repository",
|
2021-05-02 12:24:34 +03:00
|
|
|
"source.file.date.updated": "Last update",
|
|
|
|
"source.file.date.created": "Created",
|
2020-03-18 19:28:26 +03:00
|
|
|
"tabs.title": "Tabs",
|
2021-05-04 13:15:41 +03:00
|
|
|
"toc.title": "Table of contents",
|
|
|
|
"top.title": "Back to top"
|
2019-06-15 16:16:14 +03:00
|
|
|
}[key] }}{% endmacro %}
|