#
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: {
@@ -74,6 +76,7 @@
                tip: '提示',
                desc: '您确定要执行此操作吗?',
            },
            placeholder: '请输入搜索内容',
        },
    },
    filters: {
@@ -392,7 +395,7 @@
                bootTime: "开机时间",
                workTime: "工作时间",
                workDistance: "累计里程",
                tempQua: "暂存数量",
                backpack: "背篓",
                password: "密码",
            },
            actionSts: {
@@ -620,12 +623,15 @@
            }
        },
        map: {
            welcome: '欢迎使用RCS',
            devices: {
                title: '图标库',
                shelf: '货架',
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
                agv: '车辆',
                point: '定位点',
            },
            action: {
                startup: '启动RCS',
@@ -639,6 +645,13 @@
                observer: '观察模式',
                movable: '编辑模式',
                settings: '配置模式',
            },
            insight: {
                title: '详情',
                shelf: {
                    outbound: '出库',
                    updateStatus: '修改状态',
                },
            },
            settings: {
                title: '设置',
@@ -686,9 +699,6 @@
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }