messages_en_US.properties 676 B

123456789101112131415161718192021222324252627282930313233
  1. #错误消息
  2. not.null=
  3. user.jcaptcha.error=
  4. user.jcaptcha.expire=
  5. user.not.exists=
  6. user.password.not.match=
  7. user.password.retry.limit.count=
  8. user.password.retry.limit.exceed=
  9. user.password.delete=
  10. user.blocked=
  11. role.blocked=
  12. user.logout.success=
  13. length.not.valid=
  14. user.username.not.valid=
  15. user.password.not.valid=
  16. user.email.not.valid=
  17. user.mobile.phone.number.not.valid=
  18. user.login.success=
  19. user.register.success=register success
  20. user.notfound=
  21. user.unknown.error=
  22. ##文件上传消息
  23. upload.exceed.maxSize=
  24. upload.filename.exceed.length=
  25. ##权限
  26. no.permission=
  27. no.create.permission=
  28. no.update.permission=
  29. no.delete.permission=
  30. no.export.permission=
  31. no.view.permission=