28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"title": "Welcome back!",
|
|
"text": "Please enter your password",
|
|
"form": {
|
|
"fields": {
|
|
"password": {
|
|
"label": "Password",
|
|
"placeholder": "Your password"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Sign in"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"checking": {
|
|
"title": "Checking your password",
|
|
"message": "Your password is being checked..."
|
|
},
|
|
"correct": {
|
|
"title": "Sign in successful, redirecting..."
|
|
},
|
|
"wrong": {
|
|
"title": "The password you entered is incorrect, please try again."
|
|
}
|
|
}
|
|
}
|