酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

defaults-it_IT.js 539 B

3 年前
123456789101112131415
  1. /*
  2. * Translated default messages for bootstrap-select.
  3. * Locale: IT (Italian; italiano)
  4. * Region: IT (Italy; Italia)
  5. * Author: Michele Beltrame <mb@cattlegrid.info>
  6. */
  7. (function ($) {
  8. $.fn.selectpicker.defaults = {
  9. noneSelectedText: 'Nessuna selezione',
  10. noneResultsText: 'Nessun risultato per {0}',
  11. countSelectedText: 'Selezionati {0} di {1}',
  12. maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']],
  13. multipleSeparator: ', '
  14. };
  15. })(jQuery);