summaryrefslogtreecommitdiff
path: root/public/vendor/select2/js/i18n/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/select2/js/i18n/vi.js')
-rwxr-xr-xpublic/vendor/select2/js/i18n/vi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/vendor/select2/js/i18n/vi.js b/public/vendor/select2/js/i18n/vi.js
deleted file mode 100755
index ae0c8910..00000000
--- a/public/vendor/select2/js/i18n/vi.js
+++ /dev/null
@@ -1 +0,0 @@
-(function(){if(window.define)var e=window.define;if(window.require)var t=window.require;if(window.jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd.define,t=jQuery.fn.select2.amd.require;e("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),t("jquery.select2"),jQuery.fn.select2.amd={define:e,require:t}})(); \ No newline at end of file