#
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: {
@@ -74,6 +76,7 @@
                tip: '提示',
                desc: '您确定要执行此操作吗?',
            },
            placeholder: '请输入搜索内容',
        },
    },
    filters: {
@@ -392,8 +395,10 @@
                bootTime: "开机时间",
                workTime: "工作时间",
                workDistance: "累计里程",
                tempQua: "暂存数量",
                backpack: "背篓",
                password: "密码",
                online: '在线',
                task: '任务',
            },
            actionSts: {
                uuid: "编号",
@@ -627,6 +632,8 @@
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
                agv: '车辆',
                point: '定位点',
            },
            action: {
                startup: '启动RCS',
@@ -635,11 +642,24 @@
                save: '保存地图',
                clear: '清空地图',
                adapt: '适配',
                disable: '禁用',
                enable: '启用',
                reset: '重置',
            },
            mode: {
                observer: '观察模式',
                movable: '编辑模式',
                settings: '配置模式',
            },
            insight: {
                title: '详情',
                tabs: {
                    control: '控制',
                },
                shelf: {
                    outbound: '出库',
                    updateStatus: '修改状态',
                },
            },
            settings: {
                title: '设置',
@@ -687,9 +707,6 @@
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }