aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/select2/dist/js/i18n/vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bower_components/select2/dist/js/i18n/vi.js')
-rw-r--r--public/bower_components/select2/dist/js/i18n/vi.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/bower_components/select2/dist/js/i18n/vi.js b/public/bower_components/select2/dist/js/i18n/vi.js
new file mode 100644
index 0000000..8c0a4f2
--- /dev/null
+++ b/public/bower_components/select2/dist/js/i18n/vi.js
@@ -0,0 +1,3 @@
+/*! Select2 4.0.5 | 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/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…"}}}),{define:e.define,require:e.require}})(); \ No newline at end of file