Files
dragonroll/frontend/i18n/locales/en.json
Aran Roig b69e571202
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 49s
Enough for today
2026-04-26 00:52:59 +02:00

16 lines
438 B
JSON

{
"windows": {
"login": "Login",
"register": "Register",
"example": "Example Window"
},
"login": {
"username": "Username",
"username-placeholder": "Enter your username here...",
"password": "Password",
"password-placeholder": "Enter your password...",
"log-in": "Log in",
"no-account": "You don't have an account?",
"register": "Register"
}
}