en.js 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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:'todayAmt',
  26. dayTotalNum:'todayNumber',
  27. weekTotalMoney:'weekAmt',
  28. weekTotalNum:'weekNumber',
  29. monthTotalMoney:'monthAmt',
  30. monthTotalNum:'monthNumber',
  31. yearTotalMoney:'yearAmt',
  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. outDoor:'outer door',
  65. inDoor:'inner door',
  66. open:'open',
  67. close:'close',
  68. openStatus:'Door opening',
  69. closeStatus:'Door closing',
  70. opensuccess:'open success',
  71. title:'equipment status',
  72. red:'Red means machine alarm',
  73. green:'Green means the machine is normal',
  74. sleep:'sleep state:machine sleep',
  75. unsleep:'sleep state:did not sleep',
  76. on:'switch:the machine is turning on',
  77. off:'switch:machine shut down',
  78. equipmentNo:'equipmentNo',
  79. area:'area',
  80. temperature :'Temperature of the furnace head',
  81. equipmentTemperature:'equipmentTemperature',
  82. humidity:'equipmentHumidity',
  83. alarm:'alarm content',
  84. tip:'prompt',
  85. successReturn:'Sending succeeded',
  86. errorReturn:'fail in send',
  87. rebootTip:'whether or not to reboot?',
  88. updateTip:'Execute or not?',
  89. sleepTip:'whether or not to sleep?',
  90. onoffTip:'whether to turn it off?',
  91. wuliaoTip:'Are you sure?',
  92. onoff:'boot/shut down....',
  93. kaiji:'In the boot',
  94. guanji:'Shut down the',
  95. tishi:'Do not repeat within 30 s',
  96. remainingtime:'Do not operate. Remaining time:',
  97. error:'Abnormal operation',
  98. guanjierror:'Equipment has been shut down.',
  99. kaijierror:'Equipment has been started.',
  100. network:'Bad machine network,operation failure',
  101. yixiaochu:'cleared',
  102. xiaochu:'clear',
  103. gps:'GPS',
  104. look:'look',
  105. kaiqi:'on',
  106. guanbi:'off',
  107. refreshTime:'last refresh time',
  108. volume:'volume',
  109. whiteSugar:'whiteSugar',
  110. redSugar:'redSugar',
  111. yellowSugar:'yellowSugar',
  112. blueSugar:'blueSugar',
  113. stick:'stick',
  114. water:'water',
  115. wasteWater:'wasteWater',
  116. buliao:'one click to complete materials',
  117. buliaoT:'implement'
  118. },
  119. equipmentStatics:{
  120. title:'Machine Sales Ranking',
  121. day:'Today sales ranking',
  122. week:'Sales ranking of the week',
  123. month:'Sales ranking for this month',
  124. year:'Current sales ranking',
  125. changeType:'statistical type',
  126. sales:'sales volume',
  127. flowers:'flower'
  128. },
  129. user:{
  130. title:'me',
  131. bindLogout:'exit',
  132. equipmentname:'modify device name',
  133. remote:'remote operation',
  134. equipmentlist:'machine details',
  135. bangji:'machine connection server'
  136. },
  137. equipmentname:{
  138. title:'modify device name',
  139. updata:'update',
  140. },
  141. remoteList:{
  142. dosugur:'remote sugar making',
  143. flowers:'shielding/display pattern',
  144. parameters:'parameter adjustment',
  145. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  146. volume:'Machine volume adjustment',
  147. password:'Remote modification of machine password',
  148. price:'Modify commodity price',
  149. },
  150. dosugar:{
  151. equipmentClientID:'Enter the machine code',
  152. placeholder:'Enter the last 6 digits of the device code',
  153. search:'search',
  154. chooseEquipment:'choose equipment',
  155. chooseProduct:'choose product',
  156. list:'today sugar list'
  157. },
  158. flowers:{
  159. flower:'flower',
  160. show:'show',
  161. unshow:'unshow',
  162. submit:'submit',
  163. yellowSugar:'All yellow sugar flower:',
  164. buleSugar:'All bule sugar flower:',
  165. redSugar:'All red sugar flower:',
  166. whileSugar:'All while sugar flower:',
  167. },
  168. volume:{
  169. volu:'Current volume'
  170. },
  171. parameters:{
  172. general:'General parameters',
  173. advanced:'Advanced parameters',
  174. cabinet_hd:'cabinetHd Debug',
  175. debug:'Debug page',
  176. cabinetHd:'cabinetHd',
  177. allUpdate:'one key increment and decrement',
  178. winter:'winter parameters',
  179. summer:'summer parameters',
  180. update:'update'
  181. },
  182. alarmClock:{
  183. title:'alarmClock',
  184. chooseTime:'select time',
  185. type:'type',
  186. qi:'7',
  187. yi:'1',
  188. er:'2',
  189. san:'3',
  190. si:'4',
  191. wu:'5',
  192. liu:'6',
  193. add:'add',
  194. placeholder:'select machine or searching',
  195. switchChange:'Whether to turn on the alarm clock',
  196. name:'clock name',
  197. update:'update',
  198. delete:'delete',
  199. kailutou:'open the furnace head',
  200. guanlutou:'close the furnace head',
  201. kaixiumian:'start sleep',
  202. guanxiumian:'close sleep',
  203. status1:'closed',
  204. status2:'enable',
  205. zhou:''
  206. },
  207. updatePassword:{
  208. adminPwd:'adminPwd',
  209. guestPwd:'guestPwd',
  210. update:'submit',
  211. sure:'Are you sure?'
  212. },
  213. updatePrice:{
  214. A01:'Rose elf',
  215. A02:'Childlike innocence still',
  216. A03:'Colorful',
  217. A04:'Snow love dance',
  218. A05:'Hibiscus in water',
  219. A06:'Flame red lips',
  220. A07:'Dream come true',
  221. A08:'Fall in love at first sight',
  222. A09:'Orchid love',
  223. A10:'Guardian of the heart',
  224. A11:'Summer love',
  225. A12:'Ice beauty',
  226. A13:'Celestial beauty',
  227. A14:'Pure heart',
  228. A15:'Heart of the Oceans',
  229. A16:'Love of Crystal',
  230. A17:'Color elf',
  231. A18:'Warm jacket',
  232. A19:'Fairy Butterfly Dream',
  233. A20:'Summer Allure',
  234. A21:'Let a hundred flowers blossom',
  235. A22:'Bee wrapped around butterfly love',
  236. A23:'Cardamom Years',
  237. A24:'Star fantasy',
  238. A25:'Falling into the stars',
  239. A26:'Snow flies dancing',
  240. A27:'Spring flowers bloom',
  241. A28:'Flowers flying',
  242. A29:'In the Mood for Love',
  243. A30:'Hearts blooming',
  244. A31:'Hibiscus in water-mini',
  245. A32:'Flame red lips-mini',
  246. A33:'Summer love-mini',
  247. A34:'Ice beauty-mini',
  248. A35:'Color elf-mini',
  249. name:'productName',
  250. price:'price'
  251. },
  252. bangdingMachine:{
  253. clientId:'clientId',
  254. equimentType:'equimentType'
  255. }
  256. }