UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

15 lines (14 loc) 471 B
/* * Translated default messages for bootstrap-select. * Locale: ES (Spanish) * Region: CL (Chile) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'No hay selección', noneResultsText: 'No hay resultados {0}', countSelectedText: 'Seleccionados {0} de {1}', maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], multipleSeparator: ', ' }; })(jQuery);