verou
2025-03-15 75d3e411d1a6ac9c83b4f595db581c8c337e50a9
rsf-admin/src/i18n/en.js
@@ -142,6 +142,7 @@
        whMat: 'Warehouse Mat',
        fields: 'Extend Fields',
        fieldsItem: 'Extend Fields Items',
        warehouseAreasItem: 'WarehouseAreasItem',
    },
    table: {
        field: {
@@ -303,6 +304,25 @@
                flagLabelMange: "flagLabelMange",
                flagMix: "flagMix",
            },
            warehouseAreasItem: {
                areaId: "areaId",
                areaName: "areaName",
                matnrId: "matnrId",
                matnrName: "matnrName",
                matnrCode: "matnrCode",
                fieldsIndex: "fieldsIndex",
                barcode: "barcode",
                anfme: "anfme",
                batch: "batch",
                unit: "unit",
                stockUnit: "stockUnit",
                brand: "brand",
                shipperId: "shipperId",
                splrId: "splrId",
                weight: "weight",
                prodTime: "prodTime",
                splrBtch: "splrBtch",
            },
            loc: {
                warehouseId: "Warehouse",
                areaId: "Area",
@@ -346,8 +366,26 @@
                projectName: "ProjectName",
            },
            qlyInspect: {
                code: "Code",
                name: "Name",
                code: "code",
                wkType: "wkType",
                safeQty: "safeQty",
                dlyQty: "dlyQty",
                rcptQty: "rcptQty",
                isptQty: "isptQty",
            },
            qlyIsptItem: {
                ispectId: "ispectId",
                matnrCode: "matnrCode",
                maktx: "maktx",
                label: "label",
                splrName: "splrName",
                splrBatch: "splrBatch",
                stockBatch: "stockBatch",
                rcptQty: "rcptQty",
                dlyQty: "dlyQty",
                disQty: "disQty",
                safeQty: "safeQty",
                picPath: "picPath",
            },
            dictType: {
                code: "Code",
@@ -422,7 +460,7 @@
                poDetlId: "poDetlId",
                poDetlCode: "poDetlCode",
                matnrId: "matnrId",
                matnk: "matnk",
                maktx: "maktx",
                anfme: "anfme",
                stockUnit: "stockUnit",
                purQty: "purQty",
@@ -553,7 +591,12 @@
            shipper: 'shipper is required',
            groupId: 'groupId is required',
        }
    }
    },
    toolbar: {
        inspection: "Inspection",
        creatcode: "creatcode",
        print: "print",
    },
};
export default customEnglishMessages;