feat: Add batch processing for audiobook chapters including parse, generate, and combined process actions.

This commit is contained in:
2026-03-11 14:08:09 +08:00
parent cd73871c64
commit a0047d5c29
10 changed files with 296 additions and 34 deletions

View File

@@ -57,6 +57,7 @@
"reanalyzeConfirm": "Re-analyzing will clear all character and chapter data. Continue?",
"analyzeStarted": "Analysis started",
"generateAll": "Generate Full Book",
"processAll": "⚡ Process All",
"downloadAll": "Download Full Book",
"deleteConfirm": "Delete project \"{{title}}\" and all its audio?",
"deleteSuccess": "Project deleted",
@@ -85,7 +86,9 @@
"chapters": {
"title": "Chapters ({{count}} total)",
"processAll": "Process All",
"processAll": "Process All",
"parseAll": "Batch Parse",
"generateAll": "Batch Generate",
"defaultTitle": "Chapter {{index}}",
"parse": "Parse Chapter",
"parsing": "Parsing",
@@ -96,6 +99,7 @@
"generateStarted": "Chapter {{index}} generation started",
"generateAllStarted": "Full book generation started",
"processAllStarted": "All tasks triggered",
"parseAllStarted": "Batch parsing started",
"doneBadge": "{{count}} segments done",
"segmentProgress": "{{done}}/{{total}} segments"
},