Files
cobalt/web/i18n/en/queue.json
wukko c5d5ed161d web/i18n/queue: add state strings for encoding
it's "transcoding" cuz we never *encode* raw data
2025-04-30 21:33:35 +06:00

20 lines
619 B
JSON

{
"title": "processing queue",
"stub": "nothing here yet, just the two of us.\ntry {{ value }} something!",
"stub.fetch": "downloading",
"stub.remux": "remuxing",
"state.waiting": "queued",
"state.retrying": "retrying",
"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:"
}