| | |
| | | import { settings } from 'pixi.js'; |
| | | import englishMessages from 'ra-language-english'; |
| | | |
| | | const customEnglishMessages = { |
| | |
| | | loadMore: 'Load More Data', |
| | | complete: 'Complete', |
| | | deprecate: 'Deprecate', |
| | | resend: 'RESEND', |
| | | selected: 'selected', |
| | | }, |
| | | msg: { |
| | | confirm: { |
| | |
| | | errTime: "err time", |
| | | errDesc: "error", |
| | | }, |
| | | mission: { |
| | | backpack: 'Backpack', |
| | | code: 'Code', |
| | | task: 'Task', |
| | | lastSendDate: 'Last sending date', |
| | | actionCount: 'Action Count', |
| | | runPath: 'Run Path', |
| | | actions: 'Actions', |
| | | }, |
| | | } |
| | | }, |
| | | page: { |
| | |
| | | }, |
| | | }, |
| | | mission: { |
| | | backToMission: 'Back to mission', |
| | | enums: { |
| | | posType: { |
| | | MOVE: 'Move', |
| | |
| | | } |
| | | } |
| | | }, |
| | | map: { |
| | | devices: { |
| | | title: 'Icons', |
| | | shelf: 'SHELF', |
| | | charge: 'CHARGE', |
| | | station: 'STATION', |
| | | direction: 'DIRECTION', |
| | | }, |
| | | settings: { |
| | | title: 'Settings', |
| | | map: { |
| | | title: 'Map Parameters', |
| | | }, |
| | | config: { |
| | | title: 'Config Parameters', |
| | | }, |
| | | }, |
| | | insight: { |
| | | title: 'Insight', |
| | | }, |
| | | }, |
| | | } |
| | | }; |
| | | |