Skip to content

Commit 82a5e7f

Browse files
committed
i18n: add zh-CN and en-US for image_caption_wait_for_context_order
1 parent f977e8a commit 82a5e7f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

dashboard/src/i18n/locales/en-US/features/config-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
},
5252
"image_caption_prompt": {
5353
"description": "Image Caption Prompt"
54+
},
55+
"image_caption_wait_for_context_order": {
56+
"description": "Wait for Context Order on Image Caption",
57+
"hint": "When enabled, subsequent messages in the same session will wait until image captioning completes, ensuring correct context order. When disabled, subsequent messages respond immediately but the image description may appear after them in context."
5458
}
5559
},
5660
"provider_stt_settings": {

dashboard/src/i18n/locales/zh-CN/features/config-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
},
5252
"image_caption_prompt": {
5353
"description": "图片转述提示词"
54+
},
55+
"image_caption_wait_for_context_order": {
56+
"description": "图片转述时等待上下文顺序",
57+
"hint": "开启后,同一会话中图片转述完成前,后续消息将等待,以保证上下文顺序正确;关闭后,后续消息立即响应,但上下文中图片描述可能在后续消息之后。"
5458
}
5559
},
5660
"provider_stt_settings": {

0 commit comments

Comments
 (0)