UNPKG

bootstrap-select

Version:

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

18 lines (17 loc) 680 B
/* * Translated default messages for bootstrap-select. * Locale: JA (Japanese; 日本語) * Region: JP (Japan) * Author: Richard Snijders (Flaxis) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: '選択されていません', noneResultsText: '\'{0}\'は見つかりません', countSelectedText: '{0}/{1} 選択中', maxOptionsText: ['選択上限数を超えています(最大{n}{var})', 'グループの選択上限数を超えています(最大{n}{var})', ['アイテム', 'アイテム']], selectAllText: '全て選択', deselectAllText: '選択をクリア', multipleSeparator: ', ' }; })(jQuery);