- 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
944 B
JavaScript
3 lines
944 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/lt",[],function(){function n(n,e,i,t){return n%10==1&&(n%100<11||n%100>19)?e:n%10>=2&&n%10<=9&&(n%100<11||n%100>19)?i:t}return{inputTooLong:function(e){var i=e.input.length-e.maximum,t="Pašalinkite "+i+" simbol";return t+=n(i,"į","ius","ių")},inputTooShort:function(e){var i=e.minimum-e.input.length,t="Įrašykite dar "+i+" simbol";return t+=n(i,"į","ius","ių")},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(e){var i="Jūs galite pasirinkti tik "+e.maximum+" element";return i+=n(e.maximum,"ą","us","ų")},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"},removeAllItems:function(){return"Pašalinti visus elementus"}}}),n.define,n.require}(); |