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/he.js | |
parent | aa569551dc8a9dbc4159338e780f0b0efe23e093 (diff) |
Remove dependency on bower
Diffstat (limited to 'assets/vendor/select2/js/i18n/he.js')
-rwxr-xr-x | assets/vendor/select2/js/i18n/he.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/vendor/select2/js/i18n/he.js b/assets/vendor/select2/js/i18n/he.js new file mode 100755 index 00000000..76f0810a --- /dev/null +++ b/assets/vendor/select2/js/i18n/he.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/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})();
\ No newline at end of file |