mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-05 14:48:07 +00:00
Require additional user confirmation for making repo private (#36959)
To align with how GitHub requires additional explicit user interaction to make a repo private, including informing them of implications on what happens if they do. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -969,7 +969,6 @@
|
||||
"repo.visibility_description": "Only the owner or the organization members if they have rights, will be able to see it.",
|
||||
"repo.visibility_helper": "Make repository private",
|
||||
"repo.visibility_helper_forced": "Your site administrator forces new repositories to be private.",
|
||||
"repo.visibility_fork_helper": "(Changing this will affect all forks.)",
|
||||
"repo.clone_helper": "Need help cloning? Visit <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Help</a>.",
|
||||
"repo.fork_repo": "Fork Repository",
|
||||
"repo.fork_from": "Fork From",
|
||||
@@ -2174,7 +2173,8 @@
|
||||
"repo.settings.transfer_abort_invalid": "You cannot cancel a non existent repository transfer.",
|
||||
"repo.settings.transfer_abort_success": "The repository transfer to %s was successfully canceled.",
|
||||
"repo.settings.transfer_desc": "Transfer this repository to a user or to an organization for which you have administrator rights.",
|
||||
"repo.settings.transfer_form_title": "Enter the repository name as confirmation:",
|
||||
"repo.settings.enter_repo_name_to_confirm": "Enter the repository name as confirmation:",
|
||||
"repo.settings.enter_repo_full_name_to_confirm": "Enter the full repository name (owner/name) as confirmation:",
|
||||
"repo.settings.transfer_in_progress": "There is currently an ongoing transfer. Please cancel it if you would like to transfer this repository to another user.",
|
||||
"repo.settings.transfer_notices_1": "- You will lose access to the repository if you transfer it to an individual user.",
|
||||
"repo.settings.transfer_notices_2": "- You will keep access to the repository if you transfer it to an organization that you (co-)own.",
|
||||
@@ -2477,7 +2477,10 @@
|
||||
"repo.settings.visibility.private.text": "Changing the visibility to private will make the repo visible only to allowed members and may remove the relationship between it and existing forks, watchers, and stars.",
|
||||
"repo.settings.visibility.private.bullet_title": "<strong>Changing the visibility to private will:</strong>",
|
||||
"repo.settings.visibility.private.bullet_one": "Make the repo visible only to allowed members.",
|
||||
"repo.settings.visibility.private.bullet_two": "May remove the relationship between it and <strong>forks</strong>, <strong>watchers</strong>, and <strong>stars</strong>.",
|
||||
"repo.settings.visibility.private.bullet_two": "Apply the visibility to its forks, and remove the <strong>watchers</strong> and <strong>stars</strong>.",
|
||||
"repo.settings.visibility.private.stats_stars": "This repository has <strong>%d</strong> star(s) that may be lost.",
|
||||
"repo.settings.visibility.private.stats_watchers": "This repository has <strong>%d</strong> watcher(s) that may be lost.",
|
||||
"repo.settings.visibility.private.stats_forks": "This repository has <strong>%d</strong> fork(s) that are associated.",
|
||||
"repo.settings.visibility.public.button": "Make Public",
|
||||
"repo.settings.visibility.public.text": "Changing the visibility to public will make the repo visible to anyone.",
|
||||
"repo.settings.visibility.public.bullet_title": "<strong>Changing the visibility to public will:</strong>",
|
||||
|
||||
Reference in New Issue
Block a user