28 lines
522 B
JSON
28 lines
522 B
JSON
{
|
|
"title": "欢迎回来!",
|
|
"text": "请输入密码",
|
|
"form": {
|
|
"fields": {
|
|
"password": {
|
|
"label": "密码",
|
|
"placeholder": "您的密码"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "登录"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"checking": {
|
|
"title": "检查您的密码",
|
|
"message": "正在检查您的密码..."
|
|
},
|
|
"correct": {
|
|
"title": "登录成功,正在跳转..."
|
|
},
|
|
"wrong": {
|
|
"title": "密码错误,请重新输入。"
|
|
}
|
|
}
|
|
}
|