| | |
| | | import chineseMessages from "./core/chineseMessages"; |
| | | import zhMap from "./core/zhMap"; |
| | | |
| | | const customChineseMessages = { |
| | | ...chineseMessages, |
| | | ...zhMap, |
| | | hello: '你好世界', |
| | | common: { |
| | | response: { |
| | |
| | | bootTime: "开机时间", |
| | | workTime: "工作时间", |
| | | workDistance: "累计里程", |
| | | tempQua: "暂存数量", |
| | | backpack: "背篓", |
| | | password: "密码", |
| | | }, |
| | | actionSts: { |
| | |
| | | movable: '编辑模式', |
| | | settings: '配置模式', |
| | | }, |
| | | insight: { |
| | | title: '详情', |
| | | shelf: { |
| | | outbound: '出库', |
| | | updateStatus: '修改状态', |
| | | }, |
| | | }, |
| | | settings: { |
| | | title: '设置', |
| | | map: { |
| | |
| | | bay: '列', |
| | | }, |
| | | }, |
| | | }, |
| | | insight: { |
| | | title: '详情', |
| | | }, |
| | | }, |
| | | } |