更新前端文件
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Translated default messages for bootstrap-select.
|
||||
* Locale: IT (Italian; italiano)
|
||||
* Region: IT (Italy; Italia)
|
||||
* Author: Michele Beltrame <mb@cattlegrid.info>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nessuna selezione',
|
||||
noneResultsText: 'Nessun risultato per {0}',
|
||||
countSelectedText: 'Selezionati {0} di {1}',
|
||||
maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user