ClickHouse/docs/tools/mkdocs-material-theme/partials/language/zh.html

25 lines
848 B
HTML
Raw 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",
"clipboard.copy": "复制",
"clipboard.copied": "已复制",
"edit.link.title": "编辑此页",
"footer.previous": "后退",
"footer.next": "前进",
"meta.comments": "评论",
"meta.source": "来源",
"nav.latest": "最新",
"nav.multi_page": "多页版本",
"nav.pdf": "PDF版本",
"nav.release": "发布",
"nav.single_page": "单页版本",
"nav.source": "ClickHouse源代码",
"search.placeholder": "搜索",
"search.result.placeholder": "键入以开始搜索",
"search.result.none": "没有找到符合条件的结果",
"search.result.one": "找到 1 个符合条件的结果",
"search.result.other": "# 个符合条件的结果",
"search.tokenizer": "[\\。]+",
"source.link.title": "前往 Github 仓库",
"toc.title": "目录"
}[key] }}{% endmacro %}