|  |  | 
 |  |  | 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: { | 
 |  |  | 
 |  |  |                 bootTime: "boot time", | 
 |  |  |                 workTime: "work time", | 
 |  |  |                 workDistance: "mileage", | 
 |  |  |                 tempQua: "temp", | 
 |  |  |                 backpack: "backpack", | 
 |  |  |                 password: "password", | 
 |  |  |             }, | 
 |  |  |             actionSts: { | 
 |  |  | 
 |  |  |             }, | 
 |  |  |             insight: { | 
 |  |  |                 title: 'Insight', | 
 |  |  |  | 
 |  |  |                 shelf: { | 
 |  |  |                     outbound: 'Outbound', | 
 |  |  |                     updateStatus: 'Update Status', | 
 |  |  |                 }, | 
 |  |  |             }, | 
 |  |  |             settings: { | 
 |  |  |                 title: 'Settings', | 
 |  |  | 
 |  |  |                         bay: 'Bay', | 
 |  |  |                     }, | 
 |  |  |                 }, | 
 |  |  |             }, | 
 |  |  |             insight: { | 
 |  |  |                 title: 'Insight', | 
 |  |  |             }, | 
 |  |  |         }, | 
 |  |  |     } |