en.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. export const lang = {
  2. equipment:{
  3. stat:"Status",
  4. model:'Model No.',
  5. running:"Running",
  6. offLine:"Off-line",
  7. standby:"Standby",
  8. auxiliaryMachine:"Auxiliary Equipment",
  9. yield:"Output",
  10. temperature:"Average Temperature",
  11. humidity:"Average Humidity",
  12. equipmentStatus:"Machine State",
  13. operatingMode:"Operation Mode",
  14. productionData:"Output Data",
  15. ultimateOutput:"Limit Output",
  16. actualOutput:"Actual Output",
  17. },
  18. sterilization:{
  19. name:"ETO Sterilization Machine",
  20. pressure:"Air Pressure",
  21. gasTemp:"Gas Temp",
  22. EO:"E.O.Temperature",
  23. waterTemperature:"Water Temperature",
  24. humidity:"Humidity",
  25. averageTemperature:"Average Temperature",
  26. hotbox:"Temperature Box",
  27. },
  28. threadedHead:{
  29. name:"Lock Connector",
  30. converterStartup:"Frequency Converter Start",
  31. mainCompressedAirValve:"Compressed Air Main Valve",
  32. separatingDisc:"Separation Plate",
  33. injectionValve:"Spaying Valve",
  34. stationVibrationDisk:"Station Vibrate-Feeder",
  35. },
  36. rollPrinting:{
  37. name:"Pad Printing Machine",
  38. frequencyOfMainMotor:"Main Motor Frequency",
  39. injectionValve:"Oil Spaying Valve",
  40. variableFrequencyMotor:"Variable Frequency Motor",
  41. frequency:"Frequency",
  42. heatingMotor:"eating Motor",
  43. firstCurrentTemperature:"1st Current Temperature",
  44. secondCurrentTemperature:"2nd Current Temperature",
  45. fuelInjectionMotor:"Oil Spaying Motor",
  46. oilPumpMotor:"Oil Pump Motor",
  47. storageMotor:"Material Storage Motor",
  48. centrifugalMotor:"Centrifuge Motor",
  49. },
  50. injection:{
  51. name:"Plastic Injection Molding Machine",
  52. MoldStatus:"Mold Status",
  53. hydraulicPress:"Hydraulic Machine",
  54. hydraulicOilTemperature:"Hydraulic Oil Temperature",
  55. cylinderTemperature:"Barrel Temperature",
  56. channel:"Channel",
  57. pressure:"Pressure",
  58. speed:"Speed",
  59. },
  60. assemblingMachine:{
  61. name:'Assembly Machine',
  62. mainMotor:"Main Motor",
  63. valve:"Air Valve",
  64. centrifuge:"Centrifuge",
  65. frequencyOfMainMotor:"Main Motor Frequency",
  66. stopperRate:"Gasket Rate ",
  67. tipVelocity:"Needle Rate",
  68. rubberStopperSentHorizontally:"Gasket Horizontal-Feeding",
  69. needleTipFlatFeeding:"Needle Horizontal-Feeding ",
  70. },
  71. packer:{
  72. name:'Packing Machine',
  73. production:'12 hours Output',
  74. plannedOutput:"Planned Output ",
  75. versionsPerMinute:"Version/Minute",
  76. numberOfModules:"pcs/mold",
  77. singleModeDistance:'distance each mold',
  78. alignmentDistance:"version-matching distance",
  79. jogSpeed:"jog speed ",
  80. chainSpeed:'Chain Speed',
  81. alignmentSpeed:"version-matching speed"
  82. },
  83. login:{
  84. title:"ByteSailing Management System",
  85. form:{
  86. tenantId:"Please enter the user ID",
  87. username:"Please enter the account number",
  88. password:"Please enter the password",
  89. },
  90. loginText:'Log In',
  91. demo:"demo",
  92. agreement:{
  93. text:"Red and Agree:Bytesailing",
  94. clause:"Service Term",
  95. agreement:"Privacy Agreement",
  96. and:"and"
  97. },
  98. },
  99. }