diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 3ce998e34b..b89a423ed1 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -221,8 +221,6 @@ still_own_repo = Your account still has ownership over at least one repository, still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first. org_still_own_repo = This organization still has ownership of repositories, you must delete or transfer them first. -still_own_user = This authentication is still in use by at least one user, please remove them from the authentication and try again. - target_branch_not_exist = Target branch does not exist. [user] @@ -615,6 +613,9 @@ settings.transfer_succeed = Repository ownership has been transferred successful settings.confirm_delete = Confirm Deletion settings.add_collaborator = Add New Collaborator settings.add_collaborator_success = New collaborator has been added. +settings.delete_collaborator = Delete +settings.collaborator_deletion = Collaborator Deletion +settings.collaborator_deletion_desc = This user will no longer have collaboration access to this repository after deletion. Do you want to continue? settings.remove_collaborator_success = Collaborator has been removed. settings.search_user_placeholder = Search user... settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator. @@ -949,6 +950,7 @@ auths.update = Update Authentication Setting auths.delete = Delete This Authentication auths.delete_auth_title = Authentication Deletion auths.delete_auth_desc = This authentication is going to be deleted, do you want to continue? +auths.still_in_used = This authentication is still used by some users, please delete or convert these users to another login type first. auths.deletion_success = Authentication has been deleted successfully! config.server_config = Server Configuration |