mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated translation template
This commit is contained in:
parent
2bedaaae9f
commit
605e93e0cd
32
.github/ISSUE_TEMPLATE/translate.yml
vendored
32
.github/ISSUE_TEMPLATE/translate.yml
vendored
@ -24,16 +24,21 @@ body:
|
|||||||
{% macro t(key) %}{{ {
|
{% macro t(key) %}{{ {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"direction": "ltr",
|
"direction": "ltr",
|
||||||
|
"announce.dismiss": "Don't show this again",
|
||||||
"clipboard.copy": "Copy to clipboard",
|
"clipboard.copy": "Copy to clipboard",
|
||||||
"clipboard.copied": "Copied to clipboard",
|
"clipboard.copied": "Copied to clipboard",
|
||||||
"edit.link.title": "Edit this page",
|
"consent.accept": "Accept",
|
||||||
"footer.previous": "Previous",
|
"consent.manage": "Manage settings",
|
||||||
|
"consent.reject": "Reject",
|
||||||
|
"edit.link": "Edit this page",
|
||||||
|
"footer": "Footer",
|
||||||
"footer.next": "Next",
|
"footer.next": "Next",
|
||||||
"footer.title": "Footer",
|
"footer.previous": "Previous",
|
||||||
"header.title": "Header",
|
"header": "Header",
|
||||||
"meta.comments": "Comments",
|
"meta.comments": "Comments",
|
||||||
"meta.source": "Source",
|
"meta.source": "Source",
|
||||||
"nav.title": "Navigation",
|
"nav": "Navigation",
|
||||||
|
"search": "Search",
|
||||||
"search.placeholder": "Search",
|
"search.placeholder": "Search",
|
||||||
"search.share": "Share",
|
"search.share": "Share",
|
||||||
"search.reset": "Clear",
|
"search.reset": "Clear",
|
||||||
@ -45,16 +50,15 @@ body:
|
|||||||
"search.result.more.one": "1 more on this page",
|
"search.result.more.one": "1 more on this page",
|
||||||
"search.result.more.other": "# more on this page",
|
"search.result.more.other": "# more on this page",
|
||||||
"search.result.term.missing": "Missing",
|
"search.result.term.missing": "Missing",
|
||||||
"search.title": "Search",
|
"select.language": "Select language",
|
||||||
"select.language.title": "Select language",
|
"select.version": "Select version",
|
||||||
"select.version.title": "Select version",
|
"skip.link": "Skip to content",
|
||||||
"skip.link.title": "Skip to content",
|
|
||||||
"source.link.title": "Go to repository",
|
|
||||||
"source.file.date.updated": "Last update",
|
|
||||||
"source.file.date.created": "Created",
|
"source.file.date.created": "Created",
|
||||||
"tabs.title": "Tabs",
|
"source.file.date.updated": "Last update",
|
||||||
"toc.title": "Table of contents",
|
"source.link": "Go to repository",
|
||||||
"top.title": "Back to top"
|
"tabs": "Tabs",
|
||||||
|
"toc": "Table of contents",
|
||||||
|
"top": "Back to top"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
render: jinja
|
render: jinja
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user