en.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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",
  9. yield:"Output",
  10. temperature:"Avg. Temp.",
  11. humidity:"Avg.HMD",
  12. equipmentStatus:"Mach. State",
  13. operatingMode:"Operate Mode",
  14. productionData:"Output Data",
  15. ultimateOutput:"Limite O/P",
  16. actualOutput:"Actual O/P",
  17. },
  18. sterilization:{
  19. name:"EO Machine",
  20. pressure:"Air Pressure",
  21. gasTemp:"Gas Temp",
  22. EO:"E.O. Temp.",
  23. waterTemperature:"Water Temp.",
  24. humidity:"Humidity",
  25. averageTemperature:"Avg. Temp.",
  26. hotbox:"Temp. Box",
  27. },
  28. threadedHead:{
  29. name:"Lock Head",
  30. converterStartup:"Freq. Conv. Start",
  31. mainCompressedAirValve:"Comp. Air Valve",
  32. separatingDisc:"Separate disc",
  33. injectionValve:"Spay Valve",
  34. stationVibrationDisk:"Vibrator",
  35. },
  36. rollPrinting:{
  37. name:"Pad Printer",
  38. frequencyOfMainMotor:"Main Motor Freq.",
  39. injectionValve:"Spay Valve",
  40. variableFrequencyMotor:"VFD Motor",
  41. frequency:"Freq.",
  42. heatingMotor:"Heat Motor",
  43. firstCurrentTemperature:"1st Current Temp.",
  44. secondCurrentTemperature:"2nd Current Temp.",
  45. fuelInjectionMotor:"Spay Motor",
  46. oilPumpMotor:"Pump Motor",
  47. storageMotor:"Storage Motor",
  48. centrifugalMotor:"Centrif. Motor",
  49. },
  50. injection:{
  51. name:"IMM",
  52. MoldStatus:"Mold State",
  53. hydraulicPress:"HYD Machine",
  54. hydraulicOilTemperature:"HYD Oil Temp.",
  55. cylinderTemperature:"Barrel Temp.",
  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 Freq.",
  66. tipVelocity:"Needle Rate",
  67. rubberStopperSentHorizontally:"Gasket Feeding",
  68. needleTipFlatFeeding:"Needle Feeding",
  69. },
  70. warpKnitting:{
  71. name:'warp Knitting',
  72. spindleSpeed:'Speed',
  73. jaca:'PJ',
  74. traverse:'EL',
  75. currentClothLength:'current Length',
  76. setClothLength:'set Length',
  77. density:'density',
  78. warpLetOffAxis:'EBC',
  79. remainingTurns:'remainTurns',
  80. timeRemaining:'time left',
  81. traction:' EAC',
  82. crimp:' take up',
  83. processwidth:'width',
  84. processHeight:'Height',
  85. totalNumberOfAxles:' total bar',
  86. },
  87. packer:{
  88. name:'Packing Machine',
  89. production:'12h Output',
  90. plannedOutput:"Planned O/P",
  91. versionsPerMinute:"Version/Minute",
  92. numberOfModules:"pcs/mold",
  93. singleModeDistance:'Space each mold',
  94. alignmentDistance:"Version Distance",
  95. jogSpeed:"jog speed",
  96. chainSpeed:'Chain Speed',
  97. alignmentSpeed:"Version Speed",
  98. },
  99. login:{
  100. deviceInformation:"device information",
  101. switchLanguage:'切换中文',
  102. logOut:'log out',
  103. title:"ByteSailing Management System",
  104. form:{
  105. tenantId:"Please enter the tenant ID",
  106. username:"Please enter the account number",
  107. password:"Please enter the password",
  108. },
  109. loginText:'Log In',
  110. demo:"demo",
  111. agreement:{
  112. text:"Read and Agree:ByteSailing",
  113. clause:"Service Term",
  114. agreement:"Privacy Agreement",
  115. and:"and"
  116. },
  117. },
  118. }