-
-
Notifications
You must be signed in to change notification settings - Fork 649
Expand file tree
/
Copy pathmultiple-select-ko-KR.min.js
More file actions
10 lines (9 loc) · 973 Bytes
/
Copy pathmultiple-select-ko-KR.min.js
File metadata and controls
10 lines (9 loc) · 973 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,l){"object"==typeof exports&&"undefined"!=typeof module?l(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],l):l((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";e.fn.multipleSelect.locales["ko-KR"]=e.fn.multipleSelect.locales.ko={formatSelectAll:()=>"[전체선택]",formatAllSelected:()=>"전체 선택됨",formatCountSelected:(e,l)=>`${e}/${l} 선택됨`,formatNoMatchesFound:()=>"검색 결과가 없습니다.",formatFilterAll:()=>"전체",formatFilterSelected:()=>"선택됨",formatFilterUnselected:()=>"선택 안됨"},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["ko-KR"])}));