diff options
Diffstat (limited to 'public/bower_components/select2/dist/js/i18n/ar.js')
-rw-r--r-- | public/bower_components/select2/dist/js/i18n/ar.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/bower_components/select2/dist/js/i18n/ar.js b/public/bower_components/select2/dist/js/i18n/ar.js new file mode 100644 index 0000000..63acd51 --- /dev/null +++ b/public/bower_components/select2/dist/js/i18n/ar.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/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum;return"الرجاء حذف "+t+" عناصر"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"الرجاء إضافة "+t+" عناصر"},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){return"تستطيع إختيار "+e.maximum+" بنود فقط"},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})();
\ No newline at end of file |