Skip to content

Commit 805c880

Browse files
committed
fix(i18n): Add japanese translation
1 parent c28c448 commit 805c880

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/js/i18n/ja.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,17 @@
6161
jsonNotArray: 'インポートしたJSONファイルには配列が含まれている必要があります。処理を中止します。'
6262
},
6363
pagination: {
64+
aria: {
65+
pageToFirst: '最初のページ',
66+
pageBack: '前のページ',
67+
pageSelected: '現在のページ',
68+
pageForward: '次のページ',
69+
pageToLast: '最後のページ'
70+
},
6471
sizes: '項目/ページ',
65-
totalItems: '項目'
72+
totalItems: '項目',
73+
through: 'から',
74+
of: '項目/全'
6675
}
6776
});
6877
return $delegate;

0 commit comments

Comments
 (0)