en.js 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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. previousPage:'Previous Page',
  127. nextPage:'Next Page',
  128. },
  129. equipmentStatics:{
  130. title:'Machine Sales Ranking',
  131. day:'Today sales ranking',
  132. week:'Sales ranking of the week',
  133. month:'Sales ranking for this month',
  134. year:'Current sales ranking',
  135. changeType:'statistical type',
  136. sales:'sales volume',
  137. flowers:'flower'
  138. },
  139. user:{
  140. title:'me',
  141. bindLogout:'exit',
  142. equipmentname:'modify device name',
  143. remote:'remote operation',
  144. equipmentlist:'machine details',
  145. bangji:'machine connection server'
  146. },
  147. equipmentname:{
  148. title:'modify device name',
  149. updata:'update',
  150. },
  151. remoteList:{
  152. title:'Remote operation list',
  153. dosugur:'Remote sugar making',
  154. flowers:'shielding/display pattern',
  155. parameters:'parameter adjustment',
  156. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  157. volume:'Machine volume adjustment',
  158. password:'Remote modification of machine password',
  159. price:'Modify commodity price',
  160. payment:'Modify the payment method',
  161. },
  162. dosugar:{
  163. equipmentClientID:'Enter the machine code',
  164. placeholder:'Enter the last 6 digits of the device code',
  165. search:'search',
  166. chooseEquipment:'choose equipment',
  167. chooseProduct:'choose product',
  168. list:'today sugar list'
  169. },
  170. flowers:{
  171. flower:'flower',
  172. show:'show',
  173. unshow:'unshow',
  174. submit:'submit',
  175. yellowSugar:'All yellow sugar flower:',
  176. buleSugar:'All bule sugar flower:',
  177. redSugar:'All red sugar flower:',
  178. whileSugar:'All while sugar flower:',
  179. },
  180. volume:{
  181. volu:'Current volume'
  182. },
  183. parameters:{
  184. general:'General parameters',
  185. advanced:'Advanced parameters',
  186. cabinet_hd:'cabinetHd Debug',
  187. debug:'Debug page',
  188. cabinetHd:'cabinetHd',
  189. allUpdate:'one key increment and decrement',
  190. winter:'winter parameters',
  191. summer:'summer parameters',
  192. update:'update'
  193. },
  194. alarmClock:{
  195. title:'alarmClock',
  196. chooseTime:'select time',
  197. type:'type',
  198. qi:'7',
  199. yi:'1',
  200. er:'2',
  201. san:'3',
  202. si:'4',
  203. wu:'5',
  204. liu:'6',
  205. add:'add',
  206. placeholder:'select machine or searching',
  207. switchChange:'Whether to turn on the alarm clock',
  208. name:'clock name',
  209. update:'update',
  210. delete:'delete',
  211. kailutou:'open the furnace head',
  212. guanlutou:'close the furnace head',
  213. kaixiumian:'start sleep',
  214. guanxiumian:'close sleep',
  215. status1:'closed',
  216. status2:'enable',
  217. zhou:''
  218. },
  219. updatePassword:{
  220. adminPwd:'adminPwd',
  221. guestPwd:'guestPwd',
  222. update:'submit',
  223. sure:'Are you sure?'
  224. },
  225. updatePrice:{
  226. A01:'Rose elf',
  227. A02:'Childlike innocence still',
  228. A03:'Colorful',
  229. A04:'Snow love dance',
  230. A05:'Hibiscus in water',
  231. A06:'Flame red lips',
  232. A07:'Dream come true',
  233. A08:'Fall in love at first sight',
  234. A09:'Orchid love',
  235. A10:'Guardian of the heart',
  236. A11:'Summer love',
  237. A12:'Ice beauty',
  238. A13:'Celestial beauty',
  239. A14:'Pure heart',
  240. A15:'Heart of the Oceans',
  241. A16:'Love of Crystal',
  242. A17:'Color elf',
  243. A18:'Warm jacket',
  244. A19:'Fairy Butterfly Dream',
  245. A20:'Summer Allure',
  246. A21:'Let a hundred flowers blossom',
  247. A22:'Bee wrapped around butterfly love',
  248. A23:'Cardamom Years',
  249. A24:'Star fantasy',
  250. A25:'Falling into the stars',
  251. A26:'Snow flies dancing',
  252. A27:'Spring flowers bloom',
  253. A28:'Flowers flying',
  254. A29:'In the Mood for Love',
  255. A30:'Hearts blooming',
  256. A31:'Hibiscus in water-mini',
  257. A32:'Flame red lips-mini',
  258. A33:'Summer love-mini',
  259. A34:'Ice beauty-mini',
  260. A35:'Color elf-mini',
  261. name:'productName',
  262. price:'price'
  263. },
  264. bangdingMachine:{
  265. clientId:'clientId',
  266. equimentType:'equimentType'
  267. },
  268. generalParameters:{
  269. headTemperature:'Head temperature',
  270. headMediumSpeed:'Head medium speed',
  271. pumpOpeningtime:'Pump opening time',
  272. blowerBlowingTime:'Blower blowing time',
  273. lowerSugarThickness:'Lower sugar thickness',
  274. sugarTemperatureError:'Allow sugar temperature error',
  275. returnAdjustment:'Return adjustment',
  276. headLowSpeed:'Head low speed',
  277. headHighSpeed:'Head high speed',
  278. closingWaitTime:'Manual door closing wait time',
  279. lowTemperatureEnvironment:'Low temperature environment setting (furnace head raising temperature)',
  280. highTemperatureEnvironment:'High temperature environment setting (external circulation fan)',
  281. headDuringHumidification:'temperature rise of furnace head during humidification',
  282. humidificationMonitoringTime:'Humidification monitoring time',
  283. humidificationOFFTime:'Humidification OFF time',
  284. humidificationONTime:'Humidification ON time',
  285. humidificationStartDelay:'Humidification start delay',
  286. humidificationStopDelay:'Humidification stop delay',
  287. manipulatorWaitingTime:'Manipulator waiting time',
  288. referenceCoefficient:'Reference coefficient',
  289. referenceHumidity:'Reference humidity',
  290. },
  291. advancedParameters:{
  292. Xzerocompensation:'X zero compensation',
  293. Yzerocompensation:'Y zero compensation',
  294. Zzerocompensation:'Z zero compensation',
  295. sugarPositionX:'Take the sugar position X',
  296. sugarPositionY:'Take the sugar position Y',
  297. sugarPositionZ:'Take the sugar position Z',
  298. stickPositionX:'Take the stick position X',
  299. stickPositionY:'Take the stick position Y',
  300. stickPositionZ:'Take the stick position Z',
  301. materialShortageMonitor:'Activate material shortage monitor',
  302. outerLoopButton:'Outer loop button',
  303. on:'ON',
  304. off:'OFF',
  305. },
  306. payment:{
  307. on:'ON',
  308. off:'OFF',
  309. success:'Sent successfully',
  310. }
  311. }