summaryrefslogtreecommitdiff
path: root/i18n/ja.yaml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-07-15 20:51:11 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-07-15 20:51:11 +0200
commite91fa9024b072872dd069dbda08a094b7e2b647e (patch)
treeb258fd64ec6fcc47866d4c17dab001d65c0ff93a /i18n/ja.yaml
parent615400b3b74772d2b81fef17ab8773b6e9627692 (diff)
#243, Copy jp.yaml to ja.yaml
Diffstat (limited to 'i18n/ja.yaml')
-rw-r--r--i18n/ja.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
new file mode 100644
index 0000000..77f87be
--- /dev/null
+++ b/i18n/ja.yaml
@@ -0,0 +1,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('');
+ }
+ }