summaryrefslogtreecommitdiff
path: root/i18n/jp.yaml
blob: 77f87becfd5ffa310fd47187162a69dc49e155fe (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('');
      }
    }