123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- export const lang = {
- equipment:{
- stat:"Status",
- model:'Model No.',
- running:" Running",
- offLine:"Off-line",
- standby:"Standby",
- auxiliaryMachine:"Auxiliary",
- yield:"Output",
- temperature:"Avg. Temp.",
- humidity:"Avg.HMD",
- equipmentStatus:"Mach. State",
- operatingMode:"Operate Mode",
- productionData:"Output Data",
- ultimateOutput:"Limite O/P",
- actualOutput:"Actual O/P",
- },
- sterilization:{
- name:"EO Machine",
- pressure:"Air Pressure",
- gasTemp:"Gas Temp",
- EO:"E.O. Temp.",
- waterTemperature:"Water Temp.",
- humidity:"Humidity",
- averageTemperature:"Avg. Temp.",
- hotbox:"Temp. Box",
- },
- threadedHead:{
- name:"Lock Head",
- converterStartup:"Freq. Conv. Start",
- mainCompressedAirValve:"Comp. Air Valve",
- separatingDisc:"Separate disc",
- injectionValve:"Spay Valve",
- stationVibrationDisk:"Vibrator",
- },
- rollPrinting:{
- name:"Pad Printer",
- frequencyOfMainMotor:"Main Motor Freq.",
- injectionValve:"Spay Valve",
- variableFrequencyMotor:"VFD Motor",
- frequency:"Freq.",
- heatingMotor:"Heat Motor",
- firstCurrentTemperature:"1st Current Temp.",
- secondCurrentTemperature:"2nd Current Temp.",
- fuelInjectionMotor:"Spay Motor",
- oilPumpMotor:"Pump Motor",
- storageMotor:"Storage Motor",
- centrifugalMotor:"Centrif. Motor",
- },
- injection:{
- name:"IMM",
- MoldStatus:"Mold State",
- hydraulicPress:"HYD Machine",
- hydraulicOilTemperature:"HYD Oil Temp.",
- cylinderTemperature:"Barrel Temp.",
- channel:"Channel",
- pressure:"Pressure",
- speed:"Speed",
- },
- assemblingMachine:{
- name:'Assembly Machine',
- mainMotor:"Main Motor",
- valve:"Air Valve",
- centrifuge:"Centrifuge",
- frequencyOfMainMotor:"Main Motor Freq.",
- tipVelocity:"Needle Rate",
- rubberStopperSentHorizontally:"Gasket Feeding",
- needleTipFlatFeeding:"Needle Feeding",
- },
- warpKnitting:{
- name:'warp Knitting',
- spindleSpeed:'Speed',
- jaca:'PJ',
- traverse:'EL',
- currentClothLength:'current Length',
- setClothLength:'set Length',
- density:'density',
- warpLetOffAxis:'EBC',
- remainingTurns:'remainTurns',
- timeRemaining:'time left',
- traction:' EAC',
- crimp:' take up',
- processwidth:'width',
- processHeight:'Height',
- totalNumberOfAxles:' total bar',
- },
- packer:{
- name:'Packing Machine',
- production:'12h Output',
- plannedOutput:"Planned O/P",
- versionsPerMinute:"Version/Minute",
- numberOfModules:"pcs/mold",
- singleModeDistance:'Space each mold',
- alignmentDistance:"Version Distance",
- jogSpeed:"jog speed",
- chainSpeed:'Chain Speed',
- alignmentSpeed:"Version Speed",
- },
- login:{
- deviceInformation:"device information",
- switchLanguage:'切换中文',
- logOut:'log out',
- title:"ByteSailing Management System",
- form:{
- tenantId:"Please enter the tenant ID",
- username:"Please enter the account number",
- password:"Please enter the password",
-
- },
- loginText:'Log In',
- demo:"demo",
- agreement:{
- text:"Read and Agree:ByteSailing",
- clause:"Service Term",
- agreement:"Privacy Agreement",
- and:"and"
- },
- },
- }
|