mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
f08f2fbf65
* #1350 update base template to include git revision date * #1350 add localized revision date * #1350 support for v0.3 of mkdocs-git-revision-date-localized-plugin * #1350 add translations for source.revision.date
25 lines
824 B
HTML
25 lines
824 B
HTML
{#-
|
||
This file was automatically generated - do not edit
|
||
-#}
|
||
{% macro t(key) %}{{ {
|
||
"language": "zh-Hant",
|
||
"clipboard.copy": "拷貝",
|
||
"clipboard.copied": "已拷貝",
|
||
"edit.link.title": "編輯此頁",
|
||
"footer.previous": "上一頁",
|
||
"footer.next": "下一頁",
|
||
"meta.comments": "評論",
|
||
"meta.source": "來源",
|
||
"search.language": "ja",
|
||
"search.placeholder": "搜尋",
|
||
"search.result.placeholder": "鍵入以開始檢索",
|
||
"search.result.none": "沒有找到符合條件的結果",
|
||
"search.result.one": "找到 1 个符合條件的結果",
|
||
"search.result.other": "# 個符合條件的結果",
|
||
"search.tokenizer": "[\,\。]+",
|
||
"skip.link.title": "跳轉至",
|
||
"source.link.title": "前往 Github 倉庫",
|
||
"toc.title": "目錄",
|
||
"last.update": "最後更新"
|
||
}[key] }}{% endmacro %}
|