verou
2025-03-19 932bd3b979d52a4f9147a63adbe6a258a865ed5f
rsf-admin/src/i18n/en.js
@@ -107,7 +107,6 @@
    },
    menu: {
        dashboard: 'Dashboard',
        basicInfo: 'BasicInfo',
        settings: 'Settings',
        basicInfo: 'BasicInfo',
        system: 'System',
@@ -128,6 +127,7 @@
        warehouse: 'Warehouse',
        warehouseAreas: 'WarehouseAreas',
        loc: 'Loc',
        locType: 'LocType',
        container: 'Container',
        contract: 'Contract',
        qlyInspect: 'QlyInspect',
@@ -353,6 +353,12 @@
                maxPack: "MaxPack",
                flagLabelMange: "FlagLabelMange",
                locAttrs: "LocAttrs",
                useStatus: 'useStatus'
            },
            locType: {
                uuid: "uuid",
                name: "name",
                regex: "regex",
            },
            container: {
                code: "Code",
@@ -609,7 +615,8 @@
        print: "print",
        enable: 'enable',
        unenable: 'unenable',
        locInit: 'loc init'
        locInit: 'loc init',
        batch: 'batch',
    },
};