bootstrap-select.zh-CN.js 975 Bytes
/*
 * Translated default messages for bootstrap-select.
 * Locale: ES (Spanish)
 * Region: CL (Chile)
 */
(function($) {
    $.fn.selectpicker.defaults = {
        style: 'btn-default',
        size: 'auto',
        title: null,
        selectedTextFormat : 'values',
        noneSelectedText : '未选择任何选项',
        noneResultsText : '没有找到匹配的内容',
        countSelectedText: '选择了{1}中的{0}个选项',
        maxOptionsText: ['超过了最大值 ({n} {var} max)', '超过了最大的组选择限制 ({n} {var} max)', ['items','item']],
        width: false,
        container: false,
        hideDisabled: false,
        showSubtext: false,
        showIcon: true,
        showContent: true,
        dropupAuto: true,
        header: false,
        liveSearch: false,
        actionsBox: false,
        multipleSeparator: ', ',
        iconBase: 'glyphicon',
        tickIcon: 'glyphicon-ok',
        maxOptions: false
    };
}(jQuery));