mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
ba1393fbbd
* Clean up docs folder by moving all build-related tools to subdirectory * Remove unused script * Remove unused script #2 * Some refactoring in concatenate.py * Rewrite build.sh in Python - Get rid of half of copypaste in yml files - Draft of redirects support * Actually include redirects.conf * copy conf too * Keep H1 the same in single page docs * fix some paths * Keep only pages index in yaml * Workaround for missing jQuery * Delay docs init
19 lines
657 B
HTML
19 lines
657 B
HTML
{% macro t(key) %}{{ {
|
||
"language": "zh",
|
||
"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": "# 个符合条件的结果",
|
||
"search.tokenizer": "[\,\。]+",
|
||
"source.link.title": "前往 Github 仓库",
|
||
"toc.title": "目录"
|
||
}[key] }}{% endmacro %}
|