diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-27 16:56:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-27 16:56:10 +0200 |
commit | a4b7b6795ec4bf428ff2bdcfcf677273bb24b6cd (patch) | |
tree | 0b2da15f9a9dbab4c0ef0432c57171ca56397460 /ishtar_common/static/select2/js/i18n/th.js | |
parent | 6e81fe7da4520cb852ea7cb580317513a4eca76a (diff) | |
download | Ishtar-a4b7b6795ec4bf428ff2bdcfcf677273bb24b6cd.tar.bz2 Ishtar-a4b7b6795ec4bf428ff2bdcfcf677273bb24b6cd.zip |
JS: new version of select2
Diffstat (limited to 'ishtar_common/static/select2/js/i18n/th.js')
-rw-r--r-- | ishtar_common/static/select2/js/i18n/th.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/static/select2/js/i18n/th.js b/ishtar_common/static/select2/js/i18n/th.js new file mode 100644 index 000000000..097a86c69 --- /dev/null +++ b/ishtar_common/static/select2/js/i18n/th.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})();
\ No newline at end of file |