Files
jshERP/erp_web/js/jquery-validation/1.16/localization/messages_zh_CN.js
2019-09-13 22:16:29 +08:00

1 line
1.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(function(a){a.extend(a.validator.messages,{required:"必填信息",remote:"请修正该信息",email:"请输入正确格式的电子邮件",url:"请输入合法的网址",date:"请输入合法的日期",dateISO:"请输入合法的日期 (YYYY-MM-DD).",number:"请输入合法的数值",digits:"请输入一个正整数",equalTo:"请再次输入相同的值",maxlength:a.validator.format("最多可以输入 {0} 个字符"),minlength:a.validator.format("最少要输入 {0} 个字符"),rangelength:a.validator.format("请输入长度在 {0} 到 {1} 之间的字符串"),range:a.validator.format("请输入范围在 {0} 到 {1} 之间的数值"),max:a.validator.format("请输入不大于 {0} 的数值"),min:a.validator.format("请输入不小于 {0} 的数值"),errorMessage:"您填写的信息有误,请根据提示修正。",userName:"登录账号只能包括中文字、英文字母、数字和下划线",realName:"姓名只能为2-30个汉字",abc:"请输入字母数字或下划线",noEqualTo:"请再次输入不同的值",mobile:"请正确填写您的手机号码只能是13,14,15,16,17,18,19号段",simplePhone:"请正确填写您的电话号码,固话为区号(3-4位)号码(7-9位)",phone:"请正确填写您的电话号码,固话为区号(3-4位)号码(7-9位),手机为13,14,15,16,17,18,19号段",zipCode:"请正确填写您的邮政编码",integer:"请输入一个整数",ipv4:"请输入一个有效的 IP v4 地址",ipv6:"请输入一个有效的 IP v6 地址",qq:"请正确填写您的QQ号码",idcard:"请输入正确的身份证号码(15-18位)"})}(jQuery));