export default { lang: 'en', login: { title: 'backstage management', username:'please enter a user name', password:'please enter your password', login:'login' }, tabs:{ tab1:"home", tab2:"single", tab3:"ranking", tab4:"status", tab5:"me" }, mainStatistics:{ title:'Statistical charts', name:'name', company:'sunzee', dayImg:'../../static/img/ri1.png', weekImg:'../../static/img/zhou1.png', monthImg:'../../static/img/yue1.png', yearImg:'../../static/img/nian1.png', allImg:'../../static/img/zong1.png', dayTotalMoney:'todayMoney', dayTotalNum:'todayNumber', weekTotalMoney:'weekMoney', weekTotalNum:'weekNumber', monthTotalMoney:'monthMoney', monthTotalNum:'monthNumber', yearTotalMoney:'yearMoney', yearTotalNum:'yearNumber', machineTotalNum:'machineNumber', machineUseNum:'workingMachine', day:'Sales today', week:'Sales this week', month:'Sales of this month', year:'Current year sales', week0:'SUN', week1:'MON', week2:'TUE', week3:'WED', week4:'THU', week5:'FRI', week6:'SAT', // oclock:'oclock', oclock:':00', // mon:'m', mon:'-', y:'', saleNum:'saleNum', saleroom:'salemoney', }, merchantList:{ title:'Machine Sales', total:'Total sales', data:'Temporarily no data', }, equipmentStatusList:{ door:'open door', open:'open', opensuccess:'open success', title:'equipment status', red:'Red means machine alarm', green:'Green means the machine is normal', sleep:'sleep state:machine sleep', unsleep:'sleep state:did not sleep', on:'switch:the machine is turning on', off:'switch:machine shut down', equipmentNo:'equipmentNo', area:'area', temperature :'Temperature of the furnace head', equipmentTemperature:'equipmentTemperature', humidity:'equipmentHumidity', alarm:'alarm content', tip:'prompt', sleepTip:'whether or not to sleep?', onoffTip:'whether to turn it off?', onoff:'boot/shut down....', kaiji:'In the boot', guanji:'Shut down the', tishi:'Do not repeat within 30 s', remainingtime:'Do not operate. Remaining time:', error:'Abnormal operation', guanjierror:'Equipment has been shut down.', kaijierror:'Equipment has been started.', }, equipmentStatics:{ title:'Machine Sales Ranking', day:'Today sales ranking', week:'Sales ranking of the week', month:'Sales ranking for this month', year:'Current sales ranking' }, user:{ title:'me', bindLogout:'exit', equipmentname:'modify device name' }, equipmentname:{ title:'modify device name', updata:'update', } }