lasthourcloud/lang/en.json

18 lines
785 B
JSON
Raw Normal View History

2023-05-16 07:05:38 +00:00
{
"auth.login": "Login",
2023-05-25 12:05:44 +00:00
"auth.already-registered": "Already registered?",
"auth.register-now": "Register now!",
2023-05-16 07:05:38 +00:00
"auth.logout": "Logout",
"auth.register": "Register",
2023-06-01 06:19:33 +00:00
"auth.registration_disabled": "Registration is disabled. Please contact the administrator.",
2023-05-16 07:05:38 +00:00
"auth.reset_password": "Reset Password",
"auth.failed": "These credentials do not match our records.",
"auth.failed.password": "The provided password is incorrect.",
"auth.failed.email": "We can't find a user with that e-mail address.",
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
"input.name": "Name",
"input.email": "Email",
"input.password": "Password",
2023-05-25 12:05:44 +00:00
"input.password.again": "Password Again",
"button.save": "Save"
}