| | |
| | | result: 'Contacts import complete. Imported %{success} success, with %{error} errors', |
| | | }, |
| | | loadMore: 'Load More Data', |
| | | complete: 'Complete', |
| | | }, |
| | | msg: { |
| | | confirm: { |
| | |
| | | busSts: "bus status", |
| | | phase: "phase", |
| | | taskList: "task list", |
| | | tasksNum: "tasks number", |
| | | tasksNum: "rest tasks", |
| | | tasksNumTotal: "total tasks", |
| | | }, |
| | | task: { |
| | | uuid: "uuid", |
| | |
| | | destCode: "dest code", |
| | | emptyMk: "empty mk", |
| | | zpallet: "zpallet", |
| | | phase: "phase", |
| | | phase: "ideal path", |
| | | errDesc: "error", |
| | | oriDesc: "origin", |
| | | destDesc: "destination", |
| | |
| | | }, |
| | | segment: { |
| | | uuid: "uuid", |
| | | groupId: "group no", |
| | | groupId: "group", |
| | | travelId: "travel", |
| | | taskId: "task", |
| | | agvId: "agv", |
| | |
| | | posType: "type", |
| | | backpack: "backpack", |
| | | state: "state", |
| | | segDesc: "seg no", |
| | | }, |
| | | jam: { |
| | | uuid: "uuid", |
| | |
| | | }, |
| | | action: { |
| | | uuid: "uuid", |
| | | groupId: "group no", |
| | | groupId: "group", |
| | | busId: "bus", |
| | | taskId: "task", |
| | | seqNum: "seq num", |
| | |
| | | } |
| | | } |
| | | }, |
| | | segment: { |
| | | enums: { |
| | | state: { |
| | | init: 'INIT', |
| | | waiting: 'WAITING', |
| | | running: 'RUNNING', |
| | | finish: 'FINISH', |
| | | }, |
| | | }, |
| | | }, |
| | | } |
| | | }; |
| | | |