diff --git a/web/i18n/locales/en_US.json b/web/i18n/locales/en_US.json index 03eb64a..ebf7ac3 100644 --- a/web/i18n/locales/en_US.json +++ b/web/i18n/locales/en_US.json @@ -44,7 +44,7 @@ "style.workflow": "Workflow Selection", "style.workflow_what": "Determines how each frame's illustration is generated and its effect (e.g., using FLUX, SD models)", - "style.workflow_how": "Place image_xxx.json workflow files in workflows/selfhost/ (local ComfyUI) or workflows/runninghub/ (cloud) folder", + "style.workflow_how": "Place the exported image_xxx.json workflow file(API format) into the workflows/selfhost/ folder (for local ComfyUI) or the workflows/runninghub/ folder (for cloud)", "style.image_size": "Image Size", "style.image_width": "Width", "style.image_height": "Height", @@ -211,7 +211,7 @@ "tts.selector": "Workflow Selection", "tts.what": "Converts narration text to natural human-like speech (some workflows support reference audio for voice cloning)", - "tts.how": "Place tts_xxx.json workflow files in workflows/selfhost/ (local ComfyUI) or workflows/runninghub/ (cloud) folder", + "tts.how": "Place the exported tts_xxx.json workflow file(API format) into the workflows/selfhost/ folder (for local ComfyUI) or the workflows/runninghub/ folder (for cloud)", "tts.ref_audio": "Reference Audio", "tts.ref_audio_help": "Upload audio file for voice cloning (only supported by some workflows)", "tts.preview_title": "Preview TTS", diff --git a/web/i18n/locales/zh_CN.json b/web/i18n/locales/zh_CN.json index adeabae..0673300 100644 --- a/web/i18n/locales/zh_CN.json +++ b/web/i18n/locales/zh_CN.json @@ -44,7 +44,7 @@ "style.workflow": "工作流选择", "style.workflow_what": "决定视频中每帧插图的生成方式和效果(如使用 FLUX、SD 等模型)", - "style.workflow_how": "将 image_xxx.json 工作流文件放入 workflows/selfhost/(本地 ComfyUI)或 workflows/runninghub/(云端)文件夹", + "style.workflow_how": "将导出的 image_xxx.json 工作流文件(API格式)放入 workflows/selfhost/(本地 ComfyUI)或 workflows/runninghub/(云端)文件夹", "style.image_size": "图片尺寸", "style.image_width": "宽度", "style.image_height": "高度", @@ -211,7 +211,7 @@ "tts.selector": "工作流选择", "tts.what": "将旁白文本转换为真人般的自然语音(部分工作流支持参考音频克隆声音)", - "tts.how": "将 tts_xxx.json 工作流文件放入 workflows/selfhost/(本地 ComfyUI)或 workflows/runninghub/(云端)文件夹", + "tts.how": "将导出的 tts_xxx.json 工作流文件(API格式)放入 workflows/selfhost/(本地 ComfyUI)或 workflows/runninghub/(云端)文件夹", "tts.ref_audio": "参考音频", "tts.ref_audio_help": "上传音频文件用于声音克隆(仅部分工作流支持)", "tts.preview_title": "预览 TTS",