en.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. door:'open door',
  61. open:'open',
  62. opensuccess:'open success',
  63. title:'equipment status',
  64. red:'Red means machine alarm',
  65. green:'Green means the machine is normal',
  66. sleep:'sleep state:machine sleep',
  67. unsleep:'sleep state:did not sleep',
  68. on:'switch:the machine is turning on',
  69. off:'switch:machine shut down',
  70. equipmentNo:'equipmentNo',
  71. area:'area',
  72. temperature :'Temperature of the furnace head',
  73. equipmentTemperature:'equipmentTemperature',
  74. humidity:'equipmentHumidity',
  75. alarm:'alarm content',
  76. tip:'prompt',
  77. sleepTip:'whether or not to sleep?',
  78. onoffTip:'whether to turn it off?',
  79. onoff:'boot/shut down....',
  80. kaiji:'In the boot',
  81. guanji:'Shut down the',
  82. tishi:'Do not repeat within 30 s',
  83. remainingtime:'Do not operate. Remaining time:',
  84. error:'Abnormal operation',
  85. guanjierror:'Equipment has been shut down.',
  86. kaijierror:'Equipment has been started.',
  87. network:'Bad machine network,operation failure'
  88. },
  89. equipmentStatics:{
  90. title:'Machine Sales Ranking',
  91. day:'Today sales ranking',
  92. week:'Sales ranking of the week',
  93. month:'Sales ranking for this month',
  94. year:'Current sales ranking'
  95. },
  96. user:{
  97. title:'me',
  98. bindLogout:'exit',
  99. equipmentname:'modify device name'
  100. },
  101. equipmentname:{
  102. title:'modify device name',
  103. updata:'update',
  104. }
  105. }