mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
### What problem does this PR solve? feat: add RelevantForm #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -556,6 +556,7 @@ The above is the content you need to summarize.`,
|
||||
messagePlaceholder: 'message',
|
||||
messageMsg: 'Please input message or delete this field.',
|
||||
addField: 'Add field',
|
||||
loop: 'Loop',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -517,6 +517,7 @@ export default {
|
||||
messagePlaceholder: '訊息',
|
||||
messageMsg: '請輸入訊息或刪除此欄位。',
|
||||
addField: '新增字段',
|
||||
loop: '環',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -535,6 +535,7 @@ export default {
|
||||
messagePlaceholder: '消息',
|
||||
messageMsg: '请输入消息或删除此字段。',
|
||||
addField: '新增字段',
|
||||
loop: '环',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user