diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-02-21 13:56:54 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-02-21 13:59:41 -0800 |
commit | e1849fb4c1f5617e65f32a245071be7eae89234a (patch) | |
tree | b4f810637950653070adad96b4f012aa142d4f7c /assets/vendor/select2/js/i18n/ar.js | |
parent | aa569551dc8a9dbc4159338e780f0b0efe23e093 (diff) |
Remove dependency on bower
Diffstat (limited to 'assets/vendor/select2/js/i18n/ar.js')
-rwxr-xr-x | assets/vendor/select2/js/i18n/ar.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/vendor/select2/js/i18n/ar.js b/assets/vendor/select2/js/i18n/ar.js new file mode 100755 index 00000000..62424099 --- /dev/null +++ b/assets/vendor/select2/js/i18n/ar.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.2 | 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,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 |