新增设置注册邮箱前缀最小位数
This commit is contained in:
@@ -27,7 +27,8 @@ const zh = {
|
||||
notExistEmailReply: '邮件不存在无法回复',
|
||||
pwdLengthLimit: '密码长度超出限制',
|
||||
emailLengthLimit: '邮箱长度超出限制',
|
||||
pwdMinLengthLimit: '密码不能小于6位',
|
||||
minEmailPrefix: '邮箱名不能小于{{msg}}位',
|
||||
pwdMinLength: '密码不能小于6位',
|
||||
notEmailDomain: '非法邮箱域名',
|
||||
emptyRegKey: '注册码不能为空',
|
||||
notExistRegKey: '注册码不存在',
|
||||
|
||||
Reference in New Issue
Block a user