en.js 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. confirm:'confirm',
  69. cancel:'cancel',
  70. openStatus:'Door opening',
  71. closeStatus:'Door closing',
  72. opensuccess:'open success',
  73. title:'equipment status',
  74. red:'Red means machine alarm',
  75. green:'Green means the machine is normal',
  76. sleep:'sleep state:machine sleep',
  77. unsleep:'sleep state:did not sleep',
  78. sleepDesc:'sleep desc',
  79. on:'switch:the machine is turning on',
  80. off:'switch:machine shut down',
  81. equipmentNo:'equipmentNo',
  82. area:'area',
  83. temperature :'Temperature of the furnace head',
  84. equipmentTemperature:'equipmentTemperature',
  85. humidity:'equipmentHumidity',
  86. alarm:'alarm content',
  87. tip:'prompt',
  88. successReturn:'Sending succeeded',
  89. errorReturn:'fail in send',
  90. modifiedSuccessfully:'Modified Successfully',
  91. modificationFailure:'Modification Failure',
  92. rebootTip:'whether or not to reboot?',
  93. updateTip:'Execute or not?',
  94. sleepTip:'whether or not to sleep?',
  95. sleepDescTip:'whether or not to change?',
  96. onoffTip:'whether to turn it off?',
  97. wuliaoTip:'Are you sure?',
  98. onoff:'boot/shut down....',
  99. kaiji:'In the boot',
  100. guanji:'Shut down the',
  101. tishi:'Do not repeat within 30 s',
  102. remainingtime:'Do not operate. Remaining time:',
  103. error:'Abnormal operation',
  104. guanjierror:'Equipment has been shut down.',
  105. kaijierror:'Equipment has been started.',
  106. network:'Bad machine network,operation failure',
  107. yixiaochu:'cleared',
  108. xiaochu:'clear',
  109. gps:'GPS',
  110. look:'look',
  111. kaiqi:'on',
  112. guanbi:'off',
  113. edit:'edit',
  114. refreshTime:'last refresh time',
  115. volume:'volume',
  116. whiteSugar:'whiteSugar',
  117. redSugar:'redSugar',
  118. yellowSugar:'yellowSugar',
  119. blueSugar:'blueSugar',
  120. stick:'stick',
  121. water:'water',
  122. wasteWater:'wasteWater',
  123. buliao:'one click to complete materials',
  124. buliaoT:'implement',
  125. suspendBusiness:'Suspend Business'
  126. },
  127. equipmentStatics:{
  128. title:'Machine Sales Ranking',
  129. day:'Today sales ranking',
  130. week:'Sales ranking of the week',
  131. month:'Sales ranking for this month',
  132. year:'Current sales ranking',
  133. changeType:'statistical type',
  134. sales:'sales volume',
  135. flowers:'flower'
  136. },
  137. user:{
  138. title:'me',
  139. bindLogout:'exit',
  140. equipmentname:'modify device name',
  141. remote:'remote operation',
  142. equipmentlist:'machine details',
  143. bangji:'machine connection server'
  144. },
  145. equipmentname:{
  146. title:'modify device name',
  147. updata:'update',
  148. },
  149. remoteList:{
  150. title:'Remote operation list',
  151. dosugur:'Remote sugar making',
  152. flowers:'shielding/display pattern',
  153. parameters:'parameter adjustment',
  154. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  155. volume:'Machine volume adjustment',
  156. password:'Remote modification of machine password',
  157. price:'Modify commodity price',
  158. payment:'Modify the payment method',
  159. },
  160. dosugar:{
  161. equipmentClientID:'Enter the machine code',
  162. placeholder:'Enter the last 6 digits of the device code',
  163. search:'search',
  164. chooseEquipment:'choose equipment',
  165. chooseProduct:'choose product',
  166. list:'today sugar list'
  167. },
  168. flowers:{
  169. flower:'flower',
  170. show:'show',
  171. unshow:'unshow',
  172. submit:'submit',
  173. yellowSugar:'All yellow sugar flower:',
  174. buleSugar:'All bule sugar flower:',
  175. redSugar:'All red sugar flower:',
  176. whileSugar:'All while sugar flower:',
  177. },
  178. volume:{
  179. volu:'Current volume'
  180. },
  181. parameters:{
  182. general:'General parameters',
  183. advanced:'Advanced parameters',
  184. cabinet_hd:'cabinetHd Debug',
  185. debug:'Debug page',
  186. cabinetHd:'cabinetHd',
  187. allUpdate:'one key increment and decrement',
  188. winter:'winter parameters',
  189. summer:'summer parameters',
  190. update:'update'
  191. },
  192. alarmClock:{
  193. title:'alarmClock',
  194. chooseTime:'select time',
  195. type:'type',
  196. qi:'7',
  197. yi:'1',
  198. er:'2',
  199. san:'3',
  200. si:'4',
  201. wu:'5',
  202. liu:'6',
  203. add:'add',
  204. placeholder:'select machine or searching',
  205. switchChange:'Whether to turn on the alarm clock',
  206. name:'clock name',
  207. update:'update',
  208. delete:'delete',
  209. kailutou:'open the furnace head',
  210. guanlutou:'close the furnace head',
  211. kaixiumian:'start sleep',
  212. guanxiumian:'close sleep',
  213. status1:'closed',
  214. status2:'enable',
  215. zhou:''
  216. },
  217. updatePassword:{
  218. adminPwd:'adminPwd',
  219. guestPwd:'guestPwd',
  220. update:'submit',
  221. sure:'Are you sure?'
  222. },
  223. updatePrice:{
  224. A01:'Rose elf',
  225. A02:'Childlike innocence still',
  226. A03:'Colorful',
  227. A04:'Snow love dance',
  228. A05:'Hibiscus in water',
  229. A06:'Flame red lips',
  230. A07:'Dream come true',
  231. A08:'Fall in love at first sight',
  232. A09:'Orchid love',
  233. A10:'Guardian of the heart',
  234. A11:'Summer love',
  235. A12:'Ice beauty',
  236. A13:'Celestial beauty',
  237. A14:'Pure heart',
  238. A15:'Heart of the Oceans',
  239. A16:'Love of Crystal',
  240. A17:'Color elf',
  241. A18:'Warm jacket',
  242. A19:'Fairy Butterfly Dream',
  243. A20:'Summer Allure',
  244. A21:'Let a hundred flowers blossom',
  245. A22:'Bee wrapped around butterfly love',
  246. A23:'Cardamom Years',
  247. A24:'Star fantasy',
  248. A25:'Falling into the stars',
  249. A26:'Snow flies dancing',
  250. A27:'Spring flowers bloom',
  251. A28:'Flowers flying',
  252. A29:'In the Mood for Love',
  253. A30:'Hearts blooming',
  254. A31:'Hibiscus in water-mini',
  255. A32:'Flame red lips-mini',
  256. A33:'Summer love-mini',
  257. A34:'Ice beauty-mini',
  258. A35:'Color elf-mini',
  259. name:'productName',
  260. price:'price'
  261. },
  262. bangdingMachine:{
  263. clientId:'clientId',
  264. equimentType:'equimentType'
  265. },
  266. generalParameters:{
  267. headTemperature:'Head temperature',
  268. headMediumSpeed:'Head medium speed',
  269. pumpOpeningtime:'Pump opening time',
  270. blowerBlowingTime:'Blower blowing time',
  271. lowerSugarThickness:'Lower sugar thickness',
  272. sugarTemperatureError:'Allow sugar temperature error',
  273. returnAdjustment:'Return adjustment',
  274. headLowSpeed:'Head low speed',
  275. headHighSpeed:'Head high speed',
  276. closingWaitTime:'Manual door closing wait time',
  277. lowTemperatureEnvironment:'Low temperature environment setting (furnace head raising temperature)',
  278. highTemperatureEnvironment:'High temperature environment setting (external circulation fan)',
  279. headDuringHumidification:'temperature rise of furnace head during humidification',
  280. humidificationMonitoringTime:'Humidification monitoring time',
  281. humidificationOFFTime:'Humidification OFF time',
  282. humidificationONTime:'Humidification ON time',
  283. humidificationStartDelay:'Humidification start delay',
  284. humidificationStopDelay:'Humidification stop delay',
  285. manipulatorWaitingTime:'Manipulator waiting time',
  286. referenceCoefficient:'Reference coefficient',
  287. referenceHumidity:'Reference humidity',
  288. },
  289. advancedParameters:{
  290. Xzerocompensation:'X zero compensation',
  291. Yzerocompensation:'Y zero compensation',
  292. Zzerocompensation:'Z zero compensation',
  293. sugarPositionX:'Take the sugar position X',
  294. sugarPositionY:'Take the sugar position Y',
  295. sugarPositionZ:'Take the sugar position Z',
  296. stickPositionX:'Take the stick position X',
  297. stickPositionY:'Take the stick position Y',
  298. stickPositionZ:'Take the stick position Z',
  299. materialShortageMonitor:'Activate material shortage monitor',
  300. outerLoopButton:'Outer loop button',
  301. on:'ON',
  302. off:'OFF',
  303. },
  304. payment:{
  305. on:'ON',
  306. off:'OFF',
  307. success:'Sent successfully',
  308. }
  309. }