coolify/lang/en.json

24 lines
1.3 KiB
JSON
Raw Normal View History

2023-05-16 09:05:38 +02:00
{
"auth.login": "Login",
2023-06-01 12:15:33 +02:00
"auth.already_registered": "Already registered?",
"auth.confirm_password": "Confirm password",
"auth.forgot_password": "Forgot password",
2023-06-12 15:47:42 +02:00
"auth.forgot_password_send_email": "Send password reset email",
2023-06-07 10:33:45 +02:00
"auth.register_now": "Register a new account",
2023-05-16 09:05:38 +02:00
"auth.logout": "Logout",
"auth.register": "Register",
2023-06-01 08:19:33 +02:00
"auth.registration_disabled": "Registration is disabled. Please contact the administrator.",
2023-06-01 12:15:33 +02:00
"auth.reset_password": "Reset password",
2023-05-16 09:05:38 +02:00
"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-06-01 12:15:33 +02:00
"input.password.again": "Password again",
"input.code": "One-time code",
"input.recovery_code": "Recovery code",
2023-06-05 13:50:34 +02:00
"button.save": "Save",
"repository.url": "<span class='text-helper'>Examples</span><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>main</span> branch will be selected<br><br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nodejs-fastify</span> branch will be selected"
2023-05-25 14:05:44 +02:00
}