28 lines
519 B
JSON
28 lines
519 B
JSON
{
|
|
"title": "欢迎回来!",
|
|
"text": "请输入密码",
|
|
"form": {
|
|
"fields": {
|
|
"password": {
|
|
"label": "密码",
|
|
"placeholder": "你的密码"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "登录"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"checking": {
|
|
"title": "检查你的密码",
|
|
"message": "正在检查你的密码..."
|
|
},
|
|
"correct": {
|
|
"title": "密码正确,正在重定向..."
|
|
},
|
|
"wrong": {
|
|
"title": "密码错误,请重试。"
|
|
}
|
|
}
|
|
}
|