Skip to content

Commit 11a19a1

Browse files
authored
fix: Internationalization Error (#3899)
1 parent ded6d6f commit 11a19a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
sizeLimit: 'Each file must not exceed',
6565
imageMessage: 'Please process the image content',
6666
documentMessage: 'Please understand the content of the document',
67-
audioMessage: 'Please understand the video content',
67+
audioMessage: 'Please understand the aideo content',
6868
otherMessage: 'Please understand the file content',
6969
errorMessage: 'Upload Failed'
7070
},

ui/src/locales/lang/zh-CN/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
sizeLimit: '单个文件大小不能超过',
6363
imageMessage: '请解析图片内容',
6464
documentMessage: '请理解文档内容',
65-
audioMessage: '请理解视频内容',
65+
audioMessage: '请理解音频内容',
6666
otherMessage: '请理解文件内容',
6767
errorMessage: '上传失败'
6868
},

ui/src/locales/lang/zh-Hant/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
sizeLimit: '單個文件大小不能超過',
6363
imageMessage: '請解析圖片內容',
6464
documentMessage: '請理解檔案內容',
65-
audioMessage: '請理解視頻內容',
65+
audioMessage: '請理解音訊內容',
6666
otherMessage: '請理解檔案內容',
6767
errorMessage: '上傳失敗'
6868
},

0 commit comments

Comments
 (0)