en.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. changeType:'statistical type',
  108. sales:'sales volume',
  109. flowers:'flower'
  110. },
  111. user:{
  112. title:'me',
  113. bindLogout:'exit',
  114. equipmentname:'modify device name',
  115. remote:'remote operation'
  116. },
  117. equipmentname:{
  118. title:'modify device name',
  119. updata:'update',
  120. },
  121. remoteList:{
  122. dosugur:'remote sugar making',
  123. flowers:'shielding/display pattern',
  124. parameters:'parameter adjustment',
  125. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  126. volume:'Machine volume adjustment'
  127. },
  128. dosugar:{
  129. equipmentClientID:'Enter the machine code',
  130. placeholder:'Enter the last 6 digits of the device code',
  131. search:'search',
  132. chooseEquipment:'choose equipment',
  133. chooseProduct:'choose product',
  134. list:'today sugar list'
  135. },
  136. flowers:{
  137. flower:'flower',
  138. show:'show',
  139. unshow:'unshow',
  140. submit:'submit'
  141. },
  142. volume:{
  143. volu:'Current volume'
  144. },
  145. parameters:{
  146. general:'General parameters',
  147. advanced:'Advanced parameters',
  148. debug:'Debug page'
  149. },
  150. alarmClock:{
  151. title:'alarmClock',
  152. chooseTime:'select time',
  153. type:'type',
  154. qi:'7',
  155. yi:'1',
  156. er:'2',
  157. san:'3',
  158. si:'4',
  159. wu:'5',
  160. liu:'6',
  161. add:'add',
  162. placeholder:'select machine or searching',
  163. switchChange:'Whether to turn on the alarm clock',
  164. name:'clock name',
  165. update:'update',
  166. delete:'delete',
  167. kailutou:'open the furnace head',
  168. guanlutou:'close the furnace head',
  169. kaixiumian:'start sleep',
  170. guanxiumian:'close sleep',
  171. status1:'closed',
  172. status2:'enable',
  173. zhou:''
  174. }
  175. }