forked from verdnatura/salix-front
32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"globals": {
|
|
"lang": {
|
|
"es": "Spanish",
|
|
"en": "English"
|
|
},
|
|
"pages": {
|
|
"logIn": "Log In"
|
|
}
|
|
},
|
|
"errors": {
|
|
"statusUnauthorized": "Access denied",
|
|
"statusInternalServerError": "An internal server error has ocurred"
|
|
},
|
|
"login": {
|
|
"title": "Login",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"submit": "Log in",
|
|
"keepLogin": "Keep me logged in",
|
|
"loginSuccess": "You have successfully logged in",
|
|
"loginError": "Invalid username or password"
|
|
},
|
|
"customer": {},
|
|
"components": {
|
|
"topbar": {},
|
|
"userPanel": {
|
|
"settings": "Settings",
|
|
"logOut": "Log Out"
|
|
}
|
|
}
|
|
} |