#
whycq
2025-02-25 ebc705fe5482feff811d526b5c6377bab223ea30
rsf-admin/src/i18n/zh.js
@@ -1,3 +1,4 @@
import { code, s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -125,6 +126,13 @@
        matnrGroup: '物料分组',
        warehouse: '仓库信息',
        warehouseAreas: '仓库库区',
        loc: '基础库位',
        container: '容器管理',
        contract: '合同信息',
        qlyInspect: '质检信息',
        dictType: '数据字典',
        dictData: '字典数据集',
        companys: '往来企业',
    },
@@ -240,7 +248,7 @@
                code: "物料编码",
                shipperId: "货主标识",
                groupId: "分组标识",
                batchRegularId: "批次规则标识",
                rglarId: "批次规则标识",
                erpCode: "ERP编码",
                spec: "规格",
                model: "型号",
@@ -250,16 +258,16 @@
                describle: "描述",
                nromNum: "标包数量",
                unit: "单位",
                purchaseUnit: "采购单位",
                purUnit: "采购单位",
                stockUnit: "库存单位",
                stockLeval: "ABC分类",
                stockLevel: "ABC分类",
                isLabelMange: "标签管理",
                safetyQty: "安全值",
                safeQty: "安全值",
                minQty: "最小值",
                maxQty: "最大值",
                stagnate: "停滞预警值",
                validity: "保质期",
                validityWarr: "效期预警",
                stagn: "停滞预警值",
                valid: "保质期",
                validWarn: "效期预警",
                flagCheck: "免检",
            },
            matnrGroup: {
@@ -288,6 +296,80 @@
                flagLabelMange: "标签管理",
                flagMix: "混放",
            },
            loc: {
                areaId: "库区标识",
                code: "编码",
                type: "类型",
                name: "名称",
                flagLogic: "虚拟库位",
                fucAtrrs: "功能属性",
                barcode: "容器码",
                unit: "单位",
                size: "长/宽/高",
                row: "排",
                col: "列",
                lev: "层",
                channel: "通道",
                maxParts: "最大零件数",
                maxPack: "最大包装数",
                flagLabelMange: "标签管理",
                locAttrs: "属性",
            },
            container: {
                code: "编码",
                name: "名称",
                typeId: "类型",
                used: "使用次数",
                lenght: "长度",
                width: "宽",
                height: "高",
                rstLen: "限长",
                rstWid: "限宽",
                rstWei: "限重",
                rstHei: "限高",
                panrentId: "父级",
                vaildTime: "有效期",
                flagRycle: "回收",
                flagLogic: "虚拟容器",
            },
            contract: {
                code: "编码",
                name: "名称",
                projectName: "项目名称",
            },
            qlyInspect: {
                code: "编码",
                name: "名称",
            },
            dictType: {
                code: "字典编码",
                name: "字典名称",
                description: "内容描述",
            },
            dictData: {
                dictTypeId: "字典标识",
                dictTypeCode: "字典编码",
                value: "值",
                label: "别名",
                sort: "排序",
                color: "颜色",
            },
            companys: {
                code: "企业编码",
                name: "名称",
                nameEn: "英文别名",
                breifCode: "助记码",
                type: "类型",
                contact: "联系人",
                tel: "联系电话",
                email: "电子邮件",
                pcode: "邮编",
                province: "省份",
                city: "城市",
                address: "地址",
            },
        }
    },
    page: {
@@ -344,6 +426,21 @@
                },
            },
        },
        matnr: {
            title: {
                basic: '基础属性',
                control: '控制属性',
                batchRole: '批次规则',
            }
        }
    },
    form: {
        matnr: {
            name: '物料名称不能为空',
            code: '物料编码不能为空',
            shipper: '货主不能为空',
            groupId: '分组不能为空',
        }
    }
};