en.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. refresh:'refresh',
  54. },
  55. merchantList:{
  56. title:'Machine Sales',
  57. total:'Total sales',
  58. data:'Temporarily no data',
  59. },
  60. equipmentStatusList:{
  61. reset:'reboot',
  62. reboot:'reboot equipment',
  63. door:'open door',
  64. open:'open',
  65. opensuccess:'open success',
  66. title:'equipment status',
  67. red:'Red means machine alarm',
  68. green:'Green means the machine is normal',
  69. sleep:'sleep state:machine sleep',
  70. unsleep:'sleep state:did not sleep',
  71. on:'switch:the machine is turning on',
  72. off:'switch:machine shut down',
  73. equipmentNo:'equipmentNo',
  74. area:'area',
  75. temperature :'Temperature of the furnace head',
  76. equipmentTemperature:'equipmentTemperature',
  77. humidity:'equipmentHumidity',
  78. alarm:'alarm content',
  79. tip:'prompt',
  80. rebootTip:'whether or not to reboot?',
  81. sleepTip:'whether or not to sleep?',
  82. onoffTip:'whether to turn it off?',
  83. onoff:'boot/shut down....',
  84. kaiji:'In the boot',
  85. guanji:'Shut down the',
  86. tishi:'Do not repeat within 30 s',
  87. remainingtime:'Do not operate. Remaining time:',
  88. error:'Abnormal operation',
  89. guanjierror:'Equipment has been shut down.',
  90. kaijierror:'Equipment has been started.',
  91. network:'Bad machine network,operation failure',
  92. yixiaochu:'cleared',
  93. xiaochu:'clear',
  94. gps:'GPS',
  95. look:'look',
  96. kaiqi:'on',
  97. guanbi:'off',
  98. refreshTime:'last refresh time',
  99. volume:'volume',
  100. },
  101. equipmentStatics:{
  102. title:'Machine Sales Ranking',
  103. day:'Today sales ranking',
  104. week:'Sales ranking of the week',
  105. month:'Sales ranking for this month',
  106. year:'Current sales ranking'
  107. },
  108. user:{
  109. title:'me',
  110. bindLogout:'exit',
  111. equipmentname:'modify device name',
  112. remote:'remote operation'
  113. },
  114. equipmentname:{
  115. title:'modify device name',
  116. updata:'update',
  117. },
  118. remoteList:{
  119. dosugur:'remote sugar making',
  120. flowers:'shielding/display pattern',
  121. parameters:'parameter adjustment',
  122. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  123. volume:'Machine volume adjustment'
  124. },
  125. dosugar:{
  126. equipmentClientID:'Enter the machine code',
  127. placeholder:'Enter the last 6 digits of the device code',
  128. search:'search',
  129. chooseEquipment:'choose equipment',
  130. chooseProduct:'choose product',
  131. list:'today sugar list'
  132. },
  133. flowers:{
  134. flower:'flower',
  135. show:'show',
  136. unshow:'unshow',
  137. submit:'submit'
  138. },
  139. volume:{
  140. volu:'Current volume'
  141. },
  142. parameters:{
  143. general:'General parameters',
  144. advanced:'Advanced parameters',
  145. debug:'Debug page'
  146. },
  147. alarmClock:{
  148. title:'alarmClock',
  149. chooseTime:'select time',
  150. type:'type',
  151. qi:'7',
  152. yi:'1',
  153. er:'2',
  154. san:'3',
  155. si:'4',
  156. wu:'5',
  157. liu:'6',
  158. add:'add',
  159. placeholder:'select machine or searching',
  160. switchChange:'Whether to turn on the alarm clock',
  161. name:'clock name',
  162. update:'update',
  163. delete:'delete',
  164. kailutou:'open the furnace head',
  165. guanlutou:'close the furnace head',
  166. kaixiumian:'start sleep',
  167. guanxiumian:'close sleep',
  168. status1:'closed',
  169. status2:'enable',
  170. zhou:''
  171. }
  172. }