mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? feat: Regenerate chat message #2088 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -425,6 +425,8 @@ The above is the content you need to summarize.`,
|
||||
parsing: 'Parsing',
|
||||
uploading: 'Uploading',
|
||||
uploadFailed: 'Upload failed',
|
||||
regenerate: 'Regenerate',
|
||||
read: 'Read content',
|
||||
},
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
|
||||
@ -395,6 +395,8 @@ export default {
|
||||
parsing: '解析中',
|
||||
uploading: '上傳中',
|
||||
uploadFailed: '上傳失敗',
|
||||
regenerate: '重新生成',
|
||||
read: '朗讀內容',
|
||||
},
|
||||
setting: {
|
||||
profile: '概述',
|
||||
|
||||
@ -412,6 +412,8 @@ export default {
|
||||
parsing: '解析中',
|
||||
uploading: '上传中',
|
||||
uploadFailed: '上传失败',
|
||||
regenerate: '重新生成',
|
||||
read: '朗读内容',
|
||||
},
|
||||
setting: {
|
||||
profile: '概要',
|
||||
|
||||
Reference in New Issue
Block a user