skyouc
2025-05-10 f41c5fb9fffd73f2c39cd9280d72ff89c5e4ee02
rsf-admin/src/i18n/en.js
@@ -24,6 +24,10 @@
            memoWrap: 'memo wrap',
            memo: 'memo',
            opt: 'operate',
            supplier: 'Supplier',
            customer: 'Customer',
            shipper: 'Shipper',
            partners: 'Strategic Partners',
        },
        list: {
            empty: {
@@ -56,6 +60,7 @@
            expand: 'Expand',
            expandAll: 'Expand All',
            collapse: 'Collapse',
            newAddMats: 'New Mats',
            collapseAll: 'Collapse All',
            scope: 'Assign',
            import: {
@@ -70,6 +75,7 @@
            loadMore: 'Load More Data',
            complete: 'Complete',
            deprecate: 'Deprecate',
            stockError: 'Empty',
            inputPlaceholder: 'Use commas to separate',
            resend: 'RESEND',
            selected: 'selected',
@@ -168,15 +174,19 @@
        stock: 'Stock Manage',
        histories: 'Histories',
        wareWork: 'Warehouse Working',
        statistics: 'Statistics',
        statistics: 'Stock Statistics',
        logs: 'Logs',
        permissions: 'Permissions',
        delivery: 'Delivery',
        outStock: 'Out Stock',
        stockManage: 'Stock Manage',
        outStockItem: 'Out Stock Item',
        inStockPoces: 'In Stock Pocess',
        outStockPoces: 'Out Stock Pocess',
        deviceBind: 'Device Bind',
        tasks: 'Tasks',
        wave: 'Wave Manage',
    },
    table: {
        field: {
@@ -341,6 +351,7 @@
                flagMix: "flagMix",
            },
            warehouseAreasItem: {
                asnCode: 'Order NO.',
                areaId: "areaId",
                areaName: "areaName",
                matnrId: "matnrId",
@@ -349,6 +360,9 @@
                fieldsIndex: "fieldsIndex",
                barcode: "barcode",
                anfme: "anfme",
                isptResult: 'Ispt Result',
                workQty: 'Work Qty',
                qty: 'Available',
                batch: "batch",
                unit: "unit",
                stockUnit: "stockUnit",
@@ -472,6 +486,7 @@
                value: "value",
                label: "label",
                sort: "sort",
                group: "Group",
                color: "color",
            },
            companys: {
@@ -529,11 +544,25 @@
                ntyStatus: "Notify",
                exceStatus: 'bill status'
            },
            asnOrderItem: {
                asnId: "asnId",
                asnCode: "asnCode",
            outStock: {
                code: "Code",
                poCode: "poCode",
                poId: "doId",
                type: "Type",
                wkType: "wkType",
                anfme: "anfme",
                qty: "qty",
                logisNo: "logisNo",
                arrTime: "Arrived",
                rleStatus: "Release",
                ntyStatus: "Notify",
                exceStatus: 'bill status'
            },
            outStockItem: {
                asnId: "ID",
                asnCode: "DO Code",
                poDetlId: "poDetlId",
                poDetlCode: "poDetlCode",
                poDetlCode: "DO Detl Code",
                matnrId: "matnrId",
                maktx: "maktx",
                anfme: "anfme",
@@ -548,6 +577,33 @@
                packName: "packName",
                ntyStatus: "ntyStatus",
                platItemId: 'platItemId'
            },
            asnOrderItem: {
                asnId: "asnId",
                asnCode: "asnCode",
                poDetlId: "poDetlId",
                platItemId: 'platItemId',
                poDetlCode: "poDetlCode",
                matnrId: "matnrId",
                maktx: "maktx",
                spec: "Spec",
                model: "Model",
                anfme: "anfme",
                stockUnit: "stockUnit",
                purQty: "purQty",
                isptResult: "Ispt Result",
                purUnit: "purUnit",
                unit: 'Unit',
                qty: "qty",
                safeQty: 'Safe Qty',
                disQty: 'Def Qty',
                splrCode: "splrCode",
                splrName: "splrName",
                isptResult: "Ispt Result",
                qrcode: "qrcode",
                barcode: "barcode",
                packName: "packName",
                ntyStatus: "ntyStatus",
            },
            asnOrderLog: {
                code: "code",
@@ -689,6 +745,7 @@
                asnCode: "asnCode",
                asnItemId: "asnItemId",
                trackCode: "trackCode",
                isptResult: 'Ispt Result',
                anfme: "anfme",
                workQty: "workQty",
                unit: "unit",
@@ -719,6 +776,34 @@
                fieldsIndex: "fieldsIndex",
                qty: "qty",
                batch: "batch",
            },
            wave: {
                code: "code",
                type: "type",
                exceStatus: "exceStatus",
                anfme: "anfme",
                qty: "qty",
                orderNum: "orderNum",
            },
            waveItem: {
                waveId: "waveId",
                waveCode: "waveCode",
                matnrId: "matnrId",
                matnrName: "matnrName",
                matnrCode: "matnrCode",
                batch: "batch",
                splrBatch: "splrBatch",
                orderCode: "orderCode",
                orderItemId: "orderItemId",
                unit: "unit",
                trackCode: "trackCode",
                fieldsIndex: "fieldsIndex",
                anfme: "anfme",
                workQty: "workQty",
                qty: "Qty",
                stockLocs: "Stock Locs",
                stockQty: "Stock Qty",
            },
            task: {
                taskCode: "TaskCode",
@@ -764,6 +849,7 @@
                matnrId: "matnrId",
                maktx: "maktx",
                matnrCode: "matnrCode",
                isptResult: 'Ispt Result',
                unit: "unit",
                anfme: "anfme",
                batch: "batch",
@@ -952,6 +1038,7 @@
        batchWarehouseAreas: "batchWarehouseAreas",
        batchLocType: "batchLocType",
        batchPrint: "batch print",
        orderPrint: 'Orders Print',
        quality: "quality",
        complete: "complete",
        close: "close",
@@ -962,6 +1049,14 @@
        order: 'Orders',
    },
    request: {
        error: {
            stock: "Insufficient inventory to deliver !!",
            select_error_order: "Please Select Asn Orders",
        }
    }
};
export default customEnglishMessages;