aboutsummaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
blob: 52e80c5706cebc9b331239ff0844befc04b38d75 (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: Edit this page

- id: Last modified by
  translation: Last modified by

- id: Expand
  translation: Expand

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