summaryrefslogtreecommitdiff
path: root/i18n/zh-TW.yaml
blob: 7ed7f3af5b700068b6caa18e665a2ae1ca4d1df3 (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('');
      }
    }