Merge pull request 'Port of Refactor login page' (#4400) from 0ko/forgejo:ui-login-redesign into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4400 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
8acaa427d6
11 changed files with 177 additions and 161 deletions
|
@ -4,7 +4,7 @@ dashboard = Dashboard
|
|||
explore = Explore
|
||||
help = Help
|
||||
logo = Logo
|
||||
sign_in = Sign In
|
||||
sign_in = Sign in
|
||||
sign_in_with_provider = Sign in with %s
|
||||
sign_in_or = or
|
||||
sign_out = Sign Out
|
||||
|
@ -399,8 +399,6 @@ relevant_repositories = Only relevant repositories are being shown, <a href="%s"
|
|||
|
||||
[auth]
|
||||
create_new_account = Register account
|
||||
register_helper_msg = Already have an account? Sign in now!
|
||||
social_register_helper_msg = Already have an account? Link it now!
|
||||
disable_register_prompt = Registration is disabled. Please contact your site administrator.
|
||||
disable_register_mail = Email confirmation for registration is disabled.
|
||||
manual_activation_only = Contact your site administrator to complete activation.
|
||||
|
@ -408,7 +406,9 @@ remember_me = Remember this device
|
|||
remember_me.compromised = The login token is not valid anymore which may indicate a compromised account. Please check your account for unusual activities.
|
||||
forgot_password_title= Forgot password
|
||||
forgot_password = Forgot password?
|
||||
sign_up_now = Need an account? Register now.
|
||||
hint_login = Already have an account? <a href="%s">Sign in now!</a>
|
||||
hint_register = Need an account? <a href="%s">Register now.</a>
|
||||
sign_up_button = Register now.
|
||||
sign_up_successful = Account was successfully created. Welcome!
|
||||
confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If the email is incorrect, you can log in, and request another confirmation email to be sent to a different address.
|
||||
must_change_password = Update your password
|
||||
|
@ -440,10 +440,7 @@ use_scratch_code = Use a scratch code
|
|||
twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
|
||||
twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
|
||||
twofa_scratch_token_incorrect = Your scratch code is incorrect.
|
||||
login_userpass = Sign In
|
||||
tab_signin = Sign In
|
||||
tab_signup = Sign Up
|
||||
tab_openid = OpenID
|
||||
login_userpass = Sign in
|
||||
oauth_signup_tab = Register new account
|
||||
oauth_signup_title = Complete new account
|
||||
oauth_signup_submit = Complete account
|
||||
|
@ -473,6 +470,8 @@ sspi_auth_failed = SSPI authentication failed
|
|||
password_pwned = The password you chose is on a <a target="_blank" rel="noopener noreferrer" href="https://haveibeenpwned.com/Passwords">list of stolen passwords</a> previously exposed in public data breaches. Please try again with a different password and consider changing this password elsewhere too.
|
||||
password_pwned_err = Could not complete request to HaveIBeenPwned
|
||||
last_admin = You cannot remove the last admin. There must be at least one admin.
|
||||
back_to_sign_in = Back to Sign in
|
||||
sign_in_openid = Proceed with OpenID
|
||||
|
||||
[mail]
|
||||
view_it_on = View it on %s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue