- updated chart.js to v2.9.3 - updated select2 to v4.0.12 - updated @babel/cli to v7.7.4 - updated @babel/core to v7.7.4 - updated @babel/plugin-external-helpers to v7.7.4 - updated @babel/preset-env to v7.7.4 - updated autoprefixer to v7.7.4 - updated css-loader to v3.2.1 - updated eslint to v6.7.2 - updated rollup to v1.27.8 - updated style-loader to v1.0.1 - updated terser to v4.4.2
3 lines
855 B
JavaScript
3 lines
855 B
JavaScript
/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */
|
|
|
|
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧습니다. "+(n.minimum-n.input.length)+" 글자 더 입력해주세요."},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(n){return"최대 "+n.maximum+"개까지만 선택 가능합니다."},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"},removeAllItems:function(){return"모든 항목 삭제"}}}),n.define,n.require}(); |