lasthourcloud/lang/en.json

31 lines
2.0 KiB
JSON
Raw Normal View History

2023-05-16 07:05:38 +00:00
{
"auth.login": "Login",
"auth.login.azure": "Login with Microsoft",
"auth.login.bitbucket": "Login with Bitbucket",
"auth.login.github": "Login with GitHub",
"auth.login.gitlab": "Login with Gitlab",
"auth.login.google": "Login with Google",
2023-06-01 10:15:33 +00:00
"auth.already_registered": "Already registered?",
"auth.confirm_password": "Confirm password",
"auth.forgot_password": "Forgot password",
2023-06-12 13:47:42 +00:00
"auth.forgot_password_send_email": "Send password reset email",
2024-03-20 14:46:59 +00:00
"auth.register_now": "Register",
2023-05-16 07:05:38 +00:00
"auth.logout": "Logout",
"auth.register": "Register",
2024-07-25 21:00:29 +00:00
"auth.registration_disabled": "Your registration is set to disabled. Please contact support@lasthourhosting.org for help.",
2023-06-01 10:15:33 +00:00
"auth.reset_password": "Reset password",
2023-05-16 07:05:38 +00:00
"auth.failed": "These credentials do not match our records.",
"auth.failed.callback": "Failed to process callback from login provider.",
2023-05-16 07:05:38 +00:00
"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 10:15:33 +00:00
"input.password.again": "Password again",
"input.code": "One-time code",
"input.recovery_code": "Recovery code",
2023-06-05 11:50:34 +00:00
"button.save": "Save",
2023-10-06 12:50:49 +00:00
"repository.url": "<span class='text-helper'>Examples</span><br>For Public repositories, use <span class='text-helper'>https://...</span>.<br>For Private repositories, use <span class='text-helper'>git@...</span>.<br><br>https://github.com/coollabsio/coolify-examples <span class='text-helper'>main</span> branch will be selected<br>https://github.com/coollabsio/coolify-examples/tree/nodejs-fastify <span class='text-helper'>nodejs-fastify</span> branch will be selected.<br>https://gitea.com/sedlav/expressjs.git <span class='text-helper'>main</span> branch will be selected.<br>https://gitlab.com/andrasbacsai/nodejs-example.git <span class='text-helper'>main</span> branch will be selected."
2023-10-06 11:52:15 +00:00
}