Files
homarr/public/locales/en/authentication/login.json
2023-01-13 11:10:09 +00:00

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."
}
}
}