All Downloads are FREE. Search and download functionalities are using the official Maven repository.

select2-3.5.0.select2_locale_az.js Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
/**
 * Select2 Azerbaijani translation.
 *
 * Author: Farhad Safarov 
 */
(function ($) {
    "use strict";

    $.extend($.fn.select2.defaults, {
        formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
        formatNoMatches: function () { return "Nəticə tapılmadı"; },
        formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
        formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; },
        formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; },
        formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; },
        formatSearching: function () { return "Axtarılır…"; }
    });
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy