123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- export default {
- lang: 'en',
- login: {
- title: 'backstage management',
- username:'please enter a user name/phone',
- 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:{
- reset:'reboot',
- reboot:'reboot equipment',
- 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',
- rebootTip:'whether or not to reboot?',
- 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.',
- network:'Bad machine network,operation failure',
- yixiaochu:'cleared',
- xiaochu:'clear',
- gps:'GPS',
- look:'look',
- kaiqi:'on',
- guanbi:'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',
- }
- }
|