#
luxiaotao1123
2024-10-10 353f5e634a46ad682b3bd72b0e0592d30ef4eb87
zy-acs-flow/src/i18n/zh.js
@@ -48,6 +48,7 @@
            before: '结束时间'
        },
        action: {
            reset: '重置',
            expand: '展开',
            expandAll: '全部展开',
            collapse: '折叠',
@@ -66,6 +67,7 @@
            complete: '完成',
            deprecate: '废弃',
            resend: '重发',
            selected: '项选中',
        },
        msg: {
            confirm: {
@@ -617,6 +619,41 @@
                }
            }
        },
        map: {
            devices: {
                title: '图标库',
                shelf: '货架',
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
            },
            settings: {
                title: '设置',
                map: {
                    title: '地图参数',
                    base: {
                        position: '定位',
                        scale: '缩放',
                        rotation: '旋转',
                    },
                    copy: {
                        title: '复制',
                        direction: '方向',
                        left: '左',
                        right: '右',
                        up: '上',
                        down: '下',
                        count: '数量',
                    },
                },
                config: {
                    title: '系统参数',
                },
            },
            insight: {
                title: '详情',
            },
        },
    }
};