| 123456789101112131415161718192021222324252627282930313233 |
- #错误消息
- not.null=
- user.jcaptcha.error=
- user.jcaptcha.expire=
- user.not.exists=
- user.password.not.match=
- user.password.retry.limit.count=
- user.password.retry.limit.exceed=
- user.password.delete=
- user.blocked=
- role.blocked=
- user.logout.success=
- length.not.valid=
- user.username.not.valid=
- user.password.not.valid=
- user.email.not.valid=
- user.mobile.phone.number.not.valid=
- user.login.success=
- user.register.success=register success
- user.notfound=
- user.unknown.error=
- ##文件上传消息
- upload.exceed.maxSize=
- upload.filename.exceed.length=
- ##权限
- no.permission=
- no.create.permission=
- no.update.permission=
- no.delete.permission=
- no.export.permission=
- no.view.permission=
|