web/ProcessingQueueItem: state icons, localized strings, fix line break

This commit is contained in:
wukko
2025-01-26 01:34:56 +06:00
parent 73d2f45dae
commit c3cc6c09f4
6 changed files with 73 additions and 33 deletions

View File

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