更新前端文件
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Translated default messages for bootstrap-select.
|
||||
* Locale: CS
|
||||
* Region: CZ (Czech Republic)
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nic není vybráno',
|
||||
noneResultsText: 'Žádné výsledky {0}',
|
||||
countSelectedText: 'Označeno {0} z {1}',
|
||||
maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user