1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-12-20 11:25:57 +01:00
mkdocs-material/src/partials/language/zh.html

19 lines
654 B
HTML
Raw Normal View History

2017-10-23 08:27:29 +02:00
{% macro t(key) %}{{ {
2017-10-25 11:27:14 +02:00
"language": "zh",
2017-10-23 08:27:29 +02:00
"clipboard.copy": "复制",
"clipboard.copied": "粘贴",
"edit.link.title": "编辑此页",
"footer.previous": "后退",
"footer.next": "前进",
"meta.comments": "评论",
"meta.source": "来源",
"search.placeholder": "搜索",
"search.result.placeholder": "键入以开始搜索",
"search.result.none": "没有找到符合条件的结果",
"search.result.one": "找到 1 个符合条件的结果",
"search.result.other": "# 个符合条件的结果",
2017-10-23 08:43:19 +02:00
"search.tokenizer": "[\\。]+",
2017-10-23 08:27:29 +02:00
"source.link.title": "前往 Github 仓库",
"toc.title": "目录"
}[key] }}{% endmacro %}