#
luxiaotao1123
2024-10-17 1e465fcab874dd5bf60fdff4151a3742b5a755b0
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: {
@@ -644,6 +646,13 @@
                movable: '编辑模式',
                settings: '配置模式',
            },
            insight: {
                title: '详情',
                shelf: {
                    outbound: '出库',
                    updateStatus: '修改状态',
                },
            },
            settings: {
                title: '设置',
                map: {
@@ -690,9 +699,6 @@
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }