web/i18n/error/queue: add processing queue error strings

This commit is contained in:
wukko 2025-05-14 15:33:00 +06:00
parent eeda4beb25
commit bcad963c10
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View 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"
}