summaryrefslogtreecommitdiff
path: root/i18n/jp.yaml
blob: c42d20ed33d7b36c84d2b0a14e70bc8d6624e033 (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, 'jp' is moved to `ja'
- 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('');
      }
    }