mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-09 06:48:27 +00:00
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"title": "processing queue",
|
|
"stub": "nothing in the queue yet, just the 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"
|
|
}
|