All checks were successful
Build and Deploy Nuxt / build (push) Successful in 49s
16 lines
438 B
JSON
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"
|
|
}
|
|
} |