Files
AI-Video/web/i18n/locales/zh_CN.json
2025-11-18 17:51:56 +08:00

371 lines
20 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"language_name": "简体中文",
"t": {
"app.title": "⚡ Pixelle-Video - AI 全自动短视频引擎",
"app.subtitle": "Pixelle.AI 提供支持",
"section.content_input": "📝 视频脚本",
"section.bgm": "🎵 背景音乐",
"section.tts": "🎤 配音合成",
"section.image": "🎨 插图生成",
"section.video": "🎬 视频生成",
"section.media": "🎨 媒体生成",
"section.template": "📐 分镜模板",
"section.video_generation": "🎬 生成视频",
"input_mode.topic": "💡 主题",
"input_mode.custom": "✍️ 自定义内容",
"mode.generate": "💡 AI 创作",
"mode.fixed": "✍️ 自行创作",
"input.topic": "主题",
"input.topic_placeholder": "AI 自动创作指定数量的旁白\n例如如何增加被动收入、How to build passive income",
"input.topic_help": "输入一个主题AI 将根据主题生成内容",
"input.text": "文本输入",
"input.text_help_generate": "输入主题或话题AI 将创作旁白)",
"input.text_help_fixed": "输入完整的旁白脚本(直接使用,不做改写,每行一个旁白)",
"input.content": "内容",
"input.content_placeholder": "直接使用,不做改写,每行一个旁白\n例如\n大家好今天跟你分享三个学习技巧\n第一个技巧是专注力训练每天冥想10分钟\n第二个技巧是主动回忆学完立即复述",
"input.content_help": "提供您自己的内容用于视频生成",
"input.title": "标题(可选)",
"input.title_placeholder": "视频标题(留空则自动生成)",
"input.title_help": "可选:自定义视频标题",
"voice.title": "🎤 语音选择",
"voice.male_professional": "🎤 男声-专业",
"voice.male_young": "🎙️ 男声-年轻",
"voice.female_gentle": "🎵 女声-温柔",
"voice.female_energetic": "🎶 女声-活力",
"voice.preview": "▶ 试听语音",
"voice.previewing": "正在生成语音预览...",
"voice.preview_failed": "预览失败:{error}",
"style.workflow": "工作流选择",
"style.workflow_what": "决定视频中每帧插图的生成方式和效果(如使用 FLUX、SD 等模型)",
"style.workflow_how": "将导出的 image_xxx.json 工作流文件API格式放入 workflows/selfhost/(本地 ComfyUI或 workflows/runninghub/(云端)文件夹",
"style.video_workflow_what": "决定视频中每帧视频片段的生成方式和效果(如使用不同的视频生成模型)",
"style.video_workflow_how": "将导出的 video_xxx.json 工作流文件API格式放入 workflows/selfhost/(本地 ComfyUI或 workflows/runninghub/(云端)文件夹",
"style.image_size_info": "插图尺寸:{width}x{height}(由模板自动决定)",
"style.video_size_info": "视频尺寸:{width}x{height}(由模板自动决定)",
"style.prompt_prefix": "提示词前缀",
"style.prompt_prefix_what": "自动添加到所有图片提示词前面,统一控制插图风格(如:卡通风格、写实风格等)",
"style.prompt_prefix_how": "直接在下方输入框填写风格描述。若要永久保存,需编辑 config.yaml 文件",
"style.prompt_prefix_placeholder": "输入风格前缀(留空则使用配置文件默认值)",
"style.prompt_prefix_help": "此文本将自动添加到所有图像生成提示词之前。要永久修改,请编辑 config.yaml",
"style.custom": "自定义",
"style.description": "风格描述",
"style.description_placeholder": "描述您想要的插图风格(任何语言)...",
"style.preview_title": "预览风格",
"style.video_preview_title": "预览视频",
"style.test_prompt": "测试提示词",
"style.test_video_prompt": "测试视频提示词",
"style.test_prompt_help": "输入测试提示词来预览风格效果",
"style.preview": "🖼️ 生成预览",
"style.video_preview": "🎬 生成视频预览",
"style.previewing": "正在生成风格预览...",
"style.video_previewing": "正在生成视频预览...",
"style.preview_success": "✅ 预览生成成功!",
"style.video_preview_success": "✅ 视频预览生成成功!",
"style.preview_caption": "风格预览",
"style.preview_failed": "预览失败:{error}",
"style.preview_failed_general": "预览图片生成失败",
"style.final_prompt_label": "最终提示词",
"style.generated_prompt": "生成的提示词:{prompt}",
"template.selector": "模板选择",
"template.select": "选择模板",
"template.select_help": "选择模板和视频尺寸",
"template.preview_link": "查看所有模板效果图",
"template.video_size_info": "最终视频尺寸:{width} × {height}",
"template.separator_selected": "请选择具体的模板,而不是分组标题",
"template.default": "默认",
"template.modern": "现代",
"template.neon": "霓虹",
"template.what": "控制视频每一帧的视觉布局和设计风格(标题、文本、图片的排版样式)",
"template.how": "将 .html 模板文件放入 templates/尺寸/ 目录(如 templates/1080x1920/),系统会自动按尺寸分组。支持自定义 CSS 样式。\n\n**模板命名规范**\n\n- `static_*.html` → 静态样式模板无需AI生成媒体\n- `image_*.html` → 生成插图模板AI生成图片\n- `video_*.html` → 生成视频模板AI生成视频\n\n**注意**\n\n您的计算机上必须安装以下至少一种浏览器才能正常运行\n1. Google ChromeWindows、MacOS\n2. Chromium 浏览器Linux\n3. Microsoft Edge",
"template.size_info": "模板尺寸",
"template.type_selector": "分镜类型",
"template.type.static": "📄 静态样式",
"template.type.image": "🖼️ 生成插图",
"template.type.video": "🎬 生成视频",
"template.type.static_hint": "使用模板自带样式无需AI生成媒体。可在模板中自定义背景图片等参数。",
"template.type.image_hint": "AI自动根据文案内容生成与之匹配的插图插图尺寸由模板决定。",
"template.type.video_hint": "AI自动根据文案内容生成与之匹配的视频片段视频尺寸由模板决定。",
"orientation.portrait": "竖屏",
"orientation.landscape": "横屏",
"orientation.square": "方形",
"template.preview_title": "预览模板",
"template.preview_param_title": "标题",
"template.preview_param_text": "文本",
"template.preview_param_image": "图片路径",
"template.preview_param_width": "宽度",
"template.preview_param_height": "高度",
"template.preview_default_title": "AI 改变内容创作",
"template.preview_default_text": "Pixelle.AI 正在用人工智能改变内容创作的方式,让每个人都能轻松制作专业级视频。",
"template.preview_button": "🖼️ 生成预览",
"template.preview_generating": "正在生成模板预览...",
"template.preview_success": "✅ 预览生成成功!",
"template.preview_failed": "❌ 预览失败:{error}",
"template.preview_image_help": "支持本地路径或 URL",
"template.preview_caption": "模板预览:{template}",
"template.custom_parameters": "自定义参数",
"image.not_required": "当前模板不需要插图生成",
"image.not_required_hint": "您选择的模板是纯文本模板,无需生成图片。这将:⚡ 加快生成速度 💰 降低生成成本",
"video.title": "🎬 视频设置",
"video.frames": "分镜数",
"video.frames_help": "更多分镜 = 更长视频",
"video.frames_label": "分镜数:{n}",
"video.frames_fixed_mode_hint": "💡 固定模式:分镜数由脚本实际段落数决定",
"bgm.selector": "音乐选择",
"bgm.none": "🔇 无背景音乐",
"bgm.volume": "音量",
"bgm.volume_help": "调整背景音乐的音量0.0 = 静音1.0 = 原始音量)",
"bgm.preview": "▶ 试听音乐",
"bgm.preview_failed": "❌ 音乐文件未找到:{file}",
"bgm.what": "为视频添加背景音乐,让视频更有氛围感和专业性",
"bgm.how": "将音频文件MP3/WAV/FLAC 等)放入 bgm/ 文件夹即可自动识别",
"btn.generate": "🎬 生成视频",
"btn.save_config": "💾 保存配置",
"btn.reset_config": "🔄 重置默认",
"btn.save_and_start": "保存并开始",
"btn.test_connection": "测试连接",
"status.initializing": "🔧 正在初始化...",
"status.generating": "🚀 正在生成视频...",
"status.success": "✅ 视频生成成功!",
"status.error": "❌ 生成失败:{error}",
"status.video_generated": "✅ 视频已生成:{path}",
"status.video_not_found": "视频文件未找到:{path}",
"status.config_saved": "✅ 配置已保存",
"status.config_reset": "✅ 配置已重置为默认值",
"status.connection_success": "✅ 连接成功",
"status.connection_failed": "❌ 连接失败",
"progress.generating_title": "生成标题...",
"progress.generating_narrations": "生成旁白...",
"progress.splitting_script": "切分脚本...",
"progress.generating_image_prompts": "生成图片提示词...",
"progress.generating_video_prompts": "生成视频提示词...",
"progress.preparing_frames": "准备分镜...",
"progress.frame": "分镜 {current}/{total}",
"progress.frame_step": "分镜 {current}/{total} - 步骤 {step}/4: {action}",
"progress.processing_frame": "处理分镜 {current}/{total}...",
"progress.step_audio": "生成语音",
"progress.step_image": "生成插图",
"progress.step_media": "生成媒体",
"progress.step_compose": "合成画面",
"progress.step_video": "创建视频片段",
"progress.concatenating": "正在拼接视频...",
"progress.finalizing": "完成中...",
"progress.completed": "✅ 生成完成",
"error.input_required": "❌ 请提供主题或内容",
"error.api_key_required": "❌ 请填写 API Key",
"error.missing_field": "请填写 {field}",
"info.duration": "时长",
"info.file_size": "文件大小",
"info.frames": "分镜数",
"info.scenes_unit": "分镜",
"info.resolution": "分辨率",
"info.video_information": "📊 视频信息",
"info.no_video_yet": "生成视频后,预览将显示在这里",
"info.generation_time": "生成耗时",
"settings.title": "⚙️ 系统配置(必需)",
"settings.not_configured": "⚠️ 请先完成系统配置才能生成视频",
"settings.llm.title": "🤖 大语言模型",
"settings.llm.quick_select": "快速选择",
"settings.llm.quick_select_help": "选择预置的 LLM 或自定义配置",
"settings.llm.get_api_key": "获取 API Key",
"settings.llm.api_key": "API Key",
"settings.llm.api_key_help": "填入您的 API Key",
"settings.llm.base_url": "Base URL",
"settings.llm.base_url_help": "API 服务地址",
"settings.llm.model": "Model",
"settings.llm.model_help": "模型名称",
"settings.comfyui.title": "🔧 ComfyUI 配置",
"settings.comfyui.local_title": "本地/自建 ComfyUI",
"settings.comfyui.cloud_title": "RunningHub 云端",
"settings.comfyui.comfyui_url": "ComfyUI 服务器地址",
"settings.comfyui.comfyui_url_help": "本地或远程 ComfyUI 服务器地址",
"settings.comfyui.runninghub_api_key": "RunningHub API 密钥",
"settings.comfyui.runninghub_api_key_help": "访问 https://runninghub.ai 注册并获取 API Key",
"settings.comfyui.runninghub_hint": "没有本地 ComfyUI可用 RunningHub 云端:",
"settings.comfyui.runninghub_get_api_key": "点此获取 RunningHub API Key",
"tts.inference_mode": "合成方式",
"tts.mode.local": "本地合成",
"tts.mode.comfyui": "ComfyUI 合成",
"tts.mode.local_hint": "💡 使用 Edge TTS无需配置开箱即用请确保网络环境可用",
"tts.mode.comfyui_hint": "⚙️ 使用 ComfyUI 工作流,灵活强大",
"tts.voice_selector": "音色选择",
"tts.speed": "语速",
"tts.speed_label": "{speed}x",
"tts.voice.zh_CN_XiaoxiaoNeural": "女声-温柔(晓晓)",
"tts.voice.zh_CN_XiaoyiNeural": "女声-甜美(晓伊)",
"tts.voice.zh_CN_YunjianNeural": "男声-专业(云健)",
"tts.voice.zh_CN_YunxiNeural": "男声-磁性(云希)",
"tts.voice.zh_CN_YunyangNeural": "男声-新闻(云扬)",
"tts.voice.zh_CN_YunyeNeural": "男声-自然(云野)",
"tts.voice.zh_CN_YunfengNeural": "男声-沉稳(云锋)",
"tts.voice.zh_CN_liaoning_XiaobeiNeural": "女声-东北(小北)",
"tts.voice.en_US_AriaNeural": "女声-自然Aria",
"tts.voice.en_US_JennyNeural": "女声-温暖Jenny",
"tts.voice.en_US_GuyNeural": "男声-标准Guy",
"tts.voice.en_US_DavisNeural": "男声-友好Davis",
"tts.voice.en_GB_SoniaNeural": "女声-英式Sonia",
"tts.voice.en_GB_RyanNeural": "男声-英式Ryan",
"tts.selector": "工作流选择",
"tts.what": "将旁白文本转换为真人般的自然语音(部分工作流支持参考音频克隆声音)",
"tts.how": "将导出的 tts_xxx.json 工作流文件API格式放入 workflows/selfhost/(本地 ComfyUI或 workflows/runninghub/(云端)文件夹",
"tts.ref_audio": "参考音频",
"tts.ref_audio_help": "上传音频文件用于声音克隆(仅部分工作流支持)",
"tts.preview_title": "预览 TTS",
"tts.preview_text": "预览文本",
"tts.preview_text_placeholder": "输入要试听的文本...",
"tts.preview_button": "🔊 生成预览",
"tts.previewing": "正在生成 TTS 预览...",
"tts.preview_success": "✅ 预览生成成功!",
"tts.preview_failed": "❌ 预览失败:{error}",
"welcome.first_time": "🎉 欢迎使用 Pixelle-Video请先完成基础配置",
"welcome.config_hint": "💡 首次使用需要配置 API Key后续可以在高级设置中修改",
"wizard.llm_required": "🤖 大语言模型配置(必需)",
"wizard.image_optional": "🎨 图像生成配置(可选)",
"wizard.image_hint": "💡 如果不配置图像生成,将使用默认模板(无 AI 生图)",
"wizard.configure_image": "配置图像生成(推荐)",
"label.required": "(必需)",
"label.optional": "(可选)",
"help.feature_description": "💡 功能说明",
"help.what": "作用",
"help.how": "自定义方式",
"language.select": "🌐 语言",
"version.title": "📦 版本信息",
"version.current": "当前版本",
"github.title": "⭐ 开源支持",
"history.page_title": "📚 生成历史",
"history.total_tasks": "总任务数",
"history.completed_count": "已完成",
"history.failed_count": "失败",
"history.total_duration": "总时长",
"history.total_size": "总大小",
"history.filter_status": "状态筛选",
"history.status_all": "全部",
"history.status_completed": "已完成",
"history.status_failed": "失败",
"history.status_running": "进行中",
"history.status_pending": "等待中",
"history.sort_by": "排序方式",
"history.sort_created_at": "创建时间",
"history.sort_completed_at": "完成时间",
"history.sort_title": "标题",
"history.sort_duration": "时长",
"history.sort_order_desc": "降序",
"history.sort_order_asc": "升序",
"history.page_size": "每页显示",
"history.no_tasks": "暂无任务记录",
"history.task_card.title": "标题",
"history.task_card.created_at": "创建时间",
"history.task_card.duration": "时长",
"history.task_card.frames": "分镜数",
"history.task_card.view_detail": "查看详情",
"history.task_card.duplicate": "复制参数",
"history.task_card.delete": "删除",
"history.task_card.download": "下载视频",
"history.task_card.status_completed": "✅ 已完成",
"history.task_card.status_failed": "❌ 失败",
"history.task_card.status_running": "⏳ 进行中",
"history.task_card.status_pending": "⏸️ 等待中",
"history.detail.modal_title": "任务详情",
"history.detail.task_id": "任务 ID",
"history.detail.input_params": "输入参数",
"history.detail.text": "文本",
"history.detail.mode": "模式",
"history.detail.n_scenes": "分镜数",
"history.detail.tts_mode": "TTS 模式",
"history.detail.voice": "语音",
"history.detail.storyboard": "故事板",
"history.detail.frame_index": "分镜 {index}",
"history.detail.frame": "分镜",
"history.detail.download_video": "下载视频",
"history.detail.narration": "旁白",
"history.detail.image_prompt": "图片提示词",
"history.detail.audio_path": "音频",
"history.detail.image_path": "图片",
"history.detail.video_segment_path": "视频片段",
"history.detail.close": "关闭",
"history.action.duplicate_success": "✅ 参数已复制,跳转至首页...",
"history.action.duplicate_failed": "❌ 复制失败:{error}",
"history.action.delete_confirm": "确认删除该任务?此操作无法撤销!",
"history.action.delete_success": "✅ 任务已删除",
"history.action.delete_failed": "❌ 删除失败:{error}",
"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": "查看详细错误堆栈"
}
}