feat: 完成分享、单会话与发布审批改造

- 增加工作流协作分享与知识库卡片分享入口,统一低版本浏览器复制反馈

- Web 新登录替换旧会话,并保持 API Key 会话隔离

- 发布审批增加必填说明并在审批详情展示

- 账号重置与导入改用可配置默认强密码
This commit is contained in:
2026-07-23 16:09:31 +08:00
parent caa1f07b66
commit 5a42826d44
71 changed files with 3191 additions and 132 deletions

View File

@@ -89,6 +89,7 @@
"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",
"submitPublishApprovalConfirm": "Publish the current workflow now?",
"submitRepublishApprovalConfirm": "Republish the current workflow now?",
"submitOfflineApprovalConfirm": "Take the current workflow offline?",

View File

@@ -22,6 +22,7 @@
"approve": "Approve",
"reject": "Reject",
"revoke": "Revoke",
"submit": "Submit Approval",
"addScope": "Add Scope",
"addStep": "Add Step"
},
@@ -69,6 +70,7 @@
"stepNoLabel": "Step No.",
"currentStep": "Current Step",
"summary": "Summary",
"applicationReason": "Application Reason",
"resourceId": "Resource ID",
"taskId": "Approval Task ID",
"applicant": "Applicant",
@@ -104,7 +106,8 @@
"assigneeType": "Select assignee type",
"assigneeTarget": "Select assignee",
"stepName": "Enter step name",
"actionComment": "Enter a comment"
"actionComment": "Enter a comment",
"applicationReason": "Describe this publication and its purpose"
},
"message": {
"needStep": "At least one step is required",
@@ -123,7 +126,10 @@
"eventRevokedStep": "Step {value} revoked",
"workflowSnapshotUntitled": "Untitled workflow snapshot",
"workflowSnapshotMissing": "Workflow snapshot not found",
"workflowSnapshotParseFailed": "Failed to parse workflow snapshot"
"workflowSnapshotParseFailed": "Failed to parse workflow snapshot",
"applicationReasonPrompt": "Enter an approval reason (1-500 characters)",
"applicationReasonRequired": "Approval reason is required",
"applicationReasonTooLong": "Approval reason cannot exceed 500 characters"
},
"snapshot": {
"knowledgeBasic": "Basic Info",

View File

@@ -30,6 +30,7 @@
"run": "Run",
"runTest": "RunTest",
"copy": "Copy",
"share": "Share",
"selectAll": "Select All",
"choose": "Select",
"setting": "Setting",

View File

@@ -27,8 +27,8 @@
"passwordStrongTip": "Password must be at least 8 characters and include uppercase, lowercase, numbers, and special characters",
"forceChangePasswordNavigateTip": "For account security, please change your password before visiting other pages.",
"resetPassword": "Reset Password",
"resetPasswordConfirm": "Reset this account password to 123456? The user will be required to change it on next login.",
"resetPasswordSuccess": "Password has been reset to 123456 and must be changed on next login",
"resetPasswordConfirm": "Reset this account password to the system default strong password? The user will be required to change it on next login.",
"resetPasswordSuccess": "Password has been reset to the system default strong password and must be changed on next login",
"batchSelectedCount": "{count} selected",
"batchToolbarHint": "Batch actions are available for selected accounts",
"batchActionSelectRequired": "Please select at least one account",
@@ -39,7 +39,7 @@
"batchDeletePartialSuccess": "Batch delete completed. {successCount} succeeded and {errorCount} failed.",
"batchDeleteAllFailed": "Batch delete failed",
"batchResetPassword": "Batch Reset Password",
"batchResetPasswordConfirm": "Reset the selected {count} accounts to 123456? Users must change it on next login, and protected administrator accounts will be skipped.",
"batchResetPasswordConfirm": "Reset the selected {count} accounts to the system default strong password? Users must change it on next login, and protected administrator accounts will be skipped.",
"batchResetPasswordSuccess": "{count} account passwords have been reset",
"batchResetPasswordPartialSuccess": "Batch password reset completed. {successCount} succeeded and {errorCount} failed.",
"batchResetPasswordAllFailed": "Batch password reset failed",