| | |
| | | }, |
| | | loadMore: 'Load More Data', |
| | | complete: 'Complete', |
| | | deprecate: 'Deprecate', |
| | | }, |
| | | msg: { |
| | | confirm: { |
| | |
| | | avoAgv: "avoid agv", |
| | | avoCode: "avoid code", |
| | | avoSeg: "avoid seg", |
| | | cycleAvo: "cycle avoid", |
| | | cycleAvo: "cycle", |
| | | cycleCode: "cycle code", |
| | | startTime: "start time", |
| | | notifyTime: "notify time", |
| | |
| | | } |
| | | } |
| | | }, |
| | | segment: { |
| | | enums: { |
| | | state: { |
| | | init: 'INIT', |
| | | waiting: 'WAITING', |
| | | running: 'RUNNING', |
| | | finish: 'FINISH', |
| | | }, |
| | | }, |
| | | }, |
| | | jam: { |
| | | enums: { |
| | | state: { |
| | | running: 'RUNNING', |
| | | finish: 'FINISH', |
| | | fail: 'FAIL', |
| | | deprecated: 'DEPRECATED', |
| | | done: "DONE", |
| | | }, |
| | | }, |
| | | }, |
| | | } |
| | | }; |
| | | |