mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/i18n/error/queue: add processing queue error strings
This commit is contained in:
parent
eeda4beb25
commit
bcad963c10
18
web/i18n/en/error/queue.json
Normal file
18
web/i18n/en/error/queue.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"no_final_file": "no final file output",
|
||||
"worker_didnt_start": "couldn't start a processing worker",
|
||||
"generic_error": "processing pipeline crashed, see console for details",
|
||||
|
||||
"fetch.bad_response": "couldn't access the file tunnel",
|
||||
"fetch.no_file_reader": "couldn't write a file to cache",
|
||||
"fetch.empty_tunnel": "file tunnel is empty, try again",
|
||||
"fetch.corrupted_file": "file wasn't downloaded fully, try again",
|
||||
|
||||
"ffmpeg.probe_failed": "couldn't probe this file, it may be unsupported or corrupted",
|
||||
"ffmpeg.out_of_memory": "not enough available memory, can't continue",
|
||||
"ffmpeg.no_input_format": "the file's format isn't supported",
|
||||
"ffmpeg.no_input_type": "the file's type isn't supported",
|
||||
"ffmpeg.crashed": "ffmpeg worker crashed, see console for details",
|
||||
"ffmpeg.no_render": "ffmpeg render is empty, something very odd happened",
|
||||
"ffmpeg.no_args": "ffmpeg worker didn't get required arguments"
|
||||
}
|
Loading…
Reference in New Issue
Block a user