#
luxiaotao1123
2024-10-17 5414736b9689da31db31f315808d312743b1a31f
zy-acs-flow/src/i18n/zh.js
@@ -1,7 +1,9 @@
import chineseMessages from "./core/chineseMessages";
import zhMap from "./core/zhMap";
const customChineseMessages = {
    ...chineseMessages,
    ...zhMap,
    hello: '你好世界',
    common: {
        response: {
@@ -393,7 +395,7 @@
                bootTime: "开机时间",
                workTime: "工作时间",
                workDistance: "累计里程",
                tempQua: "暂存数量",
                backpack: "背篓",
                password: "密码",
            },
            actionSts: {
@@ -646,6 +648,13 @@
            },
            insight: {
                title: '详情',
                tabs: {
                    control: '控制',
                },
                shelf: {
                    outbound: '出库',
                    updateStatus: '修改状态',
                },
            },
            settings: {
                title: '设置',
@@ -693,9 +702,6 @@
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }