en.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. export default {
  2. lang: 'en',
  3. login: {
  4. title: 'backstage management',
  5. username:'please enter a user name/phone',
  6. password:'please enter your password',
  7. login:'login'
  8. },
  9. tabs:{
  10. tab1:"home",
  11. tab2:"single",
  12. tab3:"ranking",
  13. tab4:"status",
  14. tab5:"me"
  15. },
  16. mainStatistics:{
  17. title:'Statistical charts',
  18. name:'name',
  19. company:'sunzee',
  20. dayImg:'../../static/img/ri1.png',
  21. weekImg:'../../static/img/zhou1.png',
  22. monthImg:'../../static/img/yue1.png',
  23. yearImg:'../../static/img/nian1.png',
  24. allImg:'../../static/img/zong1.png',
  25. dayTotalMoney:'todayMoney',
  26. dayTotalNum:'todayNumber',
  27. weekTotalMoney:'weekMoney',
  28. weekTotalNum:'weekNumber',
  29. monthTotalMoney:'monthMoney',
  30. monthTotalNum:'monthNumber',
  31. yearTotalMoney:'yearMoney',
  32. yearTotalNum:'yearNumber',
  33. machineTotalNum:'machineNumber',
  34. machineUseNum:'workingMachine',
  35. day:'Sales today',
  36. week:'Sales this week',
  37. month:'Sales of this month',
  38. year:'Current year sales',
  39. week0:'SUN',
  40. week1:'MON',
  41. week2:'TUE',
  42. week3:'WED',
  43. week4:'THU',
  44. week5:'FRI',
  45. week6:'SAT',
  46. // oclock:'oclock',
  47. oclock:':00',
  48. // mon:'m',
  49. mon:'-',
  50. y:'',
  51. saleNum:'saleNum',
  52. saleroom:'salemoney',
  53. },
  54. merchantList:{
  55. title:'Machine Sales',
  56. total:'Total sales',
  57. data:'Temporarily no data',
  58. },
  59. equipmentStatusList:{
  60. reset:'reboot',
  61. reboot:'reboot equipment',
  62. door:'open door',
  63. open:'open',
  64. opensuccess:'open success',
  65. title:'equipment status',
  66. red:'Red means machine alarm',
  67. green:'Green means the machine is normal',
  68. sleep:'sleep state:machine sleep',
  69. unsleep:'sleep state:did not sleep',
  70. on:'switch:the machine is turning on',
  71. off:'switch:machine shut down',
  72. equipmentNo:'equipmentNo',
  73. area:'area',
  74. temperature :'Temperature of the furnace head',
  75. equipmentTemperature:'equipmentTemperature',
  76. humidity:'equipmentHumidity',
  77. alarm:'alarm content',
  78. tip:'prompt',
  79. rebootTip:'whether or not to reboot?',
  80. sleepTip:'whether or not to sleep?',
  81. onoffTip:'whether to turn it off?',
  82. onoff:'boot/shut down....',
  83. kaiji:'In the boot',
  84. guanji:'Shut down the',
  85. tishi:'Do not repeat within 30 s',
  86. remainingtime:'Do not operate. Remaining time:',
  87. error:'Abnormal operation',
  88. guanjierror:'Equipment has been shut down.',
  89. kaijierror:'Equipment has been started.',
  90. network:'Bad machine network,operation failure',
  91. yixiaochu:'cleared',
  92. xiaochu:'clear',
  93. gps:'GPS',
  94. look:'look',
  95. kaiqi:'on',
  96. guanbi:'off',
  97. },
  98. equipmentStatics:{
  99. title:'Machine Sales Ranking',
  100. day:'Today sales ranking',
  101. week:'Sales ranking of the week',
  102. month:'Sales ranking for this month',
  103. year:'Current sales ranking'
  104. },
  105. user:{
  106. title:'me',
  107. bindLogout:'exit',
  108. equipmentname:'modify device name'
  109. },
  110. equipmentname:{
  111. title:'modify device name',
  112. updata:'update',
  113. }
  114. }