diff --git a/messages/en.json b/messages/en.json index ed844be..fd60d15 100644 --- a/messages/en.json +++ b/messages/en.json @@ -13,7 +13,10 @@ "h1Text": "SoraWebui", "pDescription": "SoraWebui is an open-source project that simplifies video creation by allowing users to generate videos online with OpenAI's Sora model using text, featuring easy one-click website deployment.", "soraVideoExample": "Example video generated by Sora", - "prompt": "Prompt" + "prompt": "Prompt", + "soraWorksTitle": "Works", + "soraResultTitle": "Result", + "moreExample": "more example video" }, "privacyPolicy": { "title": "Privacy Policy | SoraWebui", diff --git a/messages/zh.json b/messages/zh.json index 440b924..f310187 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -13,7 +13,10 @@ "h1Text": "SoraWebui", "pDescription": "SoraWebui 是一个开源项目,允许用户使用 OpenAI 的 Sora 模型使用文本在线生成视频,从而简化视频创建,并具有轻松的一键网站部署功能。", "soraVideoExample": "Sora 生成的示例视频", - "prompt": "提示词" + "prompt": "提示词", + "soraWorksTitle": "作品列表", + "soraResultTitle": "结果", + "moreExample": "更多示例视频" }, "privacyPolicy": { "title": "隐私政策 | SoraWebui", diff --git a/src/app/[locale]/PageComponent.tsx b/src/app/[locale]/PageComponent.tsx index 9c2731b..e433805 100644 --- a/src/app/[locale]/PageComponent.tsx +++ b/src/app/[locale]/PageComponent.tsx @@ -147,7 +147,7 @@ const PageComponent = ({