From c5d5ed161d798889e8bb2084ece136d73afa2f92 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 30 Apr 2025 21:29:43 +0600 Subject: [PATCH] web/i18n/queue: add state strings for encoding it's "transcoding" cuz we never *encode* raw data --- web/i18n/en/queue.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/i18n/en/queue.json b/web/i18n/en/queue.json index c8a4f647..f33aada8 100644 --- a/web/i18n/en/queue.json +++ b/web/i18n/en/queue.json @@ -10,8 +10,10 @@ "state.starting": "starting", "state.starting.fetch": "starting downloading", "state.starting.remux": "starting remuxing", + "state.starting.encode": "starting transcoding", "state.running.remux": "remuxing", "state.running.fetch": "downloading", + "state.running.encode": "transcoding", "estimated_storage_usage": "estimated storage usage:" }