| | |
| | | "detail": { |
| | | "title": "Task Detail", |
| | | "taskCode": "Task No.", |
| | | "taskId": "Task ID", |
| | | "baseInfo": "Basic Information", |
| | | "pathInfo": "Execution Path", |
| | | "executionInfo": "Execution Information", |
| | | "items": "Task Items", |
| | | "itemsHint": "View related orders, materials, and execution records of the current task", |
| | | "flowStep": "Flow Steps", |
| | |
| | | "warehType": "Device Type", |
| | | "priority": "Priority", |
| | | "status": "Status", |
| | | "exceStatus": "Execution Status", |
| | | "expDesc": "Exception Description", |
| | | "expCode": "Exception Code", |
| | | "startTime": "Start Time", |
| | | "endTime": "End Time", |
| | | "robotCode": "Robot Code", |
| | | "createBy": "Created By", |
| | | "createTime": "Created At", |
| | | "updateBy": "Updated By", |
| | | "updateTime": "Updated At", |
| | | "memo": "Remark", |
| | | "orgLoc": "Source Location", |
| | |
| | | "empty": "No task items", |
| | | "orderType": "Order Type", |
| | | "wkType": "Business Type", |
| | | "platOrderCode": "Customer Order No.", |
| | | "platWorkCode": "Work Order No.", |
| | | "platItemId": "Line No.", |
| | | "anfme": "Quantity" |
| | | "projectCode": "Project Code", |
| | | "anfme": "Quantity", |
| | | "workQty": "Executed Qty", |
| | | "qty": "Completed Qty", |
| | | "spec": "Specification", |
| | | "model": "Model" |
| | | }, |
| | | "flowStepDialog": { |
| | | "title": "Flow Steps", |
| | | "create": "Add Step", |
| | | "createTitle": "Create Flow Step", |
| | | "editTitle": "Edit Flow Step", |
| | | "jumpCurrent": "Jump Current", |
| | | "currentTask": "Current Task", |
| | | "flowInstanceNo": "Flow Instance No.", |
| | | "stepCode": "Step Code", |
| | |
| | | "executeResult": "Execution Result", |
| | | "startTime": "Start Time", |
| | | "endTime": "End Time", |
| | | "timeout": "Flow steps timed out and waiting has stopped" |
| | | "timeout": "Flow steps timed out and waiting has stopped", |
| | | "form": { |
| | | "taskNo": "Task No.", |
| | | "stepOrder": "Step Order", |
| | | "stepCode": "Step Code", |
| | | "stepName": "Step Name", |
| | | "stepType": "Step Type", |
| | | "status": "Status", |
| | | "executeResult": "Execution Result", |
| | | "executeResultPlaceholder": "Enter execution result" |
| | | }, |
| | | "statusOptions": { |
| | | "0": "Queued", |
| | | "1": "Pending", |
| | | "2": "Running", |
| | | "3": "Succeeded", |
| | | "4": "Failed", |
| | | "5": "Skipped", |
| | | "6": "Canceled" |
| | | }, |
| | | "validation": { |
| | | "stepOrder": "Enter step order", |
| | | "stepCode": "Enter step code", |
| | | "stepName": "Enter step name", |
| | | "stepType": "Enter step type", |
| | | "status": "Select status" |
| | | }, |
| | | "messages": { |
| | | "createSuccess": "Flow step created successfully", |
| | | "updateSuccess": "Flow step updated successfully", |
| | | "submitFailed": "Failed to submit flow step", |
| | | "deleteConfirm": "Are you sure you want to delete flow step {code}?", |
| | | "deleteSuccess": "Flow step deleted successfully", |
| | | "deleteFailed": "Failed to delete flow step", |
| | | "jumpSuccess": "Jumped to current step successfully", |
| | | "jumpFailed": "Failed to jump to current step" |
| | | } |
| | | }, |
| | | "messages": { |
| | | "detailTimeout": "Task detail timed out and waiting has stopped", |
| | | "completeConfirm": "Are you sure you want to complete task {code}?", |
| | | "completeSuccess": "Task completed successfully", |
| | | "removeConfirm": "Are you sure you want to cancel task {code}?", |