| | |
| | | import chineseMessages from "./core/chineseMessages"; |
| | | import zhMap from "./core/zhMap"; |
| | | |
| | | const customChineseMessages = { |
| | | ...chineseMessages, |
| | | ...zhMap, |
| | | hello: '你好世界', |
| | | common: { |
| | | response: { |
| | |
| | | bootTime: "开机时间", |
| | | workTime: "工作时间", |
| | | workDistance: "累计里程", |
| | | tempQua: "暂存数量", |
| | | backpack: "背篓", |
| | | password: "密码", |
| | | online: '在线', |
| | | task: '任务', |
| | | }, |
| | | actionSts: { |
| | | uuid: "编号", |
| | |
| | | save: '保存地图', |
| | | clear: '清空地图', |
| | | adapt: '适配', |
| | | disable: '禁用', |
| | | enable: '启用', |
| | | reset: '重置', |
| | | }, |
| | | mode: { |
| | | observer: '观察模式', |
| | |
| | | }, |
| | | insight: { |
| | | title: '详情', |
| | | tabs: { |
| | | control: '控制', |
| | | }, |
| | | shelf: { |
| | | outbound: '出库', |
| | | updateStatus: '修改状态', |
| | | }, |
| | | }, |
| | | settings: { |
| | | title: '设置', |
| | |
| | | bay: '列', |
| | | }, |
| | | }, |
| | | }, |
| | | insight: { |
| | | title: '详情', |
| | | }, |
| | | }, |
| | | } |