PHP Classes

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

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/jquery-validation/src/localization/messages_fa.js   Download  
File: public/asset/vendor/jquery-validation/src/localization/messages_fa.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,732 bytes
 

Contents

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