-
-
Notifications
You must be signed in to change notification settings - Fork 649
Expand file tree
/
Copy pathmultiple-select-zh-TW.min.js
More file actions
10 lines (9 loc) · 941 Bytes
/
Copy pathmultiple-select-zh-TW.min.js
File metadata and controls
10 lines (9 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
/**
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
*
* @version v2.3.1
* @homepage http://multiple-select.wenzhixin.net.cn
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";e.fn.multipleSelect.locales["zh-TW"]={formatSelectAll:()=>"[全選]",formatAllSelected:()=>"已選擇所有記錄",formatCountSelected:(e,t)=>`已從${t}條記錄中選擇${e}條`,formatNoMatchesFound:()=>"沒有找到記錄",formatFilterAll:()=>"全部",formatFilterSelected:()=>"已選擇",formatFilterUnselected:()=>"未選擇"},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["zh-TW"])}));