#
luxiaotao1123
2024-10-10 cbd9fde3a2f8d4f5c45bea1a5215ad843e8dabc6
zy-acs-flow/src/i18n/zh.js
@@ -66,6 +66,7 @@
            complete: '完成',
            deprecate: '废弃',
            resend: '重发',
            selected: '项选中',
        },
        msg: {
            confirm: {
@@ -525,6 +526,15 @@
                errTime: "异常时间",
                errDesc: "异常",
            },
            mission: {
                backpack: '背篓',
                code: '地面码',
                task: '任务',
                lastSendDate: '最近下发时间',
                actionCount: '动作数量',
                runPath: '走行路径',
                actions: '动作列表',
            },
        }
    },
    page: {
@@ -595,6 +605,7 @@
            },
        },
        mission: {
            backToMission: '返回',
            enums: {
                posType: {
                    MOVE: '走行',
@@ -607,6 +618,27 @@
                }
            }
        },
        map: {
            devices: {
                title: '图标库',
                shelf: '货架',
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
            },
            settings: {
                title: '设置',
                map: {
                    title: '地图参数',
                },
                config: {
                    title: '系统参数',
                },
            },
            insight: {
                title: '详情',
            },
        },
    }
};