![JAR search and dependency download from the Maven repository](/logo.png)
com.vaynberg.wicket.select2.res.select2_locale_ms.js Maven / Gradle / Ivy
/**
* Select2 Malay translation.
*
* Author: Kepoweran
* Author: Salahuddin Hairai
*/
(function ($) {
"use strict";
$.fn.select2.locales['ms'] = {
formatMatches: function (matches) { if (matches === 1) { return "Satu keputusan ditemui, tekan enter untuk memilih."; } return matches + " keputusan ditemui, gunakan kekunci anak panah ke atas dan ke bawah untuk menavigasi."; },
formatNoMatches: function () { return "Tiada padanan yang ditemui"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Sila masukkan " + n + " aksara lagi"; },
formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + n + " aksara"; },
formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; },
formatLoadMore: function (pageNumber) { return "Sedang memuatkan keputusan…"; },
formatSearching: function () { return "Mencari…"; }
};
$.extend($.fn.select2.defaults, $.fn.select2.locales['ms']);
})(jQuery);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy