feat: Implement batch cancellation for audiobook processing with enhanced frontend progress display.

This commit is contained in:
2026-03-11 14:22:35 +08:00
parent a0047d5c29
commit b7b6f5ef8e
9 changed files with 146 additions and 10 deletions

View File

@@ -12,6 +12,7 @@
"characters_ready": "Awaiting Character Review",
"parsing": "Parsing Chapters",
"ready": "Ready",
"processing": "Processing",
"generating": "Generating",
"done": "Done",
"error": "Error"
@@ -63,6 +64,11 @@
"deleteSuccess": "Project deleted",
"allDoneToast": "\"{{title}}\" — all audio generation complete!",
"segmentsProgress": "{{done}} / {{total}} segments done",
"chaptersProgress": "Chapters parsed: {{parsed}} / {{total}}",
"chaptersParsing": "{{count}} parsing",
"chaptersError": "{{count}} error",
"cancelBatch": "✖ Cancel Batch",
"cancelledToast": "Cancel signal sent. Running tasks will finish then stop.",
"characters": {
"title": "Characters ({{count}})",