fix: Internationalization Error (#3899)

This commit is contained in:
shaohuzhang1 2025-08-20 18:05:12 +08:00 committed by CaptainB
parent 959187b5d2
commit ff202361d5
3 changed files with 3 additions and 3 deletions

View File

@ -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'
},

View File

@ -62,7 +62,7 @@ export default {
sizeLimit: '单个文件大小不能超过',
imageMessage: '请解析图片内容',
documentMessage: '请理解文档内容',
audioMessage: '请理解频内容',
audioMessage: '请理解频内容',
otherMessage: '请理解文件内容',
errorMessage: '上传失败'
},

View File

@ -62,7 +62,7 @@ export default {
sizeLimit: '單個文件大小不能超過',
imageMessage: '請解析圖片內容',
documentMessage: '請理解檔案內容',
audioMessage: '請理解視頻內容',
audioMessage: '請理解音訊內容',
otherMessage: '請理解檔案內容',
errorMessage: '上傳失敗'
},