PHP Classes

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

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

Contents

Class file image Download
/* * Translated default messages for the jQuery validation plugin. * Locale: VI (Vietnamese; Ti?ng Vi?t) */ $.extend( $.validator.messages, { required: "Hãy nh?p.", remote: "Hãy s?a cho ?úng.", email: "Hãy nh?p email.", url: "Hãy nh?p URL.", date: "Hãy nh?p ngày.", dateISO: "Hãy nh?p ngày (ISO).", number: "Hãy nh?p s?.", digits: "Hãy nh?p ch? s?.", creditcard: "Hãy nh?p s? th? tín d?ng.", equalTo: "Hãy nh?p thêm l?n n?a.", extension: "Ph?n m? r?ng không ?úng.", maxlength: $.validator.format( "Hãy nh?p t? {0} kí t? tr? xu?ng." ), minlength: $.validator.format( "Hãy nh?p t? {0} kí t? tr? lên." ), rangelength: $.validator.format( "Hãy nh?p t? {0} ??n {1} kí t?." ), range: $.validator.format( "Hãy nh?p t? {0} ??n {1}." ), max: $.validator.format( "Hãy nh?p t? {0} tr? xu?ng." ), min: $.validator.format( "Hãy nh?p t? {0} tr? lên." ) } );