#
luxiaotao1123
2024-10-17 a2cd787d41975c35d3ddaaa78271e04dbd15087f
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,8 +395,10 @@
                bootTime: "开机时间",
                workTime: "工作时间",
                workDistance: "累计里程",
                tempQua: "暂存数量",
                backpack: "背篓",
                password: "密码",
                online: '在线',
                task: '任务',
            },
            actionSts: {
                uuid: "编号",
@@ -638,11 +642,24 @@
                save: '保存地图',
                clear: '清空地图',
                adapt: '适配',
                disable: '禁用',
                enable: '启用',
                reset: '重置',
            },
            mode: {
                observer: '观察模式',
                movable: '编辑模式',
                settings: '配置模式',
            },
            insight: {
                title: '详情',
                tabs: {
                    control: '控制',
                },
                shelf: {
                    outbound: '出库',
                    updateStatus: '修改状态',
                },
            },
            settings: {
                title: '设置',
@@ -690,9 +707,6 @@
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }