项目重命名: ReelForge => Pixelle-Video

This commit is contained in:
puke
2025-10-31 10:23:38 +08:00
parent dfdba73b74
commit 136514e466
60 changed files with 384 additions and 383 deletions

View File

@@ -1,5 +1,5 @@
"""
International language support for ReelForge Web UI
International language support for Pixelle-Video Web UI
"""
import json
@@ -64,7 +64,7 @@ def tr(key: str, fallback: Optional[str] = None, **kwargs) -> str:
Translated text
Example:
tr("app.title") # => "ReelForge"
tr("app.title") # => "Pixelle-Video"
tr("error.missing_field", field="API Key") # => "请填写 API Key"
"""
locale = _locales.get(_current_language, {})

View File

@@ -1,8 +1,8 @@
{
"language_name": "English",
"t": {
"app.title": "⚡ ReelForge - AI Auto Short Video Engine",
"app.subtitle": "Forge your perfect reel engine",
"app.title": "⚡ Pixelle-Video - AI Auto Short Video Engine",
"app.subtitle": "Powered by Pixelle AI",
"section.content_input": "📖 Content Input",
"section.bgm": "🎵 Background Music",
@@ -78,7 +78,7 @@
"template.preview_param_width": "Width",
"template.preview_param_height": "Height",
"template.preview_default_title": "AI Changes Content Creation",
"template.preview_default_text": "Artificial intelligence is transforming the way we create content, making it easy for everyone to produce professional-grade videos.",
"template.preview_default_text": "Artificial intelligence is transforming the way PixelleLab creates content, making it easy for everyone to produce professional-grade videos.",
"template.preview_button": "🖼️ Generate Preview",
"template.preview_generating": "Generating template preview...",
"template.preview_success": "✅ Preview generated successfully!",
@@ -172,7 +172,7 @@
"tts.preview_success": "✅ Preview generated successfully!",
"tts.preview_failed": "❌ Preview failed: {error}",
"welcome.first_time": "🎉 Welcome to ReelForge! Please complete basic configuration",
"welcome.first_time": "🎉 Welcome to Pixelle-Video! Please complete basic configuration",
"welcome.config_hint": "💡 First-time setup requires API Key configuration, you can modify it in advanced settings later",
"wizard.llm_required": "🤖 Large Language Model Configuration (Required)",

View File

@@ -1,7 +1,7 @@
{
"language_name": "简体中文",
"t": {
"app.title": "⚡ ReelForge - AI 全自动短视频引擎",
"app.title": "⚡ Pixelle-Video - AI 全自动短视频引擎",
"app.subtitle": "打造专属你的视频创作引擎",
"section.content_input": "📖 内容输入",
@@ -172,7 +172,7 @@
"tts.preview_success": "✅ 预览生成成功!",
"tts.preview_failed": "❌ 预览失败:{error}",
"welcome.first_time": "🎉 欢迎使用 ReelForge!请先完成基础配置",
"welcome.first_time": "🎉 欢迎使用 Pixelle-Video!请先完成基础配置",
"welcome.config_hint": "💡 首次使用需要配置 API Key后续可以在高级设置中修改",
"wizard.llm_required": "🤖 大语言模型配置(必需)",