1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| #错误消息
| 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=
|
|