verou
2025-03-22 20ae0edc104dc621fb3322aaf219143378920269
rsf-admin/src/i18n/en.js
@@ -68,6 +68,7 @@
            deprecate: 'Deprecate',
            resend: 'RESEND',
            selected: 'selected',
            batch: 'batch'
        },
        msg: {
            confirm: {
@@ -106,7 +107,6 @@
    },
    menu: {
        dashboard: 'Dashboard',
        basicInfo: 'BasicInfo',
        settings: 'Settings',
        basicInfo: 'BasicInfo',
        system: 'System',
@@ -127,6 +127,9 @@
        warehouse: 'Warehouse',
        warehouseAreas: 'WarehouseAreas',
        loc: 'Loc',
        locType: 'LocType',
        locArea: 'locArea',
        locAreaMatRela: 'LocAreaMatRela',
        container: 'Container',
        contract: 'Contract',
        qlyInspect: 'QlyInspect',
@@ -143,6 +146,12 @@
        fields: 'Extend Fields',
        fieldsItem: 'Extend Fields Items',
        warehouseAreasItem: 'WarehouseAreasItem',
        endBay: "endBay",
        endLev: "endLev",
        endRow: "endRow",
        startBay: "startBay",
        startLev: "startLev",
        startRow: "startRow",
    },
    table: {
        field: {
@@ -297,6 +306,7 @@
            warehouseAreas: {
                uuid: "uuid",
                name: "name",
                wareId: "ware",
                code: "code",
                shipperId: "shipperId",
                supplierId: "supplierId",
@@ -334,6 +344,9 @@
                barcode: "Barcode",
                unit: "Unit",
                size: "Size",
                length: "length",
                width: "width",
                height: "height",
                row: "Row",
                col: "Col",
                lev: "Lev",
@@ -342,6 +355,28 @@
                maxPack: "MaxPack",
                flagLabelMange: "FlagLabelMange",
                locAttrs: "LocAttrs",
                useStatus: 'useStatus',
                locAreaId: 'locAreaId'
            },
            locType: {
                uuid: "uuid",
                code: "code",
                name: "name",
                regex: "regex",
            },
            locArea: {
                name: "name",
                code: "code",
                areaId: "areaId",
                locId: "locId",
            },
            locAreaMatRela: {
                areaId: "areaId",
                code: "code",
                matnrId: "matnrId",
                groupId: "groupId",
                locTypeId: "locTypeId",
                locId: "locId",
            },
            container: {
                code: "Code",
@@ -460,7 +495,7 @@
                poDetlId: "poDetlId",
                poDetlCode: "poDetlCode",
                matnrId: "matnrId",
                matnk: "matnk",
                maktx: "maktx",
                anfme: "anfme",
                stockUnit: "stockUnit",
                purQty: "purQty",
@@ -596,6 +631,14 @@
        inspection: "Inspection",
        creatcode: "creatcode",
        print: "print",
        enable: 'enable',
        unenable: 'unenable',
        locInit: 'loc init',
        batch: 'batch',
        confirm: 'confirm',
        subzone: 'subzone',
        bindmatnr: 'bind matnr',
        bindloc: 'bind loc',
    },
};