Blame | Letzte Änderung | Log anzeigen | RSS feed
/** 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." )} );