en.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. export const lang = {
  2. equipment:{
  3. stat:"状态",
  4. model:'产品型号',
  5. running:"运行中",
  6. offLine:"离线",
  7. standby:"待机",
  8. auxiliaryMachine:"辅助机器",
  9. yield:"产量",
  10. temperature:"平均温度",
  11. humidity:"平均湿度",
  12. equipmentStatus:"设备状态",
  13. operatingMode:"工作模式",
  14. productionData:"产量数据",
  15. ultimateOutput:"极限产量",
  16. actualOutput:"实际产量",
  17. },
  18. sterilization:{
  19. name:"灭菌柜",
  20. pressure:"气压",
  21. gasTemp:"Gas Temp",
  22. EO:"E.O.温度",
  23. waterTemperature:"水温",
  24. humidity:"湿度",
  25. averageTemperature:"平均温度",
  26. hotbox:"温箱",
  27. },
  28. threadedHead:{
  29. name:"螺纹头",
  30. converterStartup:"变频器启动",
  31. mainCompressedAirValve:"压缩空气总阀",
  32. separatingDisc:"分离盘",
  33. injectionValve:"喷油阀",
  34. stationVibrationDisk:"工位振动盘",
  35. },
  36. rollPrinting:{
  37. name:"滚印机",
  38. frequencyOfMainMotor:"主电机频率",
  39. injectionValve:"喷油阀",
  40. variableFrequencyMotor:"变频电机",
  41. frequency:"频率",
  42. heatingMotor:"加热电机",
  43. firstCurrentTemperature:"第一当前温度",
  44. secondCurrentTemperature:"第二当前温度",
  45. fuelInjectionMotor:"喷油电机",
  46. oilPumpMotor:"油泵电机",
  47. storageMotor:"蓄料电机",
  48. centrifugalMotor:"离心电机",
  49. },
  50. injection:{
  51. name:"注塑机",
  52. MoldStatus:"模具状态",
  53. hydraulicPress:"液压机",
  54. hydraulicOilTemperature:"液压油温度",
  55. cylinderTemperature:"简体温度",
  56. channel:"通道",
  57. pressure:"压力",
  58. speed:"速度",
  59. videoInstruction:"视频说明书"
  60. },
  61. assemblingMachine:{
  62. name:'组装机',
  63. mainMotor:"主电机",
  64. valve:"气阀",
  65. centrifuge:"离心机",
  66. frequencyOfMainMotor:"主电机频率",
  67. stopperRate:"胶塞速率",
  68. tipVelocity:"针尖速率",
  69. rubberStopperSentHorizontally:"胶塞平送",
  70. needleTipFlatFeeding:"针尖平送",
  71. },
  72. warpKnitting:{
  73. name:'经编机',
  74. spindleSpeed:'主轴转速',
  75. jaca:'贾卡',
  76. traverse:'横移',
  77. currentClothLength:'当前布长',
  78. setClothLength:'设定布长',
  79. density:'密度',
  80. warpLetOffAxis:'送经轴',
  81. remainingTurns:'剩余圈数',
  82. timeRemaining:'剩余时间',
  83. traction:'牵拉',
  84. crimp:'卷曲',
  85. processwidth:'工艺宽度',
  86. processHeight:'工艺高度',
  87. totalNumberOfAxles:'总轴数',
  88. },
  89. packer:{
  90. name:'包装机',
  91. production:'12小时产量',
  92. plannedOutput:"计划产量",
  93. versionsPerMinute:"每分钟版数",
  94. numberOfModules:"每模个数",
  95. singleModeDistance:'单模距离',
  96. alignmentDistance:"对版距离",
  97. jogSpeed:"点动速度",
  98. chainSpeed:'链条速度',
  99. alignmentSpeed:"对版速度"
  100. },
  101. login:{
  102. deviceInformation:"设备信息",
  103. switchLanguage:'switch English',
  104. logOut:'退出登录',
  105. title:"ByteSailing管理系统",
  106. form:{
  107. tenantId:"请输入租户ID",
  108. username:"请输入账号",
  109. password:"请输入密码",
  110. },
  111. loginText:'登录',
  112. demo:"demo",
  113. agreement:{
  114. text:"已阅读并同意:Bytesailing",
  115. clause:"服务条款",
  116. agreement:"隐私协议",
  117. and:"和"
  118. },
  119. },
  120. }
  121. //导出
  122. export default lang