diff --git a/web/i18n/en/a11y/queue.json b/web/i18n/en/a11y/queue.json
new file mode 100644
index 00000000..08e243f1
--- /dev/null
+++ b/web/i18n/en/a11y/queue.json
@@ -0,0 +1,5 @@
+{
+ "status.default": "processing queue",
+ "status.completed": "processing queue. all tasks are completed.",
+ "status.ongoing": "processing queue. ongoing tasks."
+}
diff --git a/web/src/components/queue/ProcessingStatus.svelte b/web/src/components/queue/ProcessingStatus.svelte
index d53d9dc8..bd0a7223 100644
--- a/web/src/components/queue/ProcessingStatus.svelte
+++ b/web/src/components/queue/ProcessingStatus.svelte
@@ -1,19 +1,37 @@