#
zhou zhou
4 天以前 4259deb19122a4807d50c99ed4a95405ebe4a47c
rsf-design/src/locales/langs/en.json
@@ -2123,8 +2123,10 @@
      "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",
@@ -2133,8 +2135,15 @@
        "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",
@@ -2148,12 +2157,22 @@
        "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",
@@ -2162,9 +2181,46 @@
        "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}?",