diff --git a/ui/src/locales/lang/en-US/ai-chat.ts b/ui/src/locales/lang/en-US/ai-chat.ts index 8e2af5ad1..f4bcb912e 100644 --- a/ui/src/locales/lang/en-US/ai-chat.ts +++ b/ui/src/locales/lang/en-US/ai-chat.ts @@ -64,7 +64,7 @@ export default { sizeLimit: 'Each file must not exceed', imageMessage: 'Please process the image content', documentMessage: 'Please understand the content of the document', - audioMessage: 'Please understand the video content', + audioMessage: 'Please understand the aideo content', otherMessage: 'Please understand the file content', errorMessage: 'Upload Failed' }, diff --git a/ui/src/locales/lang/zh-CN/ai-chat.ts b/ui/src/locales/lang/zh-CN/ai-chat.ts index 64040048e..de702d234 100644 --- a/ui/src/locales/lang/zh-CN/ai-chat.ts +++ b/ui/src/locales/lang/zh-CN/ai-chat.ts @@ -62,7 +62,7 @@ export default { sizeLimit: '单个文件大小不能超过', imageMessage: '请解析图片内容', documentMessage: '请理解文档内容', - audioMessage: '请理解视频内容', + audioMessage: '请理解音频内容', otherMessage: '请理解文件内容', errorMessage: '上传失败' }, diff --git a/ui/src/locales/lang/zh-Hant/ai-chat.ts b/ui/src/locales/lang/zh-Hant/ai-chat.ts index a990f62ab..1c7173355 100644 --- a/ui/src/locales/lang/zh-Hant/ai-chat.ts +++ b/ui/src/locales/lang/zh-Hant/ai-chat.ts @@ -62,7 +62,7 @@ export default { sizeLimit: '單個文件大小不能超過', imageMessage: '請解析圖片內容', documentMessage: '請理解檔案內容', - audioMessage: '請理解視頻內容', + audioMessage: '請理解音訊內容', otherMessage: '請理解檔案內容', errorMessage: '上傳失敗' },