6c0dd6684b
This adds an actual banner that contains the version number and a link to the license to the top of the files. This closes https://github.com/select2/select2/issues/3118.
9 lines
1.3 KiB
JavaScript
9 lines
1.3 KiB
JavaScript
/*!
|
||
* Select2 4.0.0-rc.1 - Thu, 12 Mar 2015 00:26:05 GMT
|
||
* https://select2.github.io
|
||
*
|
||
* Released under the MIT license
|
||
* https://github.com/select2/select2/blob/master/LICENSE.md
|
||
*/
|
||
|
||
(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/uk",[],function(){function e(e,t,n,r){return e%100>10&&e%100<15?r:e%10===1?t:e%10>1&&e%10<5?n:r}return{errorLoading:function(){return"Неможливо завантажити результати"},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Будь ласка, видаліть "+n+" "+e(t.maximum,"літеру","літери","літер")},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Будь ласка, введіть "+t+" або більше літер"},loadingMore:function(){return"Завантаження інших результатів…"},maximumSelected:function(t){return"Ви можете вибрати лише "+t.maximum+" "+e(t.maximum,"пункт","пункти","пунктів")},noResults:function(){return"Нічого не знайдено"},searching:function(){return"Пошук…"}}}),t("jquery.select2"),jQuery.fn.select2.amd={define:e,require:t}})(); |