mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-15 23:36:37 +01:00
11 lines
333 B
JSON
11 lines
333 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.starting": "starting...",
|
|
"state.running.remux": "remuxing",
|
|
"state.running.fetch": "downloading"
|
|
}
|