Skip to content

Commit fae540c

Browse files
fix: Vision Model i18n
1 parent ef0713e commit fae540c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/src/locales/lang/zh-Hant/views/application-workflow.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ export default {
220220
text: '識別出圖片中的物件、場景等信息回答用戶問題',
221221
answer: 'AI 回答內容',
222222
model: {
223-
label: '圖片理解模型',
224-
requiredMessage: '請選擇圖片理解模型',
223+
label: '視覺模型',
224+
requiredMessage: '請選擇視覺模型',
225225
},
226226
image: {
227227
label: '選擇圖片',

ui/src/locales/lang/zh-Hant/views/model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
RERANKER: '重排模型',
2828
STT: '語音辨識',
2929
TTS: '語音合成',
30-
IMAGE: '視覺理解',
30+
IMAGE: '視覺模型',
3131
TTI: '圖片生成',
3232
TTV: '文生視頻',
3333
ITV: '圖生視頻',
@@ -60,7 +60,7 @@ export default {
6060
tooltip3: '語音辨識:在應用中開啟語音辨識後用於語音轉文字的模型。',
6161
tooltip4: '語音合成:在應用中開啟語音播放後用於文字轉語音的模型。',
6262
tooltip5: '重排模型:在高階編排應用中使用多路召回時,對候選分段進行重新排序的模型。',
63-
tooltip6: '圖片理解:在高階編排應用中用於圖片理解的視覺模型。',
63+
tooltip6: '視覺模型:在高階編排應用中用於圖片理解的視覺模型。',
6464
tooltip7: '圖片生成:在高階編排應用中用於圖片生成的視覺模型。',
6565
tooltip8: '文生視頻:在高階編排應用中用於文生視頻的模型。',
6666
tooltip9: '圖生視頻:在高階編排應用中用於圖生視頻的模型。',

0 commit comments

Comments
 (0)