Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/aiWorkflow.json
陈子默 a41b50959e feat: 完成S02桥接能力并接通M09工作流文档解析闭环
- 新增统一文档解析桥接子域,封装 easy-agents 文档解析门面

- 支持工作流开始节点文件上传与素材选择的单文件对象输入

- DocNode 改为文档解析节点,PDF 走统一解析,非 PDF 保持默认读取
2026-04-14 19:57:32 +08:00

125 lines
5.4 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",
"visibilityScope": "Visibility Scope",
"visibilityScopePrivate": "Personal",
"visibilityScopePrivateDesc": "Only the creator can access it",
"visibilityScopeDept": "Dept",
"visibilityScopeDeptDesc": "Available to the dept and descendants",
"visibilityScopePublic": "Public",
"visibilityScopePublicDesc": "Available to internal users matched by 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": "Document Parsing",
"documentInput": "FileInput",
"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",
"saveDataset": "Write Data",
"dataToBeSaved": "DataToBeSaved",
"successInsertedRecords": "SuccessInsertedRecords",
"dataTable": "DataTable",
"dataset": "Dataset",
"datasetDsl": "Query Conditions",
"datasetDslPlaceholder": "Structured query conditions",
"queryData": "QueryData",
"queryDataset": "Query Data",
"querySpec": "SQL",
"querySql": "SQL",
"queryResult": "QueryResult",
"querySummary": "QuerySummary",
"filterConditions": "FilterConditions",
"limit": "Limit",
"sqlQuery": "SQL Query",
"subProcess": "SubProcess",
"workflowSelect": "WorkflowSelect",
"bochaSearch": "BochaSearch",
"publishStatusDraft": "Draft",
"publishStatusPublishPending": "Publish Pending",
"publishStatusPublished": "Published",
"publishStatusOfflinePending": "Offline Pending",
"publishStatusOffline": "Offline",
"publishStatusDeletePending": "Delete Pending",
"publishStatusLabel": "Release",
"submitPublishApprovalConfirm": "Publish the current workflow now?",
"submitRepublishApprovalConfirm": "Republish the current workflow now?",
"submitOfflineApprovalConfirm": "Take the current workflow offline?",
"submitDeleteApprovalConfirm": "Delete the current workflow?",
"offlineImpactBoundBotsIntro": "This workflow is currently bound to the following bots:",
"offlineImpactBoundBotsFooter": "After the workflow goes offline, the system will automatically remove it from these bots.",
"offlineImpactBoundPluginsIntro": "This workflow is currently bound to the following plugins:",
"offlineImpactBoundPluginsFooter": "After offline approval succeeds, these plugins will automatically become unavailable and show the reason in plugin management.",
"offlineImpactBoundMixedFooter": "After offline approval succeeds, the system will remove the workflow from bots and mark the related plugins as unavailable.",
"publishPendingHint": "There is already an approval in progress for this workflow.",
"deletePendingHint": "There is already an approval in progress for this workflow.",
"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": "Parse content from PDF, Word, and other document files",
"documentInput": "Upload a file or choose one from resources",
"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",
"saveDataset": "Write data into a managed table",
"dataToBeSaved": "List of data to be saved",
"dataTable": "Please select a data table",
"dataset": "Please select a managed table",
"queryData": "Query data from the data hub",
"queryDataset": "Run a read-only SQL query through the selected connection service",
"querySpec": "Enter SQL. Parameters can be referenced",
"querySql": "Enter SQL. Parameters can be referenced",
"datasetDsl": "Enter read-only SQL. Write statements, multiple statements, and unmanaged tables are not allowed",
"sqlQuery": "Query the database via SQL",
"enterSQL": "Please enter the SQL statement",
"queryResultJson": "Query result (JSON object)",
"subProcess": "Select a predefined process"
}
}