summaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
blob: ba91f48bb8f83364aab83cd5c4e32e1e05b35619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This should be removed in future, 'cn' is moved to `zh'
- id: Search
  translation: 搜索

- id: Edit this page
  translation: 编辑本页

- id: Last modified by
  translation: 最后修改者

- id: Expand
  translation: 展开

- id: bookSearchConfig
  translation: |
    {
      encode: false,
      tokenize: function(str) {
        return str.replace(/[\x00-\x7F]/g, '').split('');
      }
    }