#
luxiaotao1123
2024-10-14 bf4a9d88a55a95f54e7c7bf7f397fa6b18258743
zy-acs-flow/src/i18n/zh.js
@@ -48,6 +48,7 @@
            before: '结束时间'
        },
        action: {
            reset: '重置',
            expand: '展开',
            expandAll: '全部展开',
            collapse: '折叠',
@@ -66,11 +67,12 @@
            complete: '完成',
            deprecate: '废弃',
            resend: '重发',
            selected: '项选中',
        },
        msg: {
            confirm: {
                tip: '提示',
                desc: '你确定要操作此项吗?',
                desc: '您确定要执行此操作吗?',
            },
        },
    },
@@ -525,6 +527,15 @@
                errTime: "异常时间",
                errDesc: "异常",
            },
            mission: {
                backpack: '背篓',
                code: '地面码',
                task: '任务',
                lastSendDate: '最近下发时间',
                actionCount: '动作数量',
                runPath: '走行路径',
                actions: '动作列表',
            },
        }
    },
    page: {
@@ -595,6 +606,7 @@
            },
        },
        mission: {
            backToMission: '返回',
            enums: {
                posType: {
                    MOVE: '走行',
@@ -607,6 +619,78 @@
                }
            }
        },
        map: {
            devices: {
                title: '图标库',
                shelf: '货架',
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
            },
            action: {
                startup: '启动RCS',
                shutdown: '暂停RCS',
                monitor: '日志监控',
                save: '保存地图',
                clear: '清空地图',
                adapt: '适配',
            },
            mode: {
                observer: '观察模式',
                movable: '编辑模式',
                settings: '配置模式',
            },
            settings: {
                title: '设置',
                map: {
                    title: '地图参数',
                    base: {
                        position: '定位',
                        scale: '缩放',
                        rotation: '旋转',
                    },
                    copy: {
                        title: '复制',
                        direction: '方向',
                        left: '左',
                        right: '右',
                        up: '上',
                        down: '下',
                        count: '数量',
                        execute: '执行',
                        reverse: '撤销',
                        field: {
                            gap: '间距',
                            autoIncrement: '自增长',
                            incrementValue: '自增长值',
                            incrementMode: '增长方式',
                            ascend: '升序',
                            descend: '降序',
                        },
                        valid: {
                            common: '请先设置系统参数',
                            shelf: '请先在系统参数中设置排和列',
                        },
                    },
                    more: {
                        title: '更多',
                    },
                },
                config: {
                    title: '系统参数',
                    base: {
                        no: '编号',
                    },
                    shelf: {
                        row: '排',
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }
};