ht-docker-mkdocs/material/partials/language/zh-Hant.html
2019-05-13 19:04:33 +02:00

21 lines
729 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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": "目錄"
}[key] }}{% endmacro %}