mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? feat: Add complex dynamic form to SwitchForm #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -807,6 +807,7 @@ The above is the content you need to summarize.`,
|
||||
port: 'Port',
|
||||
password: 'Password',
|
||||
switch: 'Switch',
|
||||
logicalOperator: 'Logical operator',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -765,6 +765,7 @@ export default {
|
||||
port: '端口',
|
||||
password: '密碼',
|
||||
switch: '條件',
|
||||
logicalOperator: '操作符',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -783,6 +783,7 @@ export default {
|
||||
port: '端口',
|
||||
password: '密码',
|
||||
switch: '条件',
|
||||
logicalOperator: '操作符',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user