en.js 4.0 KB

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