whycq
2025-02-21 bea0dac85e865e3d5dae5b3fd641eb07a4b1b80c
rsf-admin/src/i18n/zh.js
@@ -107,6 +107,7 @@
    menu: {
        dashboard: '控制台',
        settings: '个人设置',
        basicInfo: '基础信息',
        system: '系统设置',
        user: '用户管理',
        role: '角色管理',
@@ -118,6 +119,14 @@
        config: '配置参数',
        tenant: '租户管理',
        userLogin: '登录日志',
        customer: '客户表',
        shipper: '货主信息',
        matnr: '物料表',
        matnrGroup: '物料分组',
        warehouse: '仓库信息',
        warehouseAreas: '仓库库区',
    },
    table: {
        field: {
@@ -218,6 +227,67 @@
                result: "result",
                userId: "操作用户",
            },
            customer: {
                uuid: "编号",
                name: "客户名",
            },
            shipper: {
                uuid: "编码",
                name: "名称",
            },
            matnr: {
                name: "物料名称",
                code: "物料编码",
                shipperId: "货主标识",
                groupId: "分组标识",
                rglarId: "批次规则标识",
                erpCode: "ERP编码",
                spec: "规格",
                model: "型号",
                weight: "重量",
                color: "颜色",
                size: "尺寸",
                describle: "描述",
                nromNum: "标包数量",
                unit: "单位",
                purUnit: "采购单位",
                stockUnit: "库存单位",
                stockLevel: "ABC分类",
                isLabelMange: "标签管理",
                safeQty: "安全值",
                minQty: "最小值",
                maxQty: "最大值",
                stagn: "停滞预警值",
                valid: "保质期",
                validWarn: "效期预警",
                flagCheck: "免检",
            },
            matnrGroup: {
                name: "名称",
                code: "编码",
                parentId: "父类标识",
            },
            warehouse: {
                name: "名称",
                code: "编码",
                factory: "工厂",
                address: "地址",
                longitude: "经度",
                latgitude: "纬度",
                length: "长",
                width: "宽",
                height: "高",
            },
            warehouseAreas: {
                uuid: "唯一编码",
                name: "名称",
                code: "编码",
                shipperId: "货主",
                supplierId: "供应商",
                flagMinus: "允许负库存",
                flagLabelMange: "标签管理",
                flagMix: "混放",
            },
        }
    },
    page: {
@@ -229,9 +299,11 @@
            title: '欢迎使用',
            footer: 'Footer Goes Here',
            tenant: '公司',
            username: '账号',
            email: '邮箱地址',
            username: '登录账号',
            password: '密码',
            confirmPwd: '确认密码',
            code: '验证码',
            tab: {
                login: '登录',
                register: '注册',
@@ -239,6 +311,7 @@
            button: {
                login: '登录',
                register: '注册',
                code: '获取验证码',
            },
        },
        settings: {