🌐 fix slug and login page translations

This commit is contained in:
Manuel
2022-09-12 21:42:06 +02:00
parent eaef58751d
commit 7fc42a7579
6 changed files with 113 additions and 64 deletions

View File

@@ -0,0 +1,27 @@
{
"title": "Welcome back!",
"text": "Please enter the 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": "Password correct, redirecting you..."
},
"wrong": {
"title": "Password is wrong, please try again."
}
}
}