en2.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. videoInstruction:"Video instruction"
  60. },
  61. assemblingMachine:{
  62. name:'Assembly Machine',
  63. mainMotor:"Main Motor",
  64. valve:"Air Valve",
  65. centrifuge:"Centrifuge",
  66. frequencyOfMainMotor:"Main Motor Frequency",
  67. stopperRate:"Gasket Rate ",
  68. tipVelocity:"Needle Rate",
  69. rubberStopperSentHorizontally:"Gasket Horizontal-Feeding",
  70. needleTipFlatFeeding:"Needle Horizontal-Feeding ",
  71. },
  72. packer:{
  73. name:'Packing Machine',
  74. production:'12 hours Output',
  75. plannedOutput:"Planned Output ",
  76. versionsPerMinute:"Version/Minute",
  77. numberOfModules:"pcs/mold",
  78. singleModeDistance:'distance each mold',
  79. alignmentDistance:"version-matching distance",
  80. jogSpeed:"jog speed ",
  81. chainSpeed:'Chain Speed',
  82. alignmentSpeed:"version-matching speed"
  83. },
  84. login:{
  85. title:"ByteSailing Management System",
  86. form:{
  87. tenantId:"Please enter the user ID",
  88. username:"Please enter the account number",
  89. password:"Please enter the password",
  90. },
  91. loginText:'Log In',
  92. demo:"demo",
  93. agreement:{
  94. text:"Red and Agree bytesailing",
  95. clause:"Service Term",
  96. agreement:"Privacy Agreement",
  97. and:"and"
  98. },
  99. },
  100. }