Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/aiWorkflow.json

84 lines
2.9 KiB
JSON

{
"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",
"check": "Check",
"checkPassed": "Workflow check passed",
"checkFailed": "Workflow check failed. Please fix the issues first",
"checkContentEmpty": "Canvas content is empty, unable to check",
"checkIssuesTitle": "Workflow Check Issues",
"checkStageLabel": "Stage",
"issueCount": "Issue Count",
"checkLevel": "Level",
"checkCode": "Rule Code",
"checkLocation": "Location",
"checkMessage": "Description",
"stageSave": "Save Check",
"stagePreExecute": "Pre-execute Check",
"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"
}
}