From 7e5796e4813bb1f4d2696a0fd05f408147c3b96e Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 11 六月 2025 15:16:01 +0800
Subject: [PATCH] 所有项目必填判断

---
 UI-Project/src/lang/en.js | 1396 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 888 insertions(+), 508 deletions(-)

diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js
index 07b45d6..9f7dd6b 100644
--- a/UI-Project/src/lang/en.js
+++ b/UI-Project/src/lang/en.js
@@ -1,414 +1,570 @@
-export  default {
-  "northglassMESsystem": "NorthGlass MES System",
-    login:{
-        userErr:'Please enter account number',
-        pwErr:'Please input a password',
-        user:'Account number',
-        password:'Password',
-        login:'Log on',
-        loginSuccessful:'Log on was successful锛�',
-        register:'Register',
-        namea:'Name cannot be empty',
-        len:'The length cannot exceed 16',
-        passnull:'Password cannot be empty',
-        leng:'The password length cannot be less than 6 or more than 16',
-        spwn:'Confirm password cannot be empty',
-        depass:'The two passwords are not the same',
+export default {
+    "northglassMESsystem": "NorthGlass MES System",
+    login: {
+        userErr: 'Please enter account number',
+        pwErr: 'Please input a password',
+        user: 'Account number',
+        password: 'Password',
+        login: 'Log on',
+        loginSuccessful: 'Log on was successful锛�',
+        register: 'Register',
+        namea: 'Name cannot be empty',
+        len: 'The length cannot exceed 16',
+        passnull: 'Password cannot be empty',
+        leng: 'The password length cannot be less than 6 or more than 16',
+        spwn: 'Confirm password cannot be empty',
+        depass: 'The two passwords are not the same',
     },
-    register:{
-        registerSuccessful:'login was successful',
-        newuserregister:'New user register',
-        name:'Full name锛�',
-        inputname:'Please enter your name',
-        password:'Password:',
-        pwErr:'Please input a password',
-        passwordation:'Confirm password:',
-        pwErration:'Please confirm password',
-        registration:'Registration Confirm',
-        false:'Cancel',
+    register: {
+        registerSuccessful: 'login was successful',
+        newuserregister: 'New user register',
+        name: 'Full name锛�',
+        inputname: 'Please enter your name',
+        password: 'Password:',
+        pwErr: 'Please input a password',
+        passwordation: 'Confirm password:',
+        pwErration: 'Please confirm password',
+        registration: 'Registration Confirm',
+        false: 'Cancel',
     },
-    main:{
-        connectErr:'The server connection is abnormal. Please try again later',
-        titleFirst:"Welcome ",
-        titleLast:' to use NorthGlass MES system锛�',
-        quit:"Exit",
+    main: {
+        connectErr: 'The server connection is abnormal. Please try again later',
+        titleFirst: "Welcome ",
+        titleLast: ' to use NorthGlass MES system锛�',
+        quit: "Exit",
     },
-    basicData:{
-        laserprinting:'Laser printing machine ready status锛�',
-        cuttingmachine:'Cutting machine ready status锛�',
-        machine:'Online status of the loading table锛�',
-        machineaa:'Manual state of the loading table锛�',
-        selectproject:"Select project",
-        startloading:'Start loading',
-        stop:'Pause',
-        yes:'Confirm',
-        change:'Switch',
-        projectnumber:'Project number',
-        glasswidth:'Glass width',
-        glassheight:'Glass height',
-        coatingtypes:'Coating types',
-        coatingtypesa:'Coating types锛�',
-        quantity:'Quantity',
-        quantitya:'Quantity锛�',
-        thickness:'Thickness',
-        thicknessa:'Thickness锛�',
-        startstatus:'Start status',
-        pass:'Pass',
-        waiting:'Waiting',
-        up:'Loading',
-        finish:'Completed',
-        project:'Project ',
-        plselectproject:'Please select project',
-        confirm:'Confirm',
-        cancel:'Cancel',
-        startfilm:'Whether start loading锛�',
-        whetherpause:'Whether pause锛�',
-        station:'Station',
-        width:'Width',
-        widtha:'Width锛�',
-        height:'Height',
-        heighta:'Height锛�',
-        operate:'Operate',
-        add:'Increase',
-        delete:'Delete',
-        addglass:'Add glass',
-        selectwidth:'Please select width',
-        selectheight:'Please select high',
-        selectcoatingtypes:'Please select the coating types',
-        selectthickness:'Please select thickness',
-        selectquantity:'Please enter the quantity',
-        pause:'The height of the second and fourth rows must be greater than 2700 in order to save锛�',
-        pausea:'Please confirm the ready status of marking machine and cutting machine锛�',
-        infonull:'Project number cannot be empty锛�',
-        updatanull:'This project has not been saved to the loading list锛�',
-        glassnull:'An error occurred while updating the glass status',
-        deletemessage:'Do you want to delete this message?',
-        layoutSequence:'Serial Number',
+    basicData: {
+        untask: 'No task',
+        tonumber: 'Total number of films uploaded',
+        finishnumber: 'Completed quantity',
+        rackreset: 'Rack reset',
+        prackreset: 'Is the rack reset锛�',
+        printing: 'automatic printing',
+        laserprinting: 'Laser printing machine ready status锛�',
+        cuttingmachine: 'Cutting machine ready status锛�',
+        machine: 'Online status of the loading table锛�',
+        machineaa: 'Manual state of the loading table锛�',
+        selectproject: "Select project",
+        startloading: 'Start loading',
+        stop: 'Pause',
+        yes: 'Confirm',
+        change: 'Switch',
+        projectnumber: 'Project number',
+        glasswidth: 'Glass width',
+        glassheight: 'Glass height',
+        coatingtypes: 'Coating types',
+        coatingtypesa: 'Coating types锛�',
+        quantity: 'Quantity',
+        quantitya: 'Quantity锛�',
+        thickness: 'Thickness',
+        thicknessa: 'Thickness锛�',
+        startstatus: 'Start status',
+        pass: 'Pass',
+        waiting: 'Waiting',
+        up: 'Loading',
+        finish: 'Completed',
+        project: 'Project ',
+        plselectproject: 'Please select project',
+        confirm: 'Confirm',
+        cancel: 'Cancel',
+        startfilm: 'Whether start loading锛�',
+        whetherpause: 'Whether pause锛�',
+        station: 'Station',
+        width: 'Width',
+        widtha: 'Width锛�',
+        height: 'Height',
+        heighta: 'Height锛�',
+        operate: 'Operate',
+        add: 'Increase',
+        delete: 'Delete',
+        addglass: 'Add glass',
+        selectwidth: 'Please select width',
+        selectheight: 'Please select high',
+        selectcoatingtypes: 'Please select the coating types',
+        selectthickness: 'Please select thickness',
+        selectquantity: 'Please enter the quantity',
+        pause: 'The height of the second and fourth rows must be greater than 2700 in order to save锛�',
+        pausea: 'Please confirm the ready status of marking machine and cutting machine锛�',
+        infonull: 'Project number cannot be empty锛�',
+        updatanull: 'This project has not been saved to the loading list锛�',
+        glassnull: 'An error occurred while updating the glass status',
+        deletemessage: 'Do you want to delete this message?',
+        layoutSequence: 'Serial Number',
     },
-    sorter:{
-        gridnumber:'Grid number',
-        glassnumber:'Glass number',
-        width:'Width',
-        height:'Height',
-        startstatus:'Start status',
-        disable:'Disabled',
-        start:'Enabled',
-        deficiencieste:'Report deficiencies',
-        updown:'Artificial filming',
-        operate:'Operate',
-        prompt:'Prompt',
-        information:'Is the missing information reported锛�',
-        infor:'Whether to manually download this information锛�',
-        yes:'Yes',
-        cancel:'Cancel',
+    sorter: {
+        onesort: 'Line breaking pieces',
+        twosort: 'Second line breaking piece',
+        inPlace: 'In place',
+        ninPlace: 'Not in place',
+        emptymissions: 'Empty task',
+        advancetask: 'Film entry task',
+        outputtasks: 'Production task',
+        schedulingtasks: 'Scheduling tasks',
+        advancerequests: 'Film entry request',
+        releaserequest: 'Production request',
+        straighttasks: 'Direct Task',
+        endingtask: 'end',
+        another: 'other',
+        taskRunning: 'task request',
+        updateTime: 'update time',
+        id: 'Edge grinding pre conditioning cage table ID',
+        remainWidth: 'remaining',
+        place: 'Is it in place',
+        layernow: 'Current floor number',
+        gridnumber: 'Grid number',
+        glassnumber: 'Glass number',
+        width: 'Width',
+        height: 'Height',
+        startstatus: 'Start status',
+        disable: 'Disabled',
+        start: 'Enabled',
+        deficiencieste: 'Report deficiencies',
+        updown: 'Artificial filming',
+        operate: 'Operate',
+        prompt: 'Prompt',
+        information: 'Is the missing information reported锛�',
+        infor: 'Whether to manually download this information锛�',
+        yes: 'Yes',
+        cancel: 'Cancel',
     },
-    order:{
-        dilapidation:'Breakage',
-        takeaway:'Manual removal',
-        takeon:'The arrangement is complete',
+    order: {
+        projectnumber: 'Please enter the project number',
+        dilapidation: 'Breakage',
+        takeaway: 'Manual removal',
+        takeawaya: 'Should the information be manually taken away锛�',
+        takeon: 'The arrangement is complete',
     },
-    searchOrder:{
-        cageinformation:'Sorter information',
-        productionqueue:'Production queue',
-        outputglassID:'Output glass ID',
-        startposition:'Start position',
-        targetlocation:'Target Position',
-        trips:'Train number',
-        number:'Serial Number',
-        taskstatus:'Task state',
-        filmenter:'Waiting for input glass',
-        infilm:'In progress',
-        endtask:'End task',
-        completetask:'Complete the task',
-        intoglassid:'Input glass ID',
-        line:'Wire',
-        Usage:'Usage rate',
-        free:'Free(pieces)',
-        addcage:'Add information on sorter',
-        glassIDa:'Glass ID锛�',
-        glassID:'Glass ID',
-        inglassID:'Please enter the glass ID',
-        pieceingrid:'The order of small pieces within the grid',
-        pieceingrida:'The order of small pieces within the grid锛�',
-        inpieceingrid:'Please enter the order of small pieces within the grid',
-        cardnumber:'Process card number',
-        cardnumbera:'Process card number锛�',
-        incardnumber:'Please enter the process card number',
-        typeglass:'Glass type',
-        typeglassa:'Glass type锛�',
-        intypeglass:'Please enter the glass type',
-        width:'Width',
-        widtha:'Width锛�',
-        inwidth:'Please enter width',
-        height:'Height',
-        heighta:'Height锛�',
-        inheight:'Please enter height',
-        coatingtypes:'Coating types',
-        thickness:'Thickness',
-        thicknessa:'Thickness锛�',
-        inthickness:'Please enter the thickness',
-        layoutID:'Drawing ID of loading for tempering furnace',
-        layoutIDa:'Drawing ID of loading for tempering furnace锛�',
-        inlayoutID:'Please enter the drawing ID of loading for tempering furnace',
-        picturesequence:'Drawing sequence of loading for tempering furnace',
-        picturesequencea:'Drawing sequence of loading for tempering furnace锛�',
-        inpicturesequence:'Please enter the drawing sequence of loading for tempering furnace',
-        startstatus:'Start status',
-        startstatusa:'Start status锛�',
-        instartstatus:'Please enter the enabled status',
-        glassgaps:'Glass gap',
-        glassgapsa:'Glass gap锛�',
-        inglassgaps:'Please enter the glass gap',
-        sure:'Confirm',
-        cancel:'Cancel',
-        operate:'Operate',
-        breakage:'Breakage',
-        delete:'Delete',
-        outfilm:'Output glass',
-        cagetableID:'Sorter table ID',
-        cagenumber:'Sorter number',
-        gridnumber:'Grid number',
-        gridnumbera:'Grid number锛�',
-        grid:'Please enter a grid number',
-        enable:'Enabled',
-        disable:'Disabled',
-        remainingwidth:'Remaining width',
-        add:'Add',
-        sheetID:'Tempered small piece information table ID',
-        processcards:'Process card',
-        processcardtype:'Process card glass type',
-        acceptshorizontal:'Does tempering accept horizontal placement',
-        xcoordinates:'x coordinate',
-        ycoordinates:'Y coordinate',
-        rotationangle:'Rotation angle (counterclockwise)',
-        state:'Status',
-        takeout:'Take away',
-        deletemessage:'Do you want to delete this message?',
-        prompt:'Prompt',
-        yes:'Yes',
-        accept:'Accept',
-        noaccept:'Not accept',
-        filmcomplete:'Glass output completed',
-        waiting:'Waiting',
-        broke:'Is this information damaged锛�',
-        brokeb:'Do you need to delete the message锛�',
-        outfil:'Whether the film is released or not锛�',
-        inputid:'Please enter the glass ID',
-        search:'Search',
-        tabid:'Dali film cage details table ID',
-        tid:'Device ID',
-        tida:'Device ID锛�',
-        fin:'Whether or not the task was completed锛�',
-        sureadd:'Confirm the addition',
-        sureadda:'Whether to confirm the addition锛�',
-        zailong:'In a cage',
-        rengongxp:'Artificial filming',
-        up:'Previous',
-        down:'Next',
-        now:'The current page is displayed',
-        tit:'data',
-        temperingqueries:'Tempering queries',
-        specifytempering:'Specify a furnace',
-        specifyengineerid:'Specify the project',
-        projectnumber:'Project number',
-        layoutnumber:'Drawing number of loading for tempering furnace',
-        numberglasses:'Number of glasses',
-        specifytemperinga:'Whether to specify the tempering of this information锛�',
-        temperedswitch:'Tempered switch',
-        dutyinformation:'Duty information',
-        process:'Process',
-        team:'Team',
-        basic:'equipment',
-        makesure:'Confirm the save',
-        // cancel:'鍙栨秷',
-        temperingtotal:'Number of tempering furnaces锛�',
-        glasstotal:'Total number of glasses锛�',
+    searchOrder: {
+        furnaces:'Number of full furnaces',
+        furnfullTemp: 'Total amount of glass',
+        startCell: 'Target layer number',
+        endCell: 'Reserved layer number',
+        begin: 'start',
+        finish: 'complete',
+        uncar: 'Not getting on the car yet',
+        inkage: 'Enter the film',
+        successfullyprocessed: 'Task successfully processed',
+        psuccessfullyprocessed: 'Whether the task has been successfully processed锛�',
+        taskfailure: 'Task failure handling',
+        ptaskfailure: 'Should task failure be handled锛�',
+        totallogarithms: 'Total logarithm',
+        numberpairs: 'pairing number',
+        numberoccupied: 'Number of occupied cells',
+        totalfurnaces: 'Total number of furnaces',
+        cagesnumber: 'Quantity inside the cage',
+        slotnumber: 'Number of occupied cells',
+        progress: 'progress%',
+        whethersame: 'Are they the same',
+        same: 'the same',
+        notsame: 'different',
+        partask: 'Task reset',
+        partasks: 'Do you want to reset the task锛�',
+        empty: 'Default empty task',
+        historicaltasks: 'historical tasks',
+        cagedetails: 'Cage Details',
+        inkageEntity: 'Online status of film entry锛�',
+        requestEntity: 'Entry request status锛�',
+        mesReplyEntity: 'start command锛�',
+        outInkageEntity: 'Online status of film release锛�',
+        outRequestEntity: 'Production request status锛�',
+        breakagn: 'unbroken',
+        lacknumber: 'Number of missing pieces',
+        processcard: 'Specify process card',
+        filminformation: 'Manually downloading information',
+        currentglassinformation: 'Scan the current glass information of the barcode scanner',
+        printlabels: 'print label',
+        deleteTask: 'End of project',
+        pdeleteTask: 'Whether to end the project锛�',
+        searchlayout: 'Non-tempered process card inquiry',
+        fullfurnaces: 'Number of full furnaces',
+        specifiedproject: 'The currently specified project',
+        undesignate: 'Cancel tempered steel',
+        allnumber: 'Total quantity',
+        numbercages: 'Number of cages',
+        missingquantity: 'Missing quantity',
+        breakquantity: 'Breakage/Take Away quantity',
+        ceng: 'layer',
+        cageinformation: 'Sorter information',
+        productionqueue: 'Production queue',
+        outputglassID: 'Output glass ID',
+        startposition: 'Start position',
+        targetlocation: 'Target Position',
+        trips: 'Train number',
+        number: 'Serial Number',
+        taskstatus: 'Task state',
+        filmenter: 'Waiting for input glass',
+        infilm: 'In progress',
+        endtask: 'End task',
+        completetask: 'Complete the task',
+        intoglassid: 'Input glass ID',
+        line: 'Wire',
+        Usage: 'Usage rate',
+        free: 'Free(pieces)',
+        addcage: 'Add information on sorter',
+        glassIDa: 'Glass ID锛�',
+        glassID: 'Glass ID',
+        inglassID: 'Please enter the glass ID',
+        pieceingrid: 'The order of small pieces within the grid',
+        pieceingrida: 'The order of small pieces within the grid锛�',
+        inpieceingrid: 'Please enter the order of small pieces within the grid',
+        cardnumber: 'Process card number',
+        cardnumbera: 'Process card number锛�',
+        incardnumber: 'Please enter the process card number',
+        typeglass: 'Glass type',
+        typeglassa: 'Glass type锛�',
+        intypeglass: 'Please enter the glass type',
+        width: 'Width',
+        widtha: 'Width锛�',
+        inwidth: 'Please enter width',
+        height: 'Height',
+        heighta: 'Height锛�',
+        inheight: 'Please enter height',
+        coatingtypes: 'Coating types',
+        thickness: 'Thickness',
+        thicknessa: 'Thickness锛�',
+        inthickness: 'Please enter the thickness',
+        layoutID: 'Drawing ID of loading for tempering furnace',
+        layoutIDa: 'Drawing ID of loading for tempering furnace锛�',
+        inlayoutID: 'Please enter the drawing ID of loading for tempering furnace',
+        picturesequence: 'Drawing sequence of loading for tempering furnace',
+        picturesequencea: 'Drawing sequence of loading for tempering furnace锛�',
+        inpicturesequence: 'Please enter the drawing sequence of loading for tempering furnace',
+        startstatus: 'Start status',
+        startstatusa: 'Start status锛�',
+        instartstatus: 'Please enter the enabled status',
+        choicestartstatus:'Please select Enable status',
+        glassgaps: 'Glass gap',
+        glassgapsa: 'Glass gap锛�',
+        inglassgaps: 'Please enter the glass gap',
+        sure: 'Confirm',
+        cancel: 'Cancel',
+        operate: 'Operate',
+        breakage: 'Breakage',
+        delete: 'Delete',
+        outfilm: 'Output glass',
+        cagetableID: 'Sorter table ID',
+        cagenumber: 'Sorter number',
+        gridnumber: 'Grid number',
+        gridnumbera: 'Grid number锛�',
+        grid: 'Please enter a grid number',
+        enable: 'Enabled',
+        disable: 'Disabled',
+        remainingwidth: 'Remaining width',
+        add: 'Add',
+        sheetID: 'Tempered small piece information table ID',
+        processcards: 'Process card',
+        processcardtype: 'Process card glass type',
+        acceptshorizontal: 'Does tempering accept horizontal placement',
+        xcoordinates: 'x coordinate',
+        ycoordinates: 'Y coordinate',
+        rotationangle: 'Rotation angle (counterclockwise)',
+        state: 'Status',
+        takeout: 'Take away',
+        deletemessage: 'Do you want to delete this message?',
+        prompt: 'Prompt',
+        yes: 'Yes',
+        accept: 'Accept',
+        noaccept: 'Not accept',
+        filmcomplete: 'Glass output completed',
+        waiting: 'Waiting',
+        broke: 'Is this information damaged锛�',
+        brokeb: 'Do you need to delete the message锛�',
+        outfil: 'Whether the film is released or not锛�',
+        inputid: 'Please enter the glass ID',
+        search: 'Search',
+        tabid: 'Dali film cage details table ID',
+        tid: 'Device ID',
+        tida: 'Device ID锛�',
+        fin: 'Whether or not the task was completed锛�',
+        sureadd: 'Confirm the addition',
+        sureadda: 'Whether to confirm the addition锛�',
+        zailong: 'In a cage',
+        rengongxp: 'Artificial filming',
+        up: 'Previous',
+        down: 'Next',
+        now: 'The current page is displayed',
+        tit: 'data',
+        temperingqueries: 'Tempering queries',
+        specifytempering: 'Specify a furnace',
+        specifyout: 'Designate manual film production',
+        specifyengineerid: 'Specify the project',
+        projectnumber: 'Project number',
+        layoutnumber: 'Drawing number of loading for tempering furnace',
+        numberglasses: 'Number of glasses',
+        specifytemperinga: 'Please confirm if the device has turned off MES online connection锛�',
+        temperedswitch: 'Tempered switch',
+        dutyinformation: 'Duty information',
+        process: 'Process',
+        team: 'Team',
+        basic: 'equipment',
+        makesure: 'Confirm the save',
+        temperingtotal: 'Number of tempering furnaces锛�',
+        glasstotal: 'Total number of glasses锛�',
+        Labelprinting: 'label printing',
+        Schedulingswitch: 'Dispatch switch',
     },
-    workOrder:{
-        glassID:'Glass ID',
-        height:'Height',
-        width:'Width',
-        thickness:'Thickness',
-        coatingtypes:'Coating types',
-        productionsequence:'Production sequence',
-        cardnumber:'Process card number',
-        operate:'Operate',
-        messagedamaged:'Is this information damaged?',
-        prompt:'Prompt',
-        yes:'Yes',
-        cancel:'Cancel',
-        takemessage:'Do you need to delete the message锛�',
-        breakage:'Breakage',
-        takeout:'Take away',
-        glasstype:'Glass type',
-        line:'Wire',
-        status:'Status',
+    workOrder: {
+        upnumber: 'Upper position number',
+        coatingtypesbe: 'Original film system',
+        glassID: 'Glass ID',
+        height: 'Height',
+        width: 'Width',
+        thickness: 'Thickness',
+        coatingtypes: 'Coating types',
+        productionsequence: 'Production sequence',
+        cardnumber: 'Process card number',
+        operate: 'Operate',
+        messagedamaged: 'Is this information damaged?',
+        prompt: 'Prompt',
+        yes: 'Yes',
+        cancel: 'Cancel',
+        takemessage: 'Do you need to delete the message锛�',
+        breakage: 'Breakage',
+        takeout: 'Take away',
+        glasstype: 'Glass type',
+        line: 'Wire',
+        status: 'Status',
+        time: 'Time period',
+        cway: 'Please select a route',
+        cstate: 'Please select a status',
+        edgingone: 'Edging a line',
+        edgingtwo: 'Edging two lines',
+        nedging: 'Unedging',
+        edging: 'Edging',
+        finedging: 'has been edging',
     },
-    processCard:{
-        intofurnace:'Entering the furnace',
-        beforefurnace:'Before entering the furnace',
-        outfurnace:'Glass finished from tempering furnace',
-        print:'Take away the print',
-        printing:'print',
-        projectnumber:'Please enter the project number',
-        inquire:'Inquire',
-        project:'Project number',
-        awayprocess:'Take away the process',
-        awayequipment:'Take away the equipment',
-        awayteam:'Take away the crew',
-        flowcard:'Process card',
-        layer:'Layer number',
-        temperinglayout:'Heat number',
-        temperingfeed:'Preface',
-        width:'Width',
-        height:'Height',
-        thickness:'Thickness',
-        glasstakeout:'Glass take away list',
-        layoutID:'Drawing ID of loading for tempering furnace',
-        glassID:'Glass ID',
+    processCard: {
+        intofurnace: 'Entering the furnace',
+        beforefurnace: 'Before entering the furnace',
+        outfurnace: 'Glass finished from tempering furnace',
+        print: 'Take away the print',
+        printing: 'print',
+        projectnumber: 'Please enter the project number',
+        inquire: 'Inquire',
+        project: 'Project number',
+        awayprocess: 'Take away the process',
+        awayequipment: 'Take away the equipment',
+        awayteam: 'Take away the crew',
+        flowcard: 'Process card',
+        layer: 'Layer number',
+        temperinglayout: 'Heat number',
+        temperingfeed: 'Preface',
+        width: 'Width',
+        height: 'Height',
+        thickness: 'Thickness',
+        glasstakeout: 'Glass take away list',
+        layoutID: 'Drawing ID of loading for tempering furnace',
+        glassID: 'Glass ID',
     },
-    reportWork:{
-        lowerbit:'Unloading station',
-        shelfnumber:'Rack number',
-        cardnumber:'Process card number',
-        totalquantity:'Total quantity',
-        beendropped:'Quantity of unloaded glass',
-        state:'Status',
-        devicenumber:'Equipment No.',
-        startstatus:'Start status',
-        enable:'Start',
-        unenable:'Unstart',
-        operate:'Operate',
-        bindingshelves:'Assigned rack',
-        clear:'Clear',
-        workstation:'Station No.',
-        shelfnumbera:'Rack number锛�',
-        cardnumbera:'Process card number锛�',
-        incardnumber:'Please select the process card number',
-        clearglass:'Clear the glass on the shelf',
-        sure:'Operate',
-        cancel:'Cancel',
-        glassinformation:'Glass information',
-        glassID:'Glass ID',
-        coatingtypes:'Coating types',
-        thickness:'Thickness',
-        width:'Width',
-        height:'Height',
+    reportWork: {
+        details: 'Drop off details',
+        filming: 'Artificial filming',
+        printing: 'Automatic printing',
+        cenumber: 'Number of layers',
+        artificialorder: 'The number of pieces under artificial order',
+        processcard: 'Print the process card',
+        printlabels: 'Print labels',
+        information: 'Landing information',
+        cstation: 'Please select a desk',
+        all: 'all',
+        timeperiod: 'Time period',
+        stationnumber: 'Station number',
+        order: 'order',
+        filminformation: 'Manual film information',
+        glassmation: 'Artificial film current glass information',
+        barcodescanner: 'The current glass information of the barcode scanner',
+        lowerbit: 'Unloading station',
+        shelfnumber: 'Rack number',
+        cardnumber: 'Process card number',
+        totalquantity: 'Total quantity',
+        beendropped: 'Quantity of unloaded glass',
+        state: 'Status',
+        devicenumber: 'Equipment No.',
+        startstatus: 'Start status',
+        enable: 'Start',
+        unenable: 'Unstart',
+        operate: 'Operate',
+        bindingshelves: 'Assigned rack',
+        clear: 'Clear',
+        workstation: 'Station No.',
+        shelfnumbera: 'Rack number锛�',
+        cardnumbera: 'Process card number锛�',
+        incardnumber: 'Please select the process card number',
+        clearglass: 'Clear the glass on the shelf',
+        sure: 'Operate',
+        cancel: 'Cancel',
+        glassinformation: 'Glass information',
+        glassID: 'Glass ID',
+        coatingtypes: 'Coating types',
+        thickness: 'Thickness',
+        width: 'Width',
+        height: 'Height',
     },
-
-    productStock:{
-        addusers:'Add user',
-        username:'User name',
-        usernamea:'User name锛�',
-        inusername:'Enter one user name',
-        role:'Role',
-        rolea:'Role锛�',
-        inrole:'Please select a role',
-        test:'Test',
-        admin:'Administrator',
-        operate:'Operate',
-        resetpassword:'Reset password',
-        exit:'Edit',
-        delete:'Delete',
-        prompt:'Prompt',
-        repassword:'Do you want to reset the user password锛�',
-        yes:'Yes',
-        cancel:'Cancel',
-        reusername:'Modify Users',
-        addusername:'Add user',
-        password:'Password锛�',
-        sure:'Confirm',
-        inpassword:'Please input a password',
-        deusername:'Do you want to delete the user锛�',
+    productStock: {
+        configName: 'configure name',
+        configNamea:'configure name锛�',
+        configCode: 'Configuration Code',
+        inconfigValue:'Please enter the configured values',
+        configValue: 'Configuration value',
+        addusers: 'Add user',
+        username: 'User name',
+        usernamea: 'User name锛�',
+        inusername: 'Enter one user name',
+        role: 'Role',
+        rolea: 'Role锛�',
+        inrole: 'Please select a role',
+        test: 'Test',
+        admin: 'Administrator',
+        operate: 'Operate',
+        resetpassword: 'Reset password',
+        exit: 'Edit',
+        delete: 'Delete',
+        prompt: 'Prompt',
+        repassword: 'Do you want to reset the user password锛�',
+        yes: 'Yes',
+        cancel: 'Cancel',
+        reusername: 'Modify Users',
+        addusername: 'Add user',
+        password: 'Password锛�',
+        sure: 'Confirm',
+        inpassword: 'Please input a password',
+        deusername: 'Do you want to delete the user锛�',
     },
-    customer:{
-        addmenua:'Add secondary menus',
-        addmenu:'Add a first-level menu',
-        firstmenu:'First level menu bar',
-        firstmenuname:'The name of the first-level menu:',
-        link:'Link',
-        inlink:'Please enter the link',
-        linka:'Link锛�',
-        sort:'Sort',
-        insort:'Please enter sorting',
-        sorta:'Sort锛�',
-        operate:'Operate',
-        exit:'Edit',
-        delete:'Delete',
-        semenu:'Secondary menu bar',
-        semenuname:'Secondary menu name:',
-        menu:'Menu bar锛�',
-        inmenu:'Please enter a menu name',
-        sure:'Confirm',
-        cancel:'Cancel',
-        exmene:'Modify the first-level menu',
-        exmenea:'Modify the secondary menu',
-        yes:'Yes',
-        demenu:'Do you want to delete this menu锛�', 
-        prompt:'Prompt',
+    customer: {
+        addmenua: 'Add secondary menus',
+        addmenu: 'Add a first-level menu',
+        firstmenu: 'First level menu bar',
+        firstmenuname: 'The name of the first-level menu:',
+        link: 'Link',
+        inlink: 'Please enter the link',
+        linka: 'Link锛�',
+        sort: 'Sort',
+        insort: 'Please enter sorting',
+        sorta: 'Sort锛�',
+        operate: 'Operate',
+        exit: 'Edit',
+        delete: 'Delete',
+        semenu: 'Secondary menu bar',
+        semenuname: 'Secondary menu name:',
+        menu: 'Menu bar锛�',
+        inmenu: 'Please enter a menu name',
+        sure: 'Confirm',
+        cancel: 'Cancel',
+        exmene: 'Modify the first-level menu',
+        exmenea: 'Modify the secondary menu',
+        yes: 'Yes',
+        demenu: 'Do you want to delete this menu锛�',
+        prompt: 'Prompt',
     },
-    delivery:{
-        addrole:'Add Role',
-        editrole:'Modify role',
-        role :'Role',
-        rolea :'Role锛�',
-        inrole :'Please enter the role',
-        operate :'Operate',
-        edit :'Edit',
-        delete :'Delete',
-        yes:'Yes',
-        sure :'Confirm',
-        cancel :'Cancel',
-        derole :'Do you want to delete this role',
-        prompt:'Prompt',
-        choice:'Menu permissions锛�',
-        inchoice:'Please select Menu Permissions',
+    delivery: {
+        addrole: 'Add Role',
+        editrole: 'Modify role',
+        role: 'Role',
+        rolea: 'Role锛�',
+        inrole: 'Please enter the role',
+        operate: 'Operate',
+        edit: 'Edit',
+        delete: 'Delete',
+        yes: 'Yes',
+        sure: 'Confirm',
+        cancel: 'Cancel',
+        derole: 'Do you want to delete this role',
+        prompt: 'Prompt',
+        choice: 'Menu permissions锛�',
+        inchoice: 'Please select Menu Permissions',
     },
-    replenish:{
-        patchManagement:'Mesh management',
-
+    replenish: {
+        patchManagement: 'Mesh management',
     },
-    rework:{
-        reworkManagement:'Rework management',
-        addRework:"Rework added ",
+    rework: {
+        reworkManagement: 'Rework management',
+        addRework: "Rework added ",
     },
-
-
-    role:{
-        id:'ID',
-        characterHomepage:'Character Home',
+    role: {
+        id: 'ID',
+        characterHomepage: 'Character Home',
     },
-    user:{
-        userId:'User ID',
-        userHomepage:'User Home',
+    user: {
+        userId: 'User ID',
+        userHomepage: 'User Home',
     },
-    orderBasicData:{
-        order:'orders',
-        orderType:'The type of order',
+    orderBasicData: {
+        order: 'orders',
+        orderType: 'The type of order',
     },
-    machine:{
-        basicId:'Device number',
-        basicName:'The name of the device',
-        basicCategory:'The process in which it is located',
-        tempering:'Steel',
+    machine: {
+        basicId: 'Device number',
+        basicName: 'The name of the device',
+        basicCategory: 'The process in which it is located',
+        tempering: 'Steel',
     },
-    report:{
-        productionReport:'Production reports',
-        workInProgressReport:'WIP report',
+    report: {
+        productionReport: 'Production reports',
+        workInProgressReport: 'WIP report',
     },
-    productionBasicData:{
-        basicDataQuery :'Basic data query',
+    productionBasicData: {
+        basicDataQuery: 'Basic data query',
     },
-    mainIngredient:{
-        materialInformation :'Material information',
+    mainIngredient: {
+        materialInformation: 'Material information',
     },
-    mainIngredientStock:{
-        materialName :'The name of the item',
-        createTime :'Return date',
+    mainIngredientStock: {
+        materialName: 'The name of the item',
+        createTime: 'Return date',
     },
-    large:{
+    large: {
+        Productionsituation:'Production situation',
+        Productionandoperationstatus:'Production and operation status',
+        cuttingState:'Operation status on the day of cutting',
+        edgingState:'Operation status on the day of edge grinding',
+        temperingState:'Operation status of tempered steel on the day of tempering',
+        hollowState:'Production and operation status of hollow on the same day',
+        switch: 'Switch',
+        running: 'Running',
+        stopping:'Stopping',
+        diffMinutes:'diffMinutes',
+        loadstart:'Load start',
+        loadend:'Load end',
+        loadtotal: 'Load total',
+        loadfree: 'Load free',
+        loaddiff: 'Load diff',
+        loadnumber: 'Load number',
+        loadarea: 'Load area',
+        tempstart: 'Temp start',
+        tempend: 'Temp end',
+        temptotal: 'Temp total',
+        tempfree: 'Temp free',
+        tempdiff: 'Temp diff',
+        tempstove:  'temp stove',
+        tempnumber: 'Temp number',
+        temparea: 'Temp area',
+        hollowstart: 'Hollow start',
+        hollowend: 'Hollow end',
+        hollowtotal: 'Hollow total',
+        hollowfree: 'Hollow free',
+        hollowdiff: 'Hollow diff',
+        hollownumber: 'Hollow number',
+        hollowEngineer: 'Hollow engineer',
+        hollowtotal: 'Hollow total',
+        hollowarea: 'Hollow area',
+        engineerId: 'Engineer ID',
+        totalnumber: 'Total number',
+        tatalarea: 'Total area',
+        statistics: 'Statistics',
+        ExporttoExcel:'Export to Excel',
+        slice:'slice',
+        load: 'load',
+        edg: 'edg',
+        temp: 'temp',
+        hollow: 'hollow',
+        oneFinish: 'oneFinish',
+        twoFinish: 'twoFinish',
+        oneunFinish: 'oneunFinish',
+        twounFinish: 'twounFinish',
+        ondDamage: 'ondDamage',
+        percent: 'Percent',
         time: 'The time of the break',
-        number: 'Order number',
+        tionnumber: 'Order number',
         jobnumber: 'Job number',
         productionnumber: 'The production order number',
         cardnumber: 'Process card number',
@@ -440,6 +596,7 @@
         brokeno: 'The report is broken and not filled',
         close: 'Shut down',
         orderId: 'Order ID',
+        order: 'Order details',
         customerName: 'The name of the customer',
         project: 'The name of the project',
         are: 'are',
@@ -451,136 +608,359 @@
         allstatus: 'All in stock status',
         completedquantity: 'Completed quantity',
         scrapquantity: 'Scrap Quantity',
+        number: 'Quantity',
         method: 'Processing method',
         innumber: 'Quantity already entered',
         productstatus: 'Production status',
         right: 'normal',
         stop: 'termination',
         inquire: 'query',
-        starttime :'Start Time',
-        endtime :'End Time',
-        loading :'In the process of uploading锛�',
+        starttime: 'Start Time',
+        endtime: 'End Time',
+        loading: 'In the process of uploading锛�',
+        brokenNum: 'brokenNum',
+        inventory: 'inventory',
+        inventoryarea: 'inventoryarea',
+        shippedQuantity: 'shippedQuantity',
+        reportWorkQuantity: 'reportWorkQuantity',
+        reportWorkQuantityCount: 'reporting_work_num_count',
+        processId: 'processId',
+        historicaltasks1: 'historicaltasks1',
+        historicaltasks2: 'historicaltasks2',
+        historicaltasks3: 'historicaltasks3',
+        historicaltasks4: 'historicaltasks4',
+        historicaltasks5: 'historicaltasks5',
+        historicaltasks6: 'historicaltasks6',
+        historicaltasks7: 'historicaltasks7',
+        order: 'order',
+        date: 'date',
+        countOutOne: 'countOutOne',
+        totalAreaOutOne: 'totalAreaOutOne',
+        countOutTwo: 'countOutTwo',
+        totalAreaOutTwo: 'totalAreaOutTwo',
+        countIn: 'countIn',
+        totalAreaIn: 'totalAreaIn',
+        countOut: 'countOut',
+        totalAreaOut: 'totalAreaOut',
+        hollowCountOutOne: 'hollowCountOutOne',
+        hollowTotalAreaOutOne: 'hollowTotalAreaOutOne',
+        countOut: 'countOut',
+        hollowCountOutTwo: 'hollowCountOutTwo',
     },
-    reportmanage:{
-        productiontime :'production time',
-        starttime :'Start Time',
-        endtime :'End Time',
-        ctype :'Please select type',
-        cstate :'Please select the status',
-        cprocess :'Please select the process',
-        all :'All',
-        completed :'Completed',
-        broke :'Damaged',
-        takeout :'Takeout',
-        dreportwork :'Unreported work',
-        pendingwork :'Pending job application',
-        reportwork :'Reported work',
-        incise :'slicing',
-        edging :'edging',
-        steel :'toughened',
-        inquire :'query',
-        signingwork :'Reporting for work',
-        reporteam :'Report work team',
-        reportingequipment :'Reporting equipment',
-        line :'line',
-        process :'production processes',
-        glassID :'Glass ID',
-        projectnumber :'Project number',
-        layoutID :'Tempered layout ID',
-        type :'type',
-        state :'state',
-        processcards :'Flow Card',
-        number :'Serial Number',
-        layer :'storey',
-        typebreakage :'Damage type',
-        ptypebreakage :' Please select the type of damage',
-        causebreakage :'Reason for damage',
-        pcausebreakage :'Please select the reason for the damage',
-        responsibleprocess :'Responsibility Process',
-        responsiblepersonnel :'Responsible personnel',
-        presponsiblepersonnel :'Please enter the responsible personnel',
-        responsibleteam :'Responsible team',
-        presponsibleteam :'Please select the responsible team',
-        responsibleequipment :'Responsible equipment',
-        presponsibleequipment :'Please select the responsible device',
-        remark :'notes',
-        premark :'Please enter a note',
+    reportmanage: {
+        productiontime: 'production time',
+        starttime: 'Start Time',
+        endtime: 'End Time',
+        ctype: 'Please select type',
+        cstate: 'Please select the status',
+        cprocess: 'Please select the process',
+        all: 'All',
+        completed: 'Completed',
+        broke: 'Damaged',
+        takeout: 'Takeout',
+        dreportwork: 'Unreported work',
+        pendingwork: 'Pending job application',
+        reportwork: 'Reported work',
+        reportworked: 'Reported worked',
+        incise: 'slicing',
+        edging: 'edging',
+        steel: 'toughened',
+        inquire: 'query',
+        signingwork: 'Reporting for work',
+        reporteam: 'Report work team',
+        reportingequipment: 'Reporting equipment',
+        line: 'line',
+        process: 'production processes',
+        glassID: 'Glass ID',
+        projectnumber: 'Project number',
+        layoutID: 'Tempered layout ID',
+        type: 'type',
+        state: 'state',
+        processcards: 'Flow Card',
+        number: 'Serial Number',
+        layer: 'storey',
+        typebreakage: 'Damage type',
+        ptypebreakage: ' Please select the type of damage',
+        causebreakage: 'Reason for damage',
+        pcausebreakage: 'Please select the reason for the damage',
+        responsibleprocess: 'Responsibility Process',
+        responsiblepersonnel: 'Responsible personnel',
+        presponsiblepersonnel: 'Please enter the responsible personnel',
+        responsibleteam: 'Responsible team',
+        presponsibleteam: 'Please select the responsible team',
+        responsibleequipment: 'Responsible equipment',
+        presponsibleequipment: 'Please select the responsible device',
+        remark: 'notes',
+        premark: 'Please enter a note',
     },
-    film:{
-        mes:'Original film storage details',
-        warehousing:'store',
+    film: {
+        resetnumber: 'Shelf number',
+        fail: 'fail',
+        mes: 'Original film storage details',
+        warehousing: 'store',
+        pwarehousing: 'Inventory request',
+        wareout: 'Original film outbound',
+        information: 'Whether to release this information from the warehouse锛�',
+        pwareout: 'Outbound request',
+        position: 'Lifting position锛�',
+        cposition: 'Please select the lifting position',
+        position1: 'Lifting position 1',
+        position2: 'Lifting position 2',
+        addglass: 'Original film information',
         operate: 'Operate',
-        exit:'Edit',
-        delete:'Delete',
-        outbound:'Outbound',
-        deviceid:'device ID',
-        slot:'Grid number',
-        enablestatea:'Enable tagging',
-        disable:'Disable',
-        start:'Enable',
-        startslot:'Start workstation',
-        endslot:'Target workstation',
-        slotid:'Grid ID',
-        width:'Width',
-        widtha:'Width锛�',
-        inwidth:'Please enter width',
-        height:'Height',
-        inheight:'Please enter height',
-        heighta:'Height锛�',
-        thickness:'Thickness',
-        inthickness:'Please enter thickness',
-        thicknessa:'Thickness锛�',
-        films:'Films',
-        infilms:'Please enter films',
-        filmsa:'Films锛�',
-        createtime:'Creation time',
-        remainquantity:'Remaining Quantity',
-        thickremainquantity:'Remaining quantity of original film (sheets)锛�',
-        inquantity:'Please enter the quantity',
-        quantitya:'Number锛�',
-        enableid:'Task ID',
-        originateslot:'Starting grid',
-        patternquantity:'Number',
-        enabletype:'Task Type',
-        enablestate:'Workstation status',
-        finish:'Completed',
-        unfinish:'Incomplete',
-        dedelete:'Do you want to delete this content锛�',
-        dedisable:'Do you want to disable this content锛�',
-        deoutbound:'Whether to release the content of this item from the warehouse锛�',
-        selectwarehousing:'Please select the lifting position',
-        inwarehousing:'Lifting position锛�',
-        warehousing1:'Lifting position 1',
-        warehousing2:'Lifting position 2',
-        starttime :'Start Time',
-        endtime :'End Time',
-        taskstatus :'Status',
-        built :'newly built',
-        execution :'In progress',
-        tasktype :'Task Type',
-        stocke :'store',
-        dispatch :'dispatch',
-        inquire :'query',
-        station :'station',
+        exit: 'Edit',
+        delete: 'Delete',
+        outbound: 'Outbound',
+        deviceid: 'device ID',
+        enablestatea: 'Enable tagging',
+        disable: 'Disable',
+        start: 'Enable',
+        startslot: 'Start workstation',
+        endslot: 'Target workstation',
+        slotid: 'Grid ID',
+        slot: 'Grid number',
+        width: 'Width',
+        widtha: 'Width锛�',
+        inwidth: 'Please enter width',
+        height: 'Height',
+        inheight: 'Please enter height',
+        heighta: 'Height锛�',
+        thickness: 'Thickness',
+        inthickness: 'Please enter thickness',
+        thicknessa: 'Thickness锛�',
+        films: 'Films',
+        infilms: 'Please enter films',
+        filmsa: 'Films锛�',
+        createtime: 'Creation time',
+        remainquantity: 'Remaining Quantity',
+        thickremainquant: 'Remaining quantity of original film (sheets)',
+        thickremainquantity: 'Remaining quantity of original film (sheets)锛�',
+        inquantity: 'Please enter the quantity',
+        quantitya: 'Number锛�',
+        enableid: 'Task ID',
+        originateslot: 'Starting grid',
+        endoriginateslot: 'Target grid',
+        patternquantity: 'Number',
+        enabletype: 'Task Type',
+        enablestate: 'Workstation status',
+        finish: 'Completed',
+        unfinish: 'Incomplete',
+        dedelete: 'Do you want to delete this content锛�',
+        dedisable: 'Do you want to disable this content锛�',
+        deoutbound: 'Whether to release the content of this item from the warehouse锛�',
+        selectwarehousing: 'Please select the lifting position',
+        inwarehousing: 'Lifting position锛�',
+        warehousing1: 'Lifting position 1',
+        warehousing2: 'Lifting position 2',
+        starttime: 'Start Time',
+        endtime: 'End Time',
+        taskstatus: 'Status',
+        built: 'newly built',
+        execution: 'In progress',
+        tasktype: 'Task Type',
+        stocke: 'store',
+        dispatch: 'dispatch',
+        inquire: 'query',
+        station: 'station',
     },
-    Mounting:{
-        previewproject :'Select Preview Project',
-        loadinglinea :'Upper film line',
-        loadingline :'Upper film line锛�',
-        inloadingline :'Please select the upper film line',
-        oneloadingline :'Line 1 on film',
-        twoloadingline :'Line 2 on film',
-        waiting :'Waiting',
-        setparameters :'Set parameters',
-        project :'Project number',
-        projecta :'Project number锛�',
-        width :'Width',
-        height :'Height',
-        thickness :'Thickness',
-        projectnumber :'Project original piece number',
-        state :'state',
-        createtime :'Creation time',
-        all :'Select All',
-
+    Mounting: {
+        previewproject: 'Select Preview Project',
+        loadinglinea: 'Upper film line',
+        loadingline: 'Upper film line锛�',
+        inloadingline: 'Please select the upper film line',
+        oneloadingline: 'Line 1 on film',
+        twoloadingline: 'Line 2 on film',
+        waiting: 'Waiting',
+        pass: 'Pass',
+        setparameters: 'Set parameters',
+        project: 'Project number',
+        projecta: 'Project number锛�',
+        width: 'Width',
+        height: 'Height',
+        thickness: 'Thickness',
+        projectnumber: 'Project original piece number',
+        state: 'state',
+        createtime: 'Creation time',
+        all: 'Select All',
+        removalmethod: 'Please choose the membrane removal method',
+        removalmethodp: 'Membrane removal method',
+        removalmethoda: 'Membrane removal method锛�',
+        noremoval: 'The film is not removed',
+        removal: 'Membrane removal',
+        coarselyground: 'Rough grinding',
+        finegrinding: 'Fine grinding',
+    },
+    hellow: {
+        clickmakesure: 'Whether or not to confirm the click锛�',
+        logarithm: 'logarithm锛�',
+        totalPairQuantitya: 'Total number of task allocation pairs',
+        pairQuantitya: 'Number of deployed pairs',
+        waitingout: 'Waiting for the release of the film',
+        finishout: 'Film release completed',
+        hollowSequence: 'Hollow sequence',
+        isPair: 'Whether to pair or not',
+        no: 'deny',
+        listFormula: 'Formula information',
+        HollowGlass: 'Queue information',
+        totalLayer: 'Total number of floors',
+        totalPairQuantity: 'Total number of pairs',
+        pairQuantity: 'Completed pairing quantity',
+        isForceList: 'Is it mandatory',
+        yesisForceList: 'force',
+        noisForceList: 'optional',
+        hollowCountOutOne: 'Quantity of insulated first-line glass',
+        hollowCountOutTwo: 'Quantity of hollow second-line glass',
+        hollowTotalAreaOutOne: 'Hollow first-line glass area',
+        hollowTotalAreaOutTwo: 'Hollow second-line glass area',
+        countIn: 'Quantity of large cage glass before tempering',
+        countOut: 'Quantity of tempered glass',
+        countOutOne: 'Quantity of glass cut along the cutting line',
+        countOutTwo: 'Quantity of cutting second-line glass',
+        totalAreaIn: 'Area of large cage glass before tempering',
+        totalAreaOut: 'Tempered glass area',
+        totalAreaOutOne: 'Cut the area of glass along the cutting line',
+        totalAreaOutTwo: 'Cut the area of second-line glass',
+        freeone: 'First line idle state锛�',
+        freetwo: 'Second line idle state锛�',
+        freethree: 'Third line idle state锛�',
+        casFour: 'Gas 4',
+        casFourb: 'Gas 4锛�',
+        casFoura: 'Please select gas 4',
+        casOne: 'Gas 1',
+        casOneb: 'Gas 1锛�',
+        casOnea: 'Please select gas 1',
+        casThree: 'Gas 3',
+        casThreeb: 'Gas 3锛�',
+        casThreea: 'Please select gas 3',
+        casTwo: 'Gas 2',
+        casTwob: 'Gas 2锛�',
+        casTwoa: 'Please select gas 2',
+        Y: 'have',
+        F: 'not have',
+        frameFour: 'Spacer board 4',
+        frameFourb: 'Spacer board 4锛�',
+        frameFoura: 'Please enter the spacing board 4',
+        frameOne: 'Spacer board 1',
+        frameOneb: 'Spacer board 1锛�',
+        frameOnea: 'Please enter the spacing board 1',
+        frameThree: 'Spacer board 3',
+        frameThreeb: 'Spacer board 3锛�',
+        frameThreea: 'Please enter the spacing board 3',
+        frameTwo: 'Spacer board 2',
+        frameTwob: 'Spacer board 2锛�',
+        frameTwoa: 'Please enter the spacing board 2',
+        intervalFrameHeightOne: 'Interval frame height 1',
+        intervalFrameHeightTwo: 'Interval frame height 2',
+        intervalFrameHeightThree: 'Interval frame height 3',
+        intervalFrameHeightFour: 'Interval frame height 4',
+        intervalFrameHeightaOne: 'Please enter the interval box height 1',
+        intervalFrameHeightaTwo: 'Please enter the interval box height 2',
+        intervalFrameHeightaThree: 'Please enter the interval box height 3',
+        intervalFrameHeightaFour: 'Please enter the interval box height 4',
+        intervalFrameHeightbOne: 'Interval frame height 1锛�',
+        intervalFrameHeightbTwo: 'Interval frame height 2锛�',
+        intervalFrameHeightbThree: 'Interval frame height 3锛�',
+        intervalFrameHeightbFour: 'Interval frame height 4锛�',
+        intervalFrameTypeOne: 'Interval box type 1',
+        intervalFrameTypeTwo: 'Interval box type 2',
+        intervalFrameTypeThree: 'Interval box type 3',
+        intervalFrameTypeFour: 'Interval box type 4',
+        intervalFrameTypecOne: 'Please select interval box type 1',
+        intervalFrameTypecTwo: 'Please select interval box type 2',
+        intervalFrameTypecThree: 'Please select interval box type 3',
+        intervalFrameTypecFour: 'Please select interval box type 4',
+        intervalFrameTypedOne: 'Interval box type 1锛�',
+        intervalFrameTypedTwo: 'Interval box type 2锛�',
+        intervalFrameTypedThree: 'Interval box type 3锛�',
+        intervalFrameTypedFour: 'Interval box type 4锛�',
+        intervalFrameTypea: 'TPS adhesive',
+        intervalFrameTypeb: 'Aluminum spacer strip',
+        intervalFrameWidthOne: 'Interval frame width 1',
+        intervalFrameWidthTwo: 'Interval frame width 2',
+        intervalFrameWidthThree: 'Interval frame width 3',
+        intervalFrameWidthFour: 'Interval frame width 4',
+        intervalFrameWidthaOne: 'Please enter the width of the interval box as 1',
+        intervalFrameWidthaTwo: 'Please enter the width of the interval box as 2',
+        intervalFrameWidthaThree: 'Please enter the width of the interval box as 3',
+        intervalFrameWidthaFour: 'Please enter the width of the interval box as 4',
+        intervalFrameWidthbOne: 'Interval frame width 1锛�',
+        intervalFrameWidthbTwo: 'Interval frame width 2锛�',
+        intervalFrameWidthbThree: 'Interval frame width 3锛�',
+        intervalFrameWidthbFour: 'Interval frame width 4锛�',
+        sealInsert: 'Sealed embedding',
+        sealInsertb: 'Sealed embedding锛�',
+        sealInserta: 'Please enter sealed embedding',
+        hollowformula: 'Hollow formula',
+        hollowformuldet: 'Do you want to delete this hollow formula锛�',
+        hollowtaskdet: 'Do you want to delete this task锛�',
+        taskdet: 'Delete Task',
+        edithollowformula: 'Modify the hollow formula',
+        phollowformula: 'Please choose a hollow formula',
+        hollowformulp: 'Hollow formula锛�',
+        bottomRemove: 'Lower side film removal amount锛�',
+        bottomRemovep: 'Lower side film removal amount',
+        bottomRemovea: 'Please enter the amount of film removal on the lower side',
+        topRemove: 'Upper side membrane removal amount锛�',
+        topRemovep: 'Upper side membrane removal amount',
+        topRemovea: 'Please enter the amount of film removal on the upper side',
+        leftRemove: 'Left side membrane removal amount锛�',
+        leftRemovep: 'Left side membrane removal amount',
+        leftRemovea: 'Please enter the amount of membrane removal on the left side',
+        rightRemove: 'Right side membrane removal amount锛�',
+        rightRemovep: 'Right side membrane removal amount',
+        rightRemovea: 'Please enter the amount of membrane removal on the right side',
+        formulaNamep: 'Recipe Name',
+        formulaName: 'Recipe Name锛�',
+        formulaNamea: 'Please enter the formula name',
+        stopproject: 'Pause Task',
+        pstopproject: 'Do you want to pause the task锛�',
+        reviewproject: 'Preview project',
+        line: 'line',
+        linea: 'line锛�',
+        line1: 'Line 1',
+        line2: 'Line 2',
+        line3: 'Line 3',
+        createtask: 'Create task',
+        starttask: 'Start Task',
+        pstarttask: 'Do you want to start the task锛�',
+        stoptask: 'stop task',
+        pstoptask: 'Do you want to stop the task锛�',
+        currenttask: 'Current task锛�',
+        claimednumber: 'Received pairing quantity锛�',
+        linenumber: 'Number of lines entering the airspace锛�',
+        order: 'Production order',
+        flowCardId: 'Flow Card',
+        thickness: 'thickness',
+        coatingtypes: 'films',
+        layer: 'Number of layers',
+        height: 'long',
+        width: 'width',
+        state: 'state',
+        cardnumber: 'Process card number',
+        cardnumbera: 'Process card number锛�',
+        layernumber: 'Layer number',
+        totalnumber: 'Total number of films',
+        pairsnumber: 'Matched quantity',
+        missingnumber: 'Number of missing pieces',
+        damagenumber: 'A quantity broken.',
+        operate: 'operate',
+        claimquest: 'Collecting tasks',
+        pclaimquest: 'Do you want to receive the task锛�',
+        missingfilms: 'Missing chip details',
+        forcedfilming: 'Compulsory film release',
+        pforcedfilming: 'Is it mandatory to release the film锛�',
+        brokenpieces: 'Number of damaged pieces',
+        realpieces: 'Actual number of films',
+        route: 'route锛�',
+        croute: 'Please choose a route',
+        ptotalpairQuantity: 'Total number of pairs锛�',
+        cpairQuantity: 'Please enter the total number of pairs',
+        schedulingswitch: 'Dispatch switch',
+    },
+    screendisplay: {
+        pchoice: 'Please select',
+        pwidth: 'Please enter the width',
+        pheight: 'Please enter the height',
+        upnumber: 'Number of films uploaded',
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0