严智鑫
2025-09-04 5bd56f3ebf96aa9a71e4a452cd2402df59d17384
UI-Project/src/lang/zh.js
@@ -139,31 +139,73 @@
        silkScreenY: '丝印Y',
        isMarking: '是否打标',
        isSilkScreen: '是否丝印',
        isWorking: '领取状态',
        workState: '任务状态',
        lineConfigurationId: '所在位置',
        state: '生产状态',
        glassState: '玻璃状态'
        glassState: '玻璃状态',
        reportCount: '报工数量',
        operationRecordTime:"最新时间",
        sendTime: '发送时间',
        sendContent: '发送内容',
        warehouse:'仓库',
        notCompleteCount:'未完成量',
        notCompleteArea:'未完成面积',
        OrderNo:'订单号'
    },
    machine: {
        mechanicalArm:'自动上片机',
        scanQrCodesIdentify:'扫码识别',
        scanQredging:'扫码磨边',
        edging:'磨边机',
        cleaning:'清洗机',
        flipSlice:'翻片台',
        scanQrCodesVerify:'扫码确认',
        marking: '自动打标机',
        silkScreen:'自动丝印机',
        GlueDispenser:'自动点胶机'
        glueDispenser:'自动点胶机',
        drying:'烘干线',
        rotate:'旋转台',
        lamination:'贴膜机',
        scanQrCodesReport:'扫码报工',
        manualReporting:'手动报工',
    },
    functionState:{
        deleteTips:'是否确认破损?',
        delete :'删除',
        deleteDownLineGlass :'删除线下玻璃',
        tips:'是否确认?',
        yes:'是',
        sure :'确认',
        sureStart :'确认补单',
        cancel :'取消',
        canceled :'失败',
        anew :'重发',
        finish :'完工',
        stopTask :'结束任务',
        lose :'破损',
        downLine :'下线',
        topLine :'上线',
        getTask :'领取',
        start :'开工',
        stop :'暂停',
        modeD :'定制',
        modeB :'标准',
        bound:'绑定',
        reporting:'报工',
        rotate:'旋转',
        notRotate:'不旋转',
        reportingcount:'报工数量',
    }
    ,
    mechanicalArm:{
        deleteTips:'自动上片',
        delete :'删除',
        tips:'是否确认?',
        yes:'是',
        sure :'确认',
        cancel :'取消',
        canceled :'失败',
        anew :'重发',
        finish :'完工',
        lose :'破损',
        downLine :'下线',
        topLine :'上线',
        start :'开工',
        stop :'暂停'
        canceled :'失败'
    }
}