mirror of https://github.com/gogs/gogs.git
parent
1cfdd1283a
commit
7da5d83d6e
|
@ -236,10 +236,10 @@ enterred_invalid_repo_name = Please make sure that the repository name you enter
|
||||||
enterred_invalid_owner_name = Please make sure that the owner name you entered is correct.
|
enterred_invalid_owner_name = Please make sure that the owner name you entered is correct.
|
||||||
enterred_invalid_password = Please make sure the that password you entered is correct.
|
enterred_invalid_password = Please make sure the that password you entered is correct.
|
||||||
user_not_exist = Given user does not exist.
|
user_not_exist = Given user does not exist.
|
||||||
last_org_owner = Removing the last user from a owner team isn't allowed, as there must always be at least one owner in any given organization.
|
last_org_owner = Removing the last remaining user from an owner team is not allowed, as an organization must always have at least one owner.
|
||||||
|
|
||||||
invalid_ssh_key = Sorry, verification of your SSH key failed: %s
|
invalid_ssh_key = Sorry, verification of your SSH key failed: %s
|
||||||
unable_verify_ssh_key = Gogs cannot verify your SSH key, but we assume that it is valid, please double-check it.
|
unable_verify_ssh_key = Gogs cannot verify your SSH key, but it's assumed to be valid. Please double-check it.
|
||||||
auth_failed = Authentication failed: %v
|
auth_failed = Authentication failed: %v
|
||||||
|
|
||||||
still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first.
|
still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first.
|
||||||
|
@ -300,7 +300,7 @@ old_password = Current Password
|
||||||
new_password = New Password
|
new_password = New Password
|
||||||
retype_new_password = Retype New Password
|
retype_new_password = Retype New Password
|
||||||
password_incorrect = Current password is not correct.
|
password_incorrect = Current password is not correct.
|
||||||
change_password_success = Your password was successfully changed. You can now sign using this new password.
|
change_password_success = Your password was successfully changed and can now be used for logging in.
|
||||||
password_change_disabled = Non-local type users are not allowed to change their password.
|
password_change_disabled = Non-local type users are not allowed to change their password.
|
||||||
|
|
||||||
emails = Email Addresses
|
emails = Email Addresses
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue