支持批量生成功能

This commit is contained in:
puke
2025-11-18 17:51:52 +08:00
parent dfa2f76c5b
commit 2ac03b4b48
5 changed files with 577 additions and 45 deletions

View File

@@ -320,7 +320,51 @@
"history.action.delete_confirm": "Confirm deletion? This action cannot be undone!",
"history.action.delete_success": "✅ Task deleted",
"history.action.delete_failed": "❌ Deletion failed: {error}",
"history.page_info": "Page {page} / {total_pages}"
"history.page_info": "Page {page} / {total_pages}",
"batch.mode_label": "🔢 Batch Generation Mode",
"batch.mode_help": "Generate multiple videos, one topic per line",
"batch.section_title": "Batch Topics Input",
"batch.section_generation": "📦 Batch Video Generation",
"batch.rules_title": "Batch Generation Rules",
"batch.rule_1": "Automatically use 'AI Generate Content' mode",
"batch.rule_2": "Enter one topic per line",
"batch.rule_3": "All videos use the same configuration (TTS, template, workflow, etc.)",
"batch.topics_label": "Batch Topics (one per line)",
"batch.topics_placeholder": "Why develop a reading habit\nHow to manage time efficiently\n5 secrets to healthy living\nBenefits of waking up early\nHow to overcome procrastination\nTechniques to stay focused\nEmotional management methods\nTips to improve memory\nBuilding good relationships\nWealth management basics",
"batch.topics_help": "One video topic per line, AI will generate content based on the topic",
"batch.count_success": "✅ Detected {count} topics",
"batch.count_error": "❌ Batch size exceeds limit (max 100), current: {count}",
"batch.preview_title": "📋 Preview Topic List",
"batch.title_prefix_label": "Title Prefix (optional)",
"batch.title_prefix_placeholder": "e.g., Knowledge Sharing",
"batch.title_prefix_help": "Final title format: {prefix} - {topic}, e.g., Knowledge Sharing - Why develop a reading habit",
"batch.n_scenes_label": "Scenes (unified for all videos)",
"batch.n_scenes_help": "Number of scenes per video, same setting for all videos",
"batch.n_scenes_caption": "Scenes: {n}",
"batch.config_info": "Other configurations: TTS voice, video template, image workflow, etc. will use the settings from the right panel, unified for all videos",
"batch.no_topics": "⚠️ Please enter batch topics on the left (one per line)",
"batch.prepare_info": "📊 Ready to generate {count} videos (using same configuration)",
"batch.estimated_time": "⏱️ Estimated time: about {minutes} minutes",
"batch.generate_button": "🚀 Batch Generate {count} Videos",
"batch.generate_help": "⚠️ Please keep the page open during batch generation, do not close the browser",
"batch.overall_progress": "Overall Progress",
"batch.current_task": "Current Task",
"batch.completed": "Batch generation completed!",
"batch.results_title": "📊 Batch Generation Results",
"batch.total": "Total",
"batch.success": "Success",
"batch.failed": "Failed",
"batch.total_time": "Total Time",
"batch.minutes": "m",
"batch.seconds": "s",
"batch.success_message": "✅ Batch generation completed! All videos have been saved to history.",
"batch.view_in_history": "💡 Tip: You can view all generated videos in the '📚 History' page.",
"batch.goto_history": "Go to History Page",
"batch.failed_list": "❌ Failed Tasks",
"batch.task": "Task",
"batch.error": "Error",
"batch.error_detail": "View detailed error stack"
}
}