支持批量生成功能
This commit is contained in:
@@ -320,7 +320,51 @@
|
||||
"history.action.delete_confirm": "确认删除该任务?此操作无法撤销!",
|
||||
"history.action.delete_success": "✅ 任务已删除",
|
||||
"history.action.delete_failed": "❌ 删除失败:{error}",
|
||||
"history.page_info": "第 {page} 页 / 共 {total_pages} 页"
|
||||
"history.page_info": "第 {page} 页 / 共 {total_pages} 页",
|
||||
|
||||
"batch.mode_label": "🔢 批量生成模式",
|
||||
"batch.mode_help": "批量生成多个视频,每行一个主题",
|
||||
"batch.section_title": "批量主题输入",
|
||||
"batch.section_generation": "📦 批量视频生成",
|
||||
"batch.rules_title": "批量生成规则",
|
||||
"batch.rule_1": "自动使用「AI 生成内容」模式",
|
||||
"batch.rule_2": "每行输入一个主题",
|
||||
"batch.rule_3": "所有视频使用相同的配置(TTS、模板、工作流等)",
|
||||
"batch.topics_label": "批量主题(每行一个)",
|
||||
"batch.topics_placeholder": "为什么要养成阅读习惯\n如何高效管理时间\n健康生活的5个秘诀\n早起的好处\n如何克服拖延症\n保持专注的技巧\n情绪管理的方法\n提升记忆力的窍门\n建立良好人际关系\n财富管理基础知识",
|
||||
"batch.topics_help": "每行一个视频主题,AI会根据主题自动生成文案",
|
||||
"batch.count_success": "✅ 识别到 {count} 个主题",
|
||||
"batch.count_error": "❌ 批量数量超过限制(最多100个),当前: {count}",
|
||||
"batch.preview_title": "📋 预览主题列表",
|
||||
"batch.title_prefix_label": "标题前缀(可选)",
|
||||
"batch.title_prefix_placeholder": "例如:知识分享",
|
||||
"batch.title_prefix_help": "最终标题格式:{标题前缀} - {主题},如:知识分享 - 为什么要养成阅读习惯",
|
||||
"batch.n_scenes_label": "分镜数(所有视频统一)",
|
||||
"batch.n_scenes_help": "每个视频的分镜数量,所有视频使用相同设置",
|
||||
"batch.n_scenes_caption": "分镜数:{n}",
|
||||
"batch.config_info": "其他配置:TTS语音、视频模板、图像工作流等配置将使用右侧栏的设置,所有视频统一",
|
||||
"batch.no_topics": "⚠️ 请先在左侧输入批量主题(每行一个)",
|
||||
"batch.prepare_info": "📊 准备生成 {count} 个视频(使用相同配置)",
|
||||
"batch.estimated_time": "⏱️ 预估总耗时: 约 {minutes} 分钟",
|
||||
"batch.generate_button": "🚀 批量生成 {count} 个视频",
|
||||
"batch.generate_help": "⚠️ 批量生成期间请保持页面打开,不要关闭浏览器",
|
||||
"batch.overall_progress": "整体进度",
|
||||
"batch.current_task": "当前任务",
|
||||
"batch.completed": "批量生成完成!",
|
||||
"batch.results_title": "📊 批量生成结果",
|
||||
"batch.total": "总数",
|
||||
"batch.success": "成功",
|
||||
"batch.failed": "失败",
|
||||
"batch.total_time": "总耗时",
|
||||
"batch.minutes": "分",
|
||||
"batch.seconds": "秒",
|
||||
"batch.success_message": "✅ 批量生成完成!所有视频已保存到历史记录。",
|
||||
"batch.view_in_history": "💡 提示:可以在「📚 历史记录」页面查看所有生成的视频。",
|
||||
"batch.goto_history": "前往历史记录页面",
|
||||
"batch.failed_list": "❌ 失败的任务",
|
||||
"batch.task": "任务",
|
||||
"batch.error": "错误信息",
|
||||
"batch.error_detail": "查看详细错误堆栈"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user