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', 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:{ 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?' }, 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', } }