初始化
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"id": "Id",
|
||||
"alias": "Alias",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"icon": "Icon",
|
||||
"content": "Content",
|
||||
"created": "Created",
|
||||
"createdBy": "CreatedBy",
|
||||
"modified": "Modified",
|
||||
"modifiedBy": "ModifiedBy",
|
||||
"englishName": "EnglishName",
|
||||
"status": "ShowInUserCenter",
|
||||
"categoryId": "Category",
|
||||
"params": "Params",
|
||||
"steps": "Steps",
|
||||
"result": "Result",
|
||||
"confirm": "For contents to be confirmed, please confirm first!",
|
||||
"completed": "Chain has been completed, please start a new one.",
|
||||
"fileContentExtraction": "FileContentExtraction",
|
||||
"documentAddress": "DocumentAddress",
|
||||
"parsedText": "ParsedText",
|
||||
"resourceSync": "ResourceSync",
|
||||
"originUrl": "OriginUrl",
|
||||
"savedUrl": "SavedUrl",
|
||||
"saveOptions": "SaveOptions",
|
||||
"image": "Image",
|
||||
"video": "Video",
|
||||
"audio": "Audio",
|
||||
"document": "Document",
|
||||
"other": "Other",
|
||||
"fileGeneration": "FileGeneration",
|
||||
"fileSettings": "FileSettings",
|
||||
"fileDownloadURL": "FileDownloadURL",
|
||||
"pluginSelect": "PluginSelect",
|
||||
"saveData": "SaveData",
|
||||
"dataToBeSaved": "DataToBeSaved",
|
||||
"successInsertedRecords": "SuccessInsertedRecords",
|
||||
"dataTable": "DataTable",
|
||||
"queryData": "QueryData",
|
||||
"queryResult": "QueryResult",
|
||||
"filterConditions": "FilterConditions",
|
||||
"limit": "Limit",
|
||||
"sqlQuery": "SQL Query",
|
||||
"subProcess": "SubProcess",
|
||||
"workflowSelect": "WorkflowSelect",
|
||||
"bochaSearch": "BochaSearch",
|
||||
"descriptions": {
|
||||
"fileContentExtraction": "Extract text content from PDF or Word documents, etc",
|
||||
"documentAddress": "Document URL address",
|
||||
"parsedText": "Parsed text content",
|
||||
"resourceSync": "Download resource files and save to system resource library",
|
||||
"originUrl": "File origin URL",
|
||||
"resourceType": "Please select the type of resource",
|
||||
"fileGeneration": "Generate Word, PDF, HTML, etc. files for users to download",
|
||||
"fileType": "Please select the type of file to generate",
|
||||
"fileDownloadURL": "Generated file URL",
|
||||
"plugin": "Select a predefined plugin",
|
||||
"saveData": "Save data to data hub",
|
||||
"dataToBeSaved": "List of data to be saved",
|
||||
"dataTable": "Please select a data table",
|
||||
"queryData": "Query data from the data hub",
|
||||
"sqlQuery": "Query the database via SQL",
|
||||
"enterSQL": "Please enter the SQL statement",
|
||||
"queryResultJson": "Query result (JSON object)",
|
||||
"subProcess": "Select a predefined process"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user