aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-08-14 19:28:19 +0000
committerGitHub <noreply@github.com>2022-08-14 20:28:19 +0100
commit4f56ab3bf3cb84dbaef3b196dd63a5e27a9b9899 (patch)
treee6785d07b37a0ca0fcefbbd9f4abf4b6c9df7037 /options
parentcf0fef2c305167a0119cd86770fe1f4ba0a81ef3 (diff)
downloadgitea-4f56ab3bf3cb84dbaef3b196dd63a5e27a9b9899.tar.gz
gitea-4f56ab3bf3cb84dbaef3b196dd63a5e27a9b9899.zip
Add missing translation for queue flush workers (#20791)
- Add a missing translation key and value for the flush worker indication - Resolves #20770
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 2330057f87..0e309279d2 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2895,6 +2895,7 @@ monitor.queue.nopool.title = No Worker Pool
monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
monitor.queue.wrapped.desc = A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
monitor.queue.persistable-channel.desc = A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
+monitor.queue.flush = Flush worker
monitor.queue.pool.timeout = Timeout
monitor.queue.pool.addworkers.title = Add Workers
monitor.queue.pool.addworkers.submit = Add Workers