Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/sysDept.json
陈子默 57bd7b5d06 feat: 支持审批步骤绑定部门与多对象
- 新增审批对象关联表和存量数据迁移

- 支持用户、角色、部门多选及办理权限匹配

- 完善部门状态与批量管理交互
2026-07-30 15:13:11 +08:00

31 lines
1.0 KiB
JSON

{
"root": "Root",
"id": "Id",
"tenantId": "TenantId",
"parentId": "Parent",
"ancestors": "Ancestors",
"deptName": "DeptName",
"deptCode": "DeptCode",
"sortNo": "SortNo",
"status": "Status",
"created": "Created",
"createdBy": "CreatedBy",
"modified": "Modified",
"modifiedBy": "ModifiedBy",
"remark": "Remark",
"isDeleted": "IsDeleted",
"enable": "Enable",
"disable": "Disable",
"batchEnable": "Enable Selected",
"batchDisable": "Disable Selected",
"batchDelete": "Delete Selected",
"selectedCount": "{count} selected",
"selectRequired": "Select at least one department",
"statusConfirm": "{action} department “{name}”?",
"batchStatusConfirm": "{action} the {count} selected departments?",
"deleteConfirm": "Delete department “{name}”? This action cannot be undone.",
"batchDeleteConfirm": "Delete the {count} selected departments? This action cannot be undone.",
"operationSuccess": "Operation completed",
"operationFailed": "Operation failed. Please try again."
}