mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Internationalization Error (#3899)
This commit is contained in:
parent
959187b5d2
commit
ff202361d5
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ export default {
|
|||
sizeLimit: '单个文件大小不能超过',
|
||||
imageMessage: '请解析图片内容',
|
||||
documentMessage: '请理解文档内容',
|
||||
audioMessage: '请理解视频内容',
|
||||
audioMessage: '请理解音频内容',
|
||||
otherMessage: '请理解文件内容',
|
||||
errorMessage: '上传失败'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ export default {
|
|||
sizeLimit: '單個文件大小不能超過',
|
||||
imageMessage: '請解析圖片內容',
|
||||
documentMessage: '請理解檔案內容',
|
||||
audioMessage: '請理解視頻內容',
|
||||
audioMessage: '請理解音訊內容',
|
||||
otherMessage: '請理解檔案內容',
|
||||
errorMessage: '上傳失敗'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue