en.js 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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 alarm',
  75. green:'Green means normal',
  76. sleep:'Sleep state:Machine sleep',
  77. unsleep:'Sleep state:Did not sleep',
  78. sleepDesc:'sleep desc',
  79. on:'Furnace state:Open',
  80. off:'Furnace state:Closed state ',
  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:'White sugar',
  117. redSugar:'Red sugar',
  118. yellowSugar:'Yellow sugar',
  119. blueSugar:'Blue sugar',
  120. stick:'Stick',
  121. water:'Clean water',
  122. wasteWater:'Waste water',
  123. buliao:'one click to complete materials',
  124. buliaoT:'implement',
  125. suspendBusiness:'Suspend Business',
  126. previousPage:'Previous Page',
  127. nextPage:'Next Page',
  128. equipmentClientID:'Code',
  129. deviceName:'Name',
  130. devicePlaceholder:'Enter the last 6 digits of the device code',
  131. deviceNamePlaceholder:'Enter key word',
  132. search:'Search',
  133. normal:'Machine normal',
  134. },
  135. equipmentStatics:{
  136. title:'Machine Sales Ranking',
  137. day:'Today sales ranking',
  138. week:'Sales ranking of the week',
  139. month:'Sales ranking for this month',
  140. year:'Current sales ranking',
  141. changeType:'statistical type',
  142. sales:'sales volume',
  143. flowers:'flower'
  144. },
  145. user:{
  146. title:'me',
  147. bindLogout:'exit',
  148. equipmentname:'modify device name',
  149. remote:'remote operation',
  150. equipmentlist:'machine details',
  151. bangji:'machine connection server'
  152. },
  153. equipmentname:{
  154. title:'modify device name',
  155. updata:'update',
  156. },
  157. remoteList:{
  158. title:'Remote operation list',
  159. dosugur:'Remote sugar making',
  160. flowers:'shielding/display pattern',
  161. parameters:'parameter adjustment',
  162. alarmClock:'alarm clock(time switch furnace head/machine sleep)',
  163. volume:'Machine volume adjustment',
  164. password:'Remote modification of machine password',
  165. price:'Modify commodity price',
  166. payment:'Modify the payment method',
  167. },
  168. dosugar:{
  169. equipmentClientID:'Machine code',
  170. placeholder:'Enter the last 6 digits of the device code',
  171. search:'search',
  172. chooseEquipment:'choose equipment',
  173. chooseProduct:'choose product',
  174. list:'today sugar list',
  175. isDosugar:'Whether to make sugar remotely?',
  176. reSearch:'requery',
  177. submit:'submit',
  178. },
  179. flowers:{
  180. flower:'flower',
  181. show:'show',
  182. unshow:'unshow',
  183. submit:'submit',
  184. yellowSugar:'All yellow sugar flower:',
  185. buleSugar:'All bule sugar flower:',
  186. redSugar:'All red sugar flower:',
  187. whileSugar:'All while sugar flower:',
  188. sure:'Confirm the change?',
  189. },
  190. volume:{
  191. volu:'Current volume',
  192. sure:'Confirm the change?',
  193. },
  194. parameters:{
  195. general:'General parameters',
  196. advanced:'Advanced parameters',
  197. cabinet_hd:'cabinetHd Debug',
  198. debug:'Debug page',
  199. cabinetHd:'cabinetHd',
  200. allUpdate:'one key increment and decrement',
  201. winter:'winter parameters',
  202. summer:'summer parameters',
  203. update:'update'
  204. },
  205. alarmClock:{
  206. title:'alarmClock',
  207. chooseTime:'select time',
  208. type:'type',
  209. qi:'7',
  210. yi:'1',
  211. er:'2',
  212. san:'3',
  213. si:'4',
  214. wu:'5',
  215. liu:'6',
  216. add:'add',
  217. placeholder:'select machine or searching',
  218. switchChange:'Whether to turn on the alarm clock',
  219. name:'clock name',
  220. update:'update',
  221. delete:'delete',
  222. kailutou:'open the furnace head',
  223. guanlutou:'close the furnace head',
  224. kaixiumian:'start sleep',
  225. guanxiumian:'close sleep',
  226. status1:'closed',
  227. status2:'enable',
  228. zhou:'',
  229. setAlarm:'Set alarm',
  230. isDelete:'Delete or not?',
  231. },
  232. updatePassword:{
  233. adminPwd:'adminPwd',
  234. guestPwd:'guestPwd',
  235. update:'submit',
  236. sure:'Confirm the change?'
  237. },
  238. updatePrice:{
  239. A01:'Rose elf',
  240. A02:'Childlike innocence still',
  241. A03:'Colorful',
  242. A04:'Snow love dance',
  243. A05:'Hibiscus in water',
  244. A06:'Flame red lips',
  245. A07:'Dream come true',
  246. A08:'Fall in love at first sight',
  247. A09:'Orchid love',
  248. A10:'Guardian of the heart',
  249. A11:'Summer love',
  250. A12:'Ice beauty',
  251. A13:'Celestial beauty',
  252. A14:'Pure heart',
  253. A15:'Heart of the Oceans',
  254. A16:'Love of Crystal',
  255. A17:'Color elf',
  256. A18:'Warm jacket',
  257. A19:'Fairy Butterfly Dream',
  258. A20:'Summer Allure',
  259. A21:'Let a hundred flowers blossom',
  260. A22:'Bee wrapped around butterfly love',
  261. A23:'Cardamom Years',
  262. A24:'Star fantasy',
  263. A25:'Falling into the stars',
  264. A26:'Snow flies dancing',
  265. A27:'Spring flowers bloom',
  266. A28:'Flowers flying',
  267. A29:'In the Mood for Love',
  268. A30:'Hearts blooming',
  269. A31:'Hibiscus in water-mini',
  270. A32:'Flame red lips-mini',
  271. A33:'Summer love-mini',
  272. A34:'Ice beauty-mini',
  273. A35:'Color elf-mini',
  274. A37:'Fancy and full moon',
  275. A38:'Shuishui Furong',
  276. A39:'Shimmer dyed halo',
  277. A40:'Summer Berry',
  278. A41:'Fancy is flying',
  279. A42:'Morning and evening halo',
  280. A43:'Fall in love',
  281. A44:'Fantasy',
  282. A45:'Sparkling its glory',
  283. A46:'Yilian Youmeng',
  284. A47:'July early summer',
  285. A48:'April Breeze',
  286. name:'productName',
  287. price:'price'
  288. },
  289. bangdingMachine:{
  290. clientId:'clientId',
  291. equimentType:'equimentType',
  292. QR:'scan QR codes',
  293. binding:'Apply for binding',
  294. noMessage:'The message cannot be empty',
  295. failed:'Failed to identify QR code, please upload again!',
  296. illegal:'Illegal QR code: ',
  297. },
  298. generalParameters:{
  299. headTemperature:'Head temperature',
  300. headMediumSpeed:'Head medium speed',
  301. pumpOpeningtime:'Pump opening time',
  302. blowerBlowingTime:'Blower blowing time',
  303. lowerSugarThickness:'Lower sugar thickness',
  304. sugarTemperatureError:'Allow sugar temperature error',
  305. returnAdjustment:'Return adjustment',
  306. headLowSpeed:'Head low speed',
  307. headHighSpeed:'Head high speed',
  308. closingWaitTime:'Manual door closing wait time',
  309. lowTemperatureEnvironment:'Low temperature environment setting (furnace head raising temperature)',
  310. highTemperatureEnvironment:'High temperature environment setting (external circulation fan)',
  311. headDuringHumidification:'temperature rise of furnace head during humidification',
  312. humidificationMonitoringTime:'Humidification monitoring time',
  313. humidificationOFFTime:'Humidification OFF time',
  314. humidificationONTime:'Humidification ON time',
  315. humidificationStartDelay:'Humidification start delay',
  316. humidificationStopDelay:'Humidification stop delay',
  317. manipulatorWaitingTime:'Manipulator waiting time',
  318. referenceCoefficient:'Reference coefficient',
  319. referenceHumidity:'Reference humidity',
  320. },
  321. advancedParameters:{
  322. Xzerocompensation:'X zero compensation',
  323. Yzerocompensation:'Y zero compensation',
  324. Zzerocompensation:'Z zero compensation',
  325. sugarPositionX:'Take the sugar position X',
  326. sugarPositionY:'Take the sugar position Y',
  327. sugarPositionZ:'Take the sugar position Z',
  328. stickPositionX:'Take the stick position X',
  329. stickPositionY:'Take the stick position Y',
  330. stickPositionZ:'Take the stick position Z',
  331. materialShortageMonitor:'Activate material shortage monitor',
  332. outerLoopButton:'Outer loop button',
  333. on:'ON',
  334. off:'OFF',
  335. },
  336. payment:{
  337. on:'ON',
  338. off:'OFF',
  339. success:'Sent successfully',
  340. },
  341. common:{
  342. name:'name:',
  343. ID:'ID:',
  344. tip:'prompt',
  345. noDevice:'The machine could not be found',
  346. addDevice:'The machine has been added',
  347. success:'Sent successfully',
  348. noData:'No data',
  349. cancel:'Cancel',
  350. ok:'OK',
  351. allDevice:'Full machine',
  352. },
  353. timePicker:{
  354. selectDate:'Select date',
  355. hours:'',
  356. min:'',
  357. sec:'',
  358. selection:'Time',
  359. cancel:'Cancel',
  360. ok:'OK',
  361. }
  362. }