#
luxiaotao1123
2024-09-27 3b010a80cfec8da203dfca3d0c5f0f11ef5957b3
zy-acs-flow/src/i18n/en.js
@@ -64,7 +64,7 @@
            },
            loadMore: 'Load More Data',
            complete: 'Complete',
            deprecated: 'Deprecated',
            deprecate: 'Deprecate',
        },
        msg: {
            confirm: {
@@ -146,6 +146,7 @@
        segment: 'Segment',
        jam: 'Jam',
        action: 'Action',
        mission: 'Mission',
    },
    table: {
        field: {
@@ -580,9 +581,32 @@
                    finish: 'FINISH',
                    fail: 'FAIL',
                    deprecated: 'DEPRECATED',
                    done: "DONE",
                },
            },
        },
        route: {
            enums: {
                direction: {
                    forward: 'Forward',
                    reverse: 'Reverse',
                    unordered: 'Unordered',
                },
            },
        },
        mission: {
            enums: {
                posType: {
                    MOVE: 'Move',
                    ORI_LOC: 'Pick Loc',
                    ORI_STA: 'Pick Sta',
                    DEST_LOC: 'Drop Loc',
                    DEST_STA: 'Drop Sta',
                    TO_CHARGE: 'Go To Charge',
                    TO_STANDBY: 'Return To Standby',
                }
            }
        },
    }
};