Skip to content

Commit

Permalink
fix(i18n): Add japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
haripo committed Feb 9, 2016
1 parent c28c448 commit 805c880
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/js/i18n/ja.js
Expand Up @@ -61,8 +61,17 @@
jsonNotArray: 'インポートしたJSONファイルには配列が含まれている必要があります。処理を中止します。'
},
pagination: {
aria: {
pageToFirst: '最初のページ',
pageBack: '前のページ',
pageSelected: '現在のページ',
pageForward: '次のページ',
pageToLast: '最後のページ'
},
sizes: '項目/ページ',
totalItems: '項目'
totalItems: '項目',
through: 'から',
of: '項目/全'
}
});
return $delegate;
Expand Down

0 comments on commit 805c880

Please sign in to comment.