UNPKG
generator-luna
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
generate specific EHR application,it's built beyond the jhipster
generator-luna
/
generators
/
languages
/
templates
/
src
/
main
/
webapp
/
i18n
/
zh-cn
/
error.json
15 lines
(14 loc)
•
441 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"error"
:
{
"title"
:
"错误页面!"
,
"http"
:
{
"400"
:
"请求失败."
,
"403"
:
"您没有权限访问此页面."
,
"404"
:
"该页面不存在."
,
"405"
:
"不允许此方法访问页面."
,
"500"
:
"内部服务器错误."
}
,
"concurrencyFailure"
:
"出现并发提交. 您的提交被拒绝."
,
"validation"
:
"服务器校验失败."
}
}