summaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
blob: 6f326d132acc0856c350dba10e01366db397f32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- 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('');
      }
    }