skyouc
2025-02-25 bdb48eded583e163656a73890c0c6f07c366ac26
rsf-admin/src/i18n/zh.js
@@ -1,3 +1,4 @@
import { s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -125,7 +126,15 @@
        matnrGroup: '物料分组',
        warehouse: '仓库信息',
        warehouseAreas: '仓库库区',
        loc: '基础库位',
        container: '容器管理',
        contract: '合同信息',
        qlyInspect: '质检信息',
        dictType: '数据字典',
        dictData: '字典数据集',
        companys: '往来企业',
        serialRuleItem: '编码规则子表',
        serialRule: '编码规则',
    },
    table: {
@@ -240,7 +249,7 @@
                code: "物料编码",
                shipperId: "货主标识",
                groupId: "分组标识",
                batchRegularId: "批次规则标识",
                rglarId: "批次规则标识",
                erpCode: "ERP编码",
                spec: "规格",
                model: "型号",
@@ -250,16 +259,16 @@
                describle: "描述",
                nromNum: "标包数量",
                unit: "单位",
                purchaseUnit: "采购单位",
                purUnit: "采购单位",
                stockUnit: "库存单位",
                stockLeval: "ABC分类",
                stockLevel: "ABC分类",
                isLabelMange: "标签管理",
                safetyQty: "安全值",
                safeQty: "安全值",
                minQty: "最小值",
                maxQty: "最大值",
                stagnate: "停滞预警值",
                validity: "保质期",
                validityWarr: "效期预警",
                stagn: "停滞预警值",
                valid: "保质期",
                validWarn: "效期预警",
                flagCheck: "免检",
            },
            matnrGroup: {
@@ -287,6 +296,96 @@
                flagMinus: "允许负库存",
                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: "地址",
            },
            serialRuleItem: {
                ruleId: "规则标识",
                wkType: "规则类型",
                feildValue: "规则参数",
                len: "截取长度",
                lenStr: "截取起始位置",
                sort: "排序",
            },
            serialRule: {
                code: "规则编码",
                name: "规则名称",
                delimit: "分隔符",
                reset: "重置规则",
                resetDep: "重置依赖",
                currValue: "当前流水号",
                lastCode: "最近生成编码",
            },
        }
    },
@@ -344,6 +443,20 @@
                },
            },
        },
        matnr: {
            title: {
                basic: '基础属性',
                control: '控制属性',
                batchRole: '批次规则',
            }
        }
    },
    form: {
        matnr: {
            name: '物料名称不能为空',
            shipper: '货主不能为空',
            groupId: '分组不能为空',
        }
    }
};