18 lines
522 B
JSON
18 lines
522 B
JSON
{
|
|
"title": "processing queue",
|
|
"stub": "nothing here yet, just the two of us.\ntry {{ value }} something!",
|
|
"stub.download": "downloading",
|
|
"stub.remux": "remuxing",
|
|
|
|
"state.waiting": "queued",
|
|
"state.retrying": "retrying",
|
|
|
|
"state.starting": "starting",
|
|
"state.starting.fetch": "starting downloading",
|
|
"state.starting.remux": "starting muxing",
|
|
|
|
"state.running.remux": "muxing",
|
|
"state.running.fetch": "downloading",
|
|
"estimated_storage_usage": "estimated storage usage:"
|
|
}
|