forked from kevadesu/forgejo
add admin op: delete missing repos
This commit is contained in:
parent
81d7359fdd
commit
efea642d6c
5 changed files with 51 additions and 5 deletions
|
@ -760,6 +760,8 @@ dashboard.delete_inactivate_accounts = Delete all inactive accounts
|
|||
dashboard.delete_inactivate_accounts_success = All inactivate accounts have been deleted successfully.
|
||||
dashboard.delete_repo_archives = Delete all repositories archives
|
||||
dashboard.delete_repo_archives_success = All repositories archives have been deleted successfully.
|
||||
dashboard.delete_missing_repos = Delete all repository records that lost Git files
|
||||
dashboard.delete_missing_repos_success = All repository records that lost Git files have been deleted successfully.
|
||||
dashboard.git_gc_repos = Do garbage collection on repositories
|
||||
dashboard.git_gc_repos_success = All repositories have done garbage collection successfully.
|
||||
dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non-Gogs keys will be lost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue