#
luxiaotao1123
2024-10-11 d73debf39bbc3506f11a22a0df1d5e561fd76fbb
zy-acs-flow/src/i18n/zh.js
@@ -48,6 +48,7 @@
            before: '结束时间'
        },
        action: {
            reset: '重置',
            expand: '展开',
            expandAll: '全部展开',
            collapse: '折叠',
@@ -618,6 +619,61 @@
                }
            }
        },
        map: {
            devices: {
                title: '图标库',
                shelf: '货架',
                charge: '充电桩',
                station: '输送线',
                direction: '方向',
            },
            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: '降序',
                        },
                    },
                    more: {
                        title: '更多',
                    },
                },
                config: {
                    title: '系统参数',
                    base: {
                        no: '编号',
                    },
                    shelf: {
                        row: '排',
                        bay: '列',
                    },
                },
            },
            insight: {
                title: '详情',
            },
        },
    }
};