| | |
| | | import { settings } from 'pixi.js'; |
| | | import englishMessages from 'ra-language-english'; |
| | | import enMap from './core/enMap'; |
| | | |
| | | const customEnglishMessages = { |
| | | ...englishMessages, |
| | | ...enMap, |
| | | hello: 'Hello World', |
| | | common: { |
| | | response: { |
| | |
| | | tip: 'Tip', |
| | | desc: 'Are you sure you want to proceed?', |
| | | }, |
| | | placeholder: 'Please enter your search content', |
| | | }, |
| | | }, |
| | | filters: { |
| | |
| | | bootTime: "boot time", |
| | | workTime: "work time", |
| | | workDistance: "mileage", |
| | | tempQua: "temp", |
| | | backpack: "backpack", |
| | | password: "password", |
| | | }, |
| | | actionSts: { |
| | |
| | | } |
| | | }, |
| | | map: { |
| | | welcome: 'Welcome To Rcs', |
| | | devices: { |
| | | title: 'Icons', |
| | | shelf: 'SHELF', |
| | | charge: 'CHARGE', |
| | | station: 'STATION', |
| | | direction: 'DIRECTION', |
| | | agv: 'AGV', |
| | | point: 'POINT', |
| | | }, |
| | | action: { |
| | | startup: 'Startup', |
| | |
| | | observer: 'OBSERVER', |
| | | movable: 'MOVABLE', |
| | | settings: 'SETTINGS', |
| | | }, |
| | | insight: { |
| | | title: 'Insight', |
| | | shelf: { |
| | | outbound: 'Outbound', |
| | | updateStatus: 'Update Status', |
| | | }, |
| | | }, |
| | | settings: { |
| | | title: 'Settings', |
| | |
| | | bay: 'Bay', |
| | | }, |
| | | }, |
| | | }, |
| | | insight: { |
| | | title: 'Insight', |
| | | }, |
| | | }, |
| | | } |