You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
366 B
YAML
21 lines
366 B
YAML
1 year ago
|
- 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('');
|
||
|
}
|
||
|
}
|