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) 646 B
/* * Translated default messages for bootstrap-select. * Locale: PT (Portuguese; português) * Region: PT (Portugal; Portugal) * Author: Burnspirit <burnspirit@gmail.com> */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nenhum seleccionado', noneResultsText: 'Sem resultados contendo {0}', countSelectedText: 'Selecionado {0} de {1}', maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], multipleSeparator: ', ', selectAllText: 'Selecionar Tudo', deselectAllText: 'Desmarcar Todos' }; })(jQuery);