Shadis/public/static/locales/en/common.json

28 lines
750 B
JSON
Executable File

{
"loginButton": "Log in",
"username": "Username",
"password": "Password",
"goto": "Go to page {{name}}",
"error": {
"loginGeneric": "Couldn't log you in",
"loginMissingData": "Username or password missing!",
"loginInvalidData": "Invalid username or password!",
"requestFile": "Can't access page \"{{id}}\"!",
"requestGeneric": "Couldn't execute request"
},
"notification": {
"error": "Uh-Oh:",
"warning": "Warning:",
"info": "Info:"
},
"hyperlinks": {
"about": "About",
"thirdParty": "Third-Party Notices",
"changeLanguage": "Change Language"
},
"notFound": {
"title": "Nothing to see here!",
"description": "This page has either been removed or never existed before."
}
}