LocalCDN-Firefox-Chrome-Brave/resources/select2/3.5.4/select2_locale_tr.min.jsm

1 line
799 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(function($){"use strict";$.fn.select2.locales["tr"]={formatMatches:function(matches){if(matches===1){return"Sadece bir sonuç bulundu, seçmek için enter tuşuna basabilirsiniz."}return matches+" sonuç bulundu, yukarı ve aşağı tuşları ile seçebilirsiniz."},formatNoMatches:function(){return"Sonuç bulunamadı"},formatInputTooShort:function(input,min){var n=min-input.length;return"En az "+n+" karakter daha girmelisiniz"},formatInputTooLong:function(input,max){var n=input.length-max;return n+" karakter azaltmalısınız"},formatSelectionTooBig:function(limit){return"Sadece "+limit+" seçim yapabilirsiniz"},formatLoadMore:function(pageNumber){return"Daha fazla…"},formatSearching:function(){return"Aranıyor…"}};$.extend($.fn.select2.defaults,$.fn.select2.locales["tr"])})(jQuery);