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.

16 lines (15 loc) 633 B
/* * Translated default messages for bootstrap-select. * Locale: RU (Russian; Русский) * Region: RU (Russian Federation) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Ничего не выбрано', noneResultsText: 'Совпадений не найдено {0}', countSelectedText: 'Выбрано {0} из {1}', maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['items', 'item']], doneButtonText: 'Закрыть', multipleSeparator: ', ' }; })(jQuery);