Files
cobalt/web/i18n/en/queue.json
wukko 0b1637e986 web/i18n/queue: mux -> remux
all muxing that cobalt does is remuxing, this is simply more accurate
2025-04-20 19:05:30 +06:00

18 lines
523 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.running.remux": "remuxing",
"state.running.fetch": "downloading",
"estimated_storage_usage": "estimated storage usage:"
}