hugo-book/i18n/zh.yaml

21 lines
348 B
YAML
Raw Permalink Normal View History

2019-11-09 23:23:06 +00:00
- id: Search
translation: 搜索
- id: Edit this page
translation: 编辑本页
2019-11-13 23:23:01 +00:00
2019-11-16 20:32:23 +00:00
- id: Last modified by
translation: 最后修改者
2019-11-16 20:32:23 +00:00
- id: Expand
translation: 展开
2019-11-13 23:23:01 +00:00
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}