mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
### What problem does this PR solve? feat: validate the name field of the categorize operator for duplicate names and nulls #918 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -596,6 +596,8 @@ The above is the content you need to summarize.`,
|
||||
blank: 'Blank',
|
||||
createFromNothing: 'Create from nothing',
|
||||
addItem: 'Add Item',
|
||||
nameRequiredMsg: 'Name is required',
|
||||
nameRepeatedMsg: 'The name cannot be repeated',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -557,6 +557,8 @@ export default {
|
||||
blank: '空',
|
||||
createFromNothing: '從無到有',
|
||||
addItem: '新增',
|
||||
nameRequiredMsg: '名稱不能為空',
|
||||
nameRepeatedMsg: '名稱不能重複',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -575,6 +575,8 @@ export default {
|
||||
blank: '空',
|
||||
createFromNothing: '从无到有',
|
||||
addItem: '新增',
|
||||
nameRequiredMsg: '名称不能为空',
|
||||
nameRepeatedMsg: '名称不能重复',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user