Skip to content

Commit

Permalink
improve JP translation (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
twinbird authored Apr 17, 2020
1 parent a2f3bf1 commit 166fd01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/i18n/defaults-ja_JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: '何もが選択した',
noneResultsText: '\'{0}\'が結果を返さない',
countSelectedText: '{0}/{1}が選択した',
maxOptionsText: ['限界は達した({n}{var}最大)', '限界をグループは達した({n}{var}最大)', ['アイテム', 'アイテム']],
selectAllText: '全部を選択する',
deselectAllText: '何も選択しない',
noneSelectedText: '選択されていません',
noneResultsText: '\'{0}\'は見つかりません',
countSelectedText: '{0}/{1} 選択中',
maxOptionsText: ['選択上限数を超えています(最大{n}{var})', 'グループの選択上限数を超えています(最大{n}{var})', ['アイテム', 'アイテム']],
selectAllText: '全て選択',
deselectAllText: '選択をクリア',
multipleSeparator: ', '
};
})(jQuery);

0 comments on commit 166fd01

Please sign in to comment.