Files
dragonroll/frontend/i18n/locales/en/login.json
BinarySandia04 76bb9fbb30
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 36s
A lot of progress
2026-04-28 00:20:15 +02:00

15 lines
486 B
JSON

{
"username": "Username or email",
"username-placeholder": "Enter your username or email here...",
"password": "Password",
"password-placeholder": "Enter your password...",
"log-in": "Log in",
"no-account": "You don't have an account?",
"register": "Register",
"errors": {
"invalid-credentials": "Invalid username/email or password.",
"params": "Please enter both username/email and password."
},
"success": "Login successful!"
}