PHP Classes

File: public/asset/vendor/jquery-validation/src/localization/messages_kk.js

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/src/localization/messages_kk.js   Download  
File: public/asset/vendor/jquery-validation/src/localization/messages_kk.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 1,844 bytes
 

Contents

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