/*
* Translated default messages for the jQuery validation plugin.
* Locale: KK
*/
jQuery.extend(jQuery.validator.messages, {
required: "??? ?????? ???????? ????? ??????????.",
remote: "????? ?????? ???????????? ????????.",
email: "????? ?????????? ?????????? ???????????? ????????.",
url: "????? URL-?? ???????????? ????????.",
date: "????? URL-?? ???????????? ????????.",
dateISO: "????? ISO ?????????? ?????? ??????? ???????????? ????????.",
number: "????? ???????????? ????????.",
digits: "??? ???? ???????? ???????????? ????????.",
creditcard: "????? ?????????? ??????? ????? ???????????? ????????.",
equalTo: "??? ????? ????? ???????????? ????????.",
accept: "??????? ????????? ????? ????????.",
maxlength: jQuery.format("???????? {0} ????????? ??? ????????."),
minlength: jQuery.format("???????? {0} ????????? ?? ????????."),
rangelength: jQuery.format("???????? {0}-{1} ????? ??? ???????????? ????????."),
range: jQuery.format("??????????, ??????? ????? ?? {0} ?? {1}. - {0} - {1} ????? ???????????? ????????."),
max: jQuery.format("{0} ?? ?????? ??? ????? ??????????? ????????."),
min: jQuery.format("{0} ??? ?????? ??? ????? ???????????? ????????.")
});
|