123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- export const lang = {
- equipment:{
- stat:"Status",
- model:'Model No.',
- running:"Running",
- offLine:"Off-line",
- standby:"Standby",
- auxiliaryMachine:"Auxiliary Equipment",
- yield:"Output",
- temperature:"Average Temperature",
- humidity:"Average Humidity",
- equipmentStatus:"Machine State",
- operatingMode:"Operation Mode",
- productionData:"Output Data",
- ultimateOutput:"Limit Output",
- actualOutput:"Actual Output",
- },
- sterilization:{
- name:"ETO Sterilization Machine",
- pressure:"Air Pressure",
- gasTemp:"Gas Temp",
- EO:"E.O.Temperature",
- waterTemperature:"Water Temperature",
- humidity:"Humidity",
- averageTemperature:"Average Temperature",
- hotbox:"Temperature Box",
- },
- threadedHead:{
- name:"Lock Connector",
- converterStartup:"Frequency Converter Start",
- mainCompressedAirValve:"Compressed Air Main Valve",
- separatingDisc:"Separation Plate",
- injectionValve:"Spaying Valve",
- stationVibrationDisk:"Station Vibrate-Feeder",
- },
- rollPrinting:{
- name:"Pad Printing Machine",
- frequencyOfMainMotor:"Main Motor Frequency",
- injectionValve:"Oil Spaying Valve",
- variableFrequencyMotor:"Variable Frequency Motor",
- frequency:"Frequency",
- heatingMotor:"eating Motor",
- firstCurrentTemperature:"1st Current Temperature",
- secondCurrentTemperature:"2nd Current Temperature",
- fuelInjectionMotor:"Oil Spaying Motor",
- oilPumpMotor:"Oil Pump Motor",
- storageMotor:"Material Storage Motor",
- centrifugalMotor:"Centrifuge Motor",
-
- },
- injection:{
- name:"Plastic Injection Molding Machine",
- MoldStatus:"Mold Status",
- hydraulicPress:"Hydraulic Machine",
- hydraulicOilTemperature:"Hydraulic Oil Temperature",
- cylinderTemperature:"Barrel Temperature",
- channel:"Channel",
- pressure:"Pressure",
- speed:"Speed",
- videoInstruction:"Video instruction"
- },
- assemblingMachine:{
- name:'Assembly Machine',
- mainMotor:"Main Motor",
- valve:"Air Valve",
- centrifuge:"Centrifuge",
- frequencyOfMainMotor:"Main Motor Frequency",
- stopperRate:"Gasket Rate ",
- tipVelocity:"Needle Rate",
- rubberStopperSentHorizontally:"Gasket Horizontal-Feeding",
- needleTipFlatFeeding:"Needle Horizontal-Feeding ",
- },
- packer:{
- name:'Packing Machine',
- production:'12 hours Output',
- plannedOutput:"Planned Output ",
- versionsPerMinute:"Version/Minute",
- numberOfModules:"pcs/mold",
- singleModeDistance:'distance each mold',
- alignmentDistance:"version-matching distance",
- jogSpeed:"jog speed ",
- chainSpeed:'Chain Speed',
- alignmentSpeed:"version-matching speed"
- },
- login:{
- title:"ByteSailing Management System",
- form:{
- tenantId:"Please enter the user ID",
- username:"Please enter the account number",
- password:"Please enter the password",
-
- },
- loginText:'Log In',
- demo:"demo",
- agreement:{
- text:"Red and Agree bytesailing",
- clause:"Service Term",
- agreement:"Privacy Agreement",
- and:"and"
- },
- },
- }
|