diff options
author | Unknwon <u@gogs.io> | 2017-02-17 15:10:50 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-17 15:10:50 -0500 |
commit | 7e09d210ba421a1baf03ef7ba8770bebe8d28b72 (patch) | |
tree | 1d209f6175c3e4d7e21c4bda62e65db0ac4608f5 /conf/locale | |
parent | dab768212af15f4e671e5403ad3def455117f699 (diff) |
Initial version of protected branches (#776)
- Able to restrict force push and deletion
- Able to restrict direct push
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 28c60b4f..59b6abd8 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -639,6 +639,22 @@ settings.collaboration.admin = Admin settings.collaboration.write = Write settings.collaboration.read = Read settings.collaboration.undefined = Undefined +settings.branches = Branches +settings.default_branch = Default Branch +settings.default_branch_desc = The default branch is considered the "base" branch for code commits, pull requests and online editing. +settings.update = Update +settings.update_default_branch_success = Default branch of this repository has been updated successfully! +settings.protected_branches = Protected Branches +settings.protected_branches_desc = Protect branches from force pushing, accidental deletion and whitelist code committers. +settings.choose_a_branch = Choose a branch... +settings.branch_protection = Branch Protection +settings.branch_protection_desc = Please choose protect options for branch <b>%s</b>. +settings.protect_this_branch = Protect this branch +settings.protect_this_branch_desc = Disable force pushes and prevent from deletion. +settings.protect_require_pull_request = Require pull request instead direct pushing +settings.protect_require_pull_request_desc = Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request. +settings.protect_whitelist_committers = Whitelist who can push to this branch +settings.protect_whitelist_committers_desc = Add people or teams to whitelist of direct push to this branch. settings.hooks = Webhooks settings.githooks = Git Hooks settings.basic_settings = Basic Settings |