UNPKG
gen-jhipster
Version:
latest (9.0.0-R4)
9.0.0
9.0.0-R4
9.0.0-R2
9.0.0-R1
8.8.7
8.8.6
8.8.5
8.8.4
8.8.3
8.8.2
8.8.1
8.8.0
8.8.0-R8
8.8.0-R7
8.8.0-R6
8.8.0-R5
8.8.0-R4
8.8.0-R3
8.8.0-R2
8.8.0-R14
8.8.0-R13
8.8.0-R12
8.8.0-R11
8.8.0-R10
8.8.0-R1
Spring Boot + Angular/React/Vue in one handy generator
www.jhipster.tech
jhipster/gen-jhipster
gen-jhipster
/
dist
/
generators
/
languages
/
templates
/
src
/
main
/
webapp
/
i18n
/
zh-tw
/
login.json
20 lines
(19 loc)
•
487 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"login"
:
{
"title"
:
"登入"
,
"form"
:
{
"password"
:
"密碼"
,
"password.placeholder"
:
"您的密碼"
,
"rememberme"
:
"自動登入"
,
"button"
:
"登入"
}
,
"messages"
:
{
"error"
:
{
"authentication"
:
"<strong>登入失敗!</strong> 請檢查您的憑證再重試一次。"
}
}
,
"password"
:
{
"forgot"
:
"密碼忘了?"
}
}
}