|
@@ -1426,6 +1426,10 @@ export default {
|
|
|
postgresql: 'PostgreSQL'
|
|
postgresql: 'PostgreSQL'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ moduleInvokeSetter: {
|
|
|
|
|
+ interfaceCode: 'Interface Code',
|
|
|
|
|
+ interfaceCodeRequired: 'Please enter the interface code'
|
|
|
|
|
+ },
|
|
|
questionClassifierSetter: {
|
|
questionClassifierSetter: {
|
|
|
classes: 'Categories',
|
|
classes: 'Categories',
|
|
|
addClass: '+ Add Category',
|
|
addClass: '+ Add Category',
|
|
@@ -1506,6 +1510,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
database: { displayName: 'Database Query', description: 'Query data through a database' },
|
|
database: { displayName: 'Database Query', description: 'Query data through a database' },
|
|
|
code: { displayName: 'Code', description: 'Process data with code' },
|
|
code: { displayName: 'Code', description: 'Process data with code' },
|
|
|
|
|
+ 'module-invoke': {
|
|
|
|
|
+ displayName: 'Module Invoke',
|
|
|
|
|
+ description: 'Invoke a module through interface code'
|
|
|
|
|
+ },
|
|
|
iteration: { displayName: 'Iteration', description: 'Iteration node' },
|
|
iteration: { displayName: 'Iteration', description: 'Iteration node' },
|
|
|
loop: { displayName: 'Loop', description: 'Loop node' },
|
|
loop: { displayName: 'Loop', description: 'Loop node' },
|
|
|
'list-operator': { displayName: 'List Operations', description: 'List operation node' },
|
|
'list-operator': { displayName: 'List Operations', description: 'List operation node' },
|