1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
- {#-
- This file was automatically generated - do not edit
- -#}
- {% macro t(key) %}{{ {
- "language": "en",
- "direction": "ltr",
- "announce.dismiss": "Don't show this again",
- "clipboard.copy": "Copy to clipboard",
- "clipboard.copied": "Copied to clipboard",
- "consent.accept": "Accept",
- "consent.manage": "Manage settings",
- "consent.reject": "Reject",
- "edit.link.title": "Edit this page",
- "footer.previous": "Previous",
- "footer.next": "Next",
- "footer.title": "Footer",
- "header.title": "Header",
- "meta.comments": "Comments",
- "meta.source": "Source",
- "nav.title": "Navigation",
- "search.config.lang": "en",
- "search.config.pipeline": "trimmer, stopWordFilter",
- "search.config.separator": "[\\s\\-]+",
- "search.placeholder": "Search the docs...",
- "search.share": "Share",
- "search.reset": "Clear",
- "search.result.initializer": "Initializing 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",
- "search.result.more.one": "1 more on this page",
- "search.result.more.other": "# more on this page",
- "search.result.term.missing": "Missing",
- "search.title": "Search",
- "select.language.title": "Select language",
- "select.version.title": "Select version",
- "skip.link.title": "Skip to content",
- "source.link.title": "Go to repository",
- "source.file.date.updated": "Last update",
- "source.file.date.created": "Created",
- "tabs.title": "Tabs",
- "toc.title": "Table of contents",
- "top.title": "Back to top"
- }[key] }}{% endmacro %}
|