verou
2025-03-20 d54f1f6379ee80692e6762b89c3d1eef386fefa4
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,8 @@
        warehouse: 'Warehouse',
        warehouseAreas: 'WarehouseAreas',
        loc: 'Loc',
        locType: 'LocType',
        locArea: 'locArea',
        container: 'Container',
        contract: 'Contract',
        qlyInspect: 'QlyInspect',
@@ -143,6 +145,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 +305,7 @@
            warehouseAreas: {
                uuid: "uuid",
                name: "name",
                wareId: "ware",
                code: "code",
                shipperId: "shipperId",
                supplierId: "supplierId",
@@ -334,6 +343,9 @@
                barcode: "Barcode",
                unit: "Unit",
                size: "Size",
                length: "length",
                width: "width",
                height: "height",
                row: "Row",
                col: "Col",
                lev: "Lev",
@@ -342,6 +354,18 @@
                maxPack: "MaxPack",
                flagLabelMange: "FlagLabelMange",
                locAttrs: "LocAttrs",
                useStatus: 'useStatus'
            },
            locType: {
                uuid: "uuid",
                name: "name",
                regex: "regex",
            },
            locArea: {
                name: "name",
                code: "code",
                areaId: "areaId",
                locId: "locId",
            },
            container: {
                code: "Code",
@@ -596,6 +620,11 @@
        inspection: "Inspection",
        creatcode: "creatcode",
        print: "print",
        enable: 'enable',
        unenable: 'unenable',
        locInit: 'loc init',
        batch: 'batch',
        confirm: 'confirm',
    },
};