PHP Classes

File: public/js/plugins/validate/localization/messages_vi.js

Recommend this page to a friend!
  Classes of carlos carvalho  >  COC Framework  >  public/js/plugins/validate/localization/messages_vi.js  >  Download  
File: public/js/plugins/validate/localization/messages_vi.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: COC Framework
Web application development MVC framework
Author: By
Last change:
Date: 5 years ago
Size: 934 bytes
 

Contents

Class file image Download
/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: VI (Vietnamese)
 */
jQuery.extend(jQuery.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.",
 accept: "Ph?n m? r?ng không ?úng.",
 maxlength: jQuery.format("Hãy nh?p t? {0} kí t? tr? xu?ng."),
 minlength: jQuery.format("Hãy nh?p t? {0} kí t? tr? lên."),
 rangelength: jQuery.format("Hãy nh?p t? {0} ??n {1} kí t?."),
 range: jQuery.format("Hãy nh?p t? {0} ??n {1}."),
 max: jQuery.format("Hãy nh?p t? {0} tr? xu?ng."),
 min: jQuery.format("Hãy nh?p t? {1} tr? lên.")
});
For more information send a message to info at phpclasses dot org.