优化webui的文案表达
This commit is contained in:
@@ -1048,11 +1048,6 @@ def main():
|
||||
st.markdown(tr('style.video_workflow_how'))
|
||||
else:
|
||||
st.markdown(tr("style.workflow_how"))
|
||||
st.markdown(f"**{tr('help.note')}**")
|
||||
if template_media_type == "video":
|
||||
st.markdown(tr('style.video_size_note'))
|
||||
else:
|
||||
st.markdown(tr("style.image_size_note"))
|
||||
|
||||
# Get available workflows and filter by template type
|
||||
all_workflows = pixelle_video.media.list_workflows()
|
||||
|
||||
@@ -254,7 +254,6 @@
|
||||
"help.feature_description": "💡 Feature Description",
|
||||
"help.what": "Purpose",
|
||||
"help.how": "Customization",
|
||||
"help.note": "Note",
|
||||
|
||||
"language.select": "🌐 Language",
|
||||
|
||||
|
||||
@@ -254,7 +254,6 @@
|
||||
"help.feature_description": "💡 功能说明",
|
||||
"help.what": "作用",
|
||||
"help.how": "自定义方式",
|
||||
"help.note": "注意",
|
||||
|
||||
"language.select": "🌐 语言",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user