1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 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:"machine sales",
- tab3:"ranking",
- tab4:"machine status",
- tab5:"me"
- },
- mainStatistics:{
- title:'Statistical charts',
- name:'Name',
- company:'sunzee',
- dayTotalMoney:'Total income today',
- dayTotalNum:'Quantity sold today',
- weekTotalMoney:'week money',
- weekTotalNum:'week number',
- monthTotalMoney:'monthMoney',
- monthTotalNum:'monthNumber',
- yearTotalMoney:'year money',
- yearTotalNum:'year number',
- machineTotalNum:'machine number',
- machineUseNum:'working machine',
- 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',
- mon:'m',
- saleNum:'saleNum',
- saleroom:'saleroom',
- },
- 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',
- equipmentNo:'equipmentNo',
- area:'area',
- temperature :'Temperature of the furnace head',
- equipmentTemperature:'equipmentTemperature',
- humidity:'equipmentHumidity',
- alarm:'alarm content'
- },
- 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',
- }
- }
|