settings.protect_required_approvals_desc=Allow only to merge pull request with enough positive reviews.
settings.protect_approvals_whitelist_enabled=Restrict approvals to whitelisted users or teams
settings.protect_approvals_whitelist_enabled_desc=Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
settings.protect_approvals_whitelist_enabled_desc=Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
settings.protect_approvals_whitelist_teams=Whitelisted teams for reviews:
settings.add_protected_branch=Enable protection
@ -2028,6 +2028,7 @@ monitor.queue.name = Name
monitor.queue.type=Type
monitor.queue.exemplar=Exemplar Type
monitor.queue.numberworkers=Number of Workers
monitor.queue.maxnumberworkers=Max Number of Workers
monitor.queue.review=Review Config
monitor.queue.review_add=Review/Add Workers
monitor.queue.configuration=Initial Configuration
@ -2043,7 +2044,26 @@ monitor.queue.pool.addworkers.numberworkers.placeholder = Number of Workers
monitor.queue.pool.addworkers.timeout.placeholder=Set to 0 for no timeout
monitor.queue.pool.addworkers.mustnumbergreaterzero=Number of Workers to add must be greater than zero
monitor.queue.pool.addworkers.musttimeoutduration=Timeout must be a golang duration eg. 5m or be 0
monitor.queue.settings.title=Pool Settings
monitor.queue.settings.desc=Pools dynamically grow with a boost in response to their worker queue blocking. These changes will not affect current worker groups.