酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
524 B

  1. /*
  2. * Translated default messages for bootstrap-select.
  3. * Locale: ID (Indonesian; Bahasa Indonesia)
  4. * Region: ID (Indonesia)
  5. */
  6. (function ($) {
  7. $.fn.selectpicker.defaults = {
  8. noneSelectedText: 'Tidak ada yang dipilih',
  9. noneResultsText: 'Tidak ada yang cocok {0}',
  10. countSelectedText: '{0} terpilih',
  11. maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'],
  12. selectAllText: 'Pilih Semua',
  13. deselectAllText: 'Hapus Semua',
  14. multipleSeparator: ', '
  15. };
  16. })(jQuery);