Files
cobalt/web/i18n/en/queue.json
wukko 5d7724762d
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
web: very early implementation of a fetch worker
2025-01-30 01:04:33 +06:00

12 lines
337 B
JSON

{
"title": "processing queue",
"stub": "nothing in the queue yet, only two of us.\ntry {{ value }} something!",
"stub.download": "downloading",
"stub.remux": "remuxing",
"state.waiting": "queued",
"state.starting": "starting...",
"state.running.remux": "remuxing",
"state.running.fetch": "downloading"
}