Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/aiWorkflow.json
陈子默 526e16163b fix: 修复分享链接路由与登录回跳
- 统一生成包含部署基路径和 Hash 路由的知识库、工作流分享地址

- 未登录访问分享页时保留目标地址,并在登录成功后自动回跳

- 限定分享密钥作用域并补充失效、加载失败及回归测试
2026-07-24 16:00:57 +08:00

151 lines
6.6 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",
"targetFormat": "TargetFormat",
"fileName": "FileName",
"documents": "Documents",
"count": "Count",
"fileNamePlaceholder": "For example: meeting-notes",
"templateStyle": "TemplateStyle",
"defaultTemplateStyle": "Default",
"plain_text": "Plain Text",
"markdown": "Markdown",
"html": "HTML",
"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",
"apiInstruction": "API Instructions",
"apiInstructionPublishRequired": "Publish the workflow before viewing API instructions",
"apiEndpoint": "Endpoint",
"apiRequestExample": "Request Example",
"apiResponseExample": "Response Example",
"apiVariables": "Variables",
"apiVariablesEmpty": "This workflow has no start parameters",
"apiStatusExample": "Status Query Example",
"apiResumeExample": "Resume Example",
"shareExpired": "This workflow share link has expired. Request a new link",
"loadFailed": "Unable to load the workflow. Please try again",
"reload": "Reload",
"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",
"draftCacheFailed": "Unable to cache the temporary draft. Please save manually",
"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",
"targetFormat": "Choose the final document format to export",
"fileName": "Optional. The system will sanitize invalid characters and enforce the target extension",
"templateStyle": "Only the default style is available in the first version. Unknown values fall back automatically",
"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"
}
}