mirror of
https://github.com/go-gitea/gitea
synced 2025-09-10 10:48:28 +00:00
Move organization's visibility change to danger zone. (#34814)
<img width="1185" alt="image" src="https://github.com/user-attachments/assets/d48c4db2-df7c-43b3-986c-62e042190a51" /> <img width="829" alt="image" src="https://github.com/user-attachments/assets/772b8a14-6837-41f2-9d78-9f0489ef1c7d" /> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -120,6 +120,7 @@ error404 = The page you are trying to reach either <strong>does not exist</stron
|
||||
error503 = The server could not complete your request. Please try again later.
|
||||
go_back = Go Back
|
||||
invalid_data = Invalid data: %v
|
||||
nothing_has_been_changed = Nothing has been changed.
|
||||
|
||||
never = Never
|
||||
unknown = Unknown
|
||||
@@ -2843,6 +2844,11 @@ settings.location = Location
|
||||
settings.permission = Permissions
|
||||
settings.repoadminchangeteam = Repository admin can add and remove access for teams
|
||||
settings.visibility = Visibility
|
||||
settings.change_visibility = Change Visibility
|
||||
settings.change_visibility_notices_1 = If the organization is converted to private, the repository stars will be removed and cannot be restored.
|
||||
settings.change_visibility_notices_2 = Non-members will lose access to the organization’s repositories if visibility is changed to private.
|
||||
settings.change_visibility_success = The visibility of organization %s has been successfully changed.
|
||||
settings.visibility_desc = Change who can view the organization and its repositories.
|
||||
settings.visibility.public = Public
|
||||
settings.visibility.limited = Limited (Visible to authenticated users only)
|
||||
settings.visibility.limited_shortname = Limited
|
||||
|
Reference in New Issue
Block a user