| | |
| | | runPath: 'Run Path', |
| | | actions: 'Actions', |
| | | }, |
| | | area: { |
| | | uuid: "uuid", |
| | | name: "name", |
| | | code: "code", |
| | | zoneId: "zone", |
| | | type: "type", |
| | | maxCount: "max count", |
| | | speedLimit: "speed limit", |
| | | shapeType: "shape type", |
| | | shapeData: "shape data", |
| | | color: "color", |
| | | priority: "priority", |
| | | version: "version", |
| | | }, |
| | | } |
| | | }, |
| | | page: { |
| | |
| | | flip: 'FLIP', |
| | | fake: 'FAKE', |
| | | route: 'ROUTE', |
| | | area: 'AREA', |
| | | disable: 'DISABLE', |
| | | enable: 'ENABLE', |
| | | reset: 'RESET', |
| | |
| | | oneClickPatrol: 'One-click Patrol', |
| | | cancelPatrol: 'Cancel Patrol', |
| | | addArea: 'Add Area', |
| | | areaList: 'Area List', |
| | | }, |
| | | mode: { |
| | | observer: 'OBSERVER', |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | area: { |
| | | title: 'Area Settings', |
| | | tabs: { |
| | | basic: 'Basic', |
| | | advanced: 'Advanced', |
| | | }, |
| | | form: { |
| | | name: 'Name', |
| | | agv: 'Assign AGVs', |
| | | agvPlaceholder: 'Select AGVs', |
| | | codes: 'Codes in area (%{count})', |
| | | codesEmpty: 'No codes', |
| | | code: 'Area Code', |
| | | maxQty: 'Maximum Quantity', |
| | | speedLimit: 'Speed Limit', |
| | | startX: 'Start X', |
| | | startY: 'Start Y', |
| | | endX: 'End X', |
| | | endY: 'End Y', |
| | | memo: 'Memo', |
| | | priority: 'Priority', |
| | | }, |
| | | confirm: { |
| | | save: 'Save current changes?', |
| | | delete: 'This action cannot be undone. Delete this area?', |
| | | }, |
| | | prompt: { |
| | | nameInput: 'Please enter area name', |
| | | areaName: 'Please enter area name', |
| | | }, |
| | | msg: { |
| | | areaCreated: 'Area "%{name}" created', |
| | | }, |
| | | }, |
| | | }, |
| | | } |
| | | }; |