feat: 新增基础设置项并提供中文翻译

This commit is contained in:
linyq 2025-11-19 20:59:42 +08:00
parent c77b251213
commit 6c8a56a51c
2 changed files with 3 additions and 13 deletions

View File

@ -585,12 +585,7 @@ def render_vision_llm_settings(tr):
st_vision_base_url = st.text_input(
tr("Vision Base URL"),
value=vision_base_url,
help="自定义 API 端点(可选)\n\n"
"留空使用默认端点。可用于:\n"
"• 代理地址(如通过 CloudFlare\n"
"• 私有部署的模型服务\n"
"• 自定义网关\n\n"
"示例: https://your-proxy.com/v1"
help="自定义 API 端点(可选)找不到供应商才需要填自定义 url"
)
# 添加测试连接按钮
@ -857,12 +852,7 @@ def render_text_llm_settings(tr):
st_text_base_url = st.text_input(
tr("Text Base URL"),
value=text_base_url,
help="自定义 API 端点(可选)\n\n"
"留空使用默认端点。可用于:\n"
"• 代理地址(如通过 CloudFlare\n"
"• 私有部署的模型服务\n"
"• 自定义网关\n\n"
"示例: https://your-proxy.com/v1"
help="自定义 API 端点(可选)找不到供应商才需要填自定义 url"
)
# 添加测试连接按钮

View File

@ -152,7 +152,7 @@
"API rate limit exceeded. Please wait about an hour and try again.": "API 调用次数已达到限制,请等待约一小时后再试。",
"Resources exhausted. Please try again later.": "资源已耗尽,请稍后再试。",
"Transcription Failed": "转录失败",
"Short Generate": "短剧混剪 (实验)",
"Short Generate": "短剧混剪",
"Generate Short Video Script": "AI生成短剧混剪脚本",
"Adjust the volume of the original audio": "调整原始音频的音量",
"Original Volume": "视频音量",