en.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. export default {
  2. lang: 'en',
  3. login: {
  4. title: 'backstage management',
  5. username:'please enter a user name',
  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. dayTotalMoney:'todayMoney',
  21. dayTotalNum:'todayNumber',
  22. weekTotalMoney:'weekMoney',
  23. weekTotalNum:'weekNumber',
  24. monthTotalMoney:'monthMoney',
  25. monthTotalNum:'monthNumber',
  26. yearTotalMoney:'yearMoney',
  27. yearTotalNum:'yearNumber',
  28. machineTotalNum:'machineNumber',
  29. machineUseNum:'workingMachine',
  30. day:'Sales today',
  31. week:'Sales this week',
  32. month:'Sales of this month',
  33. year:'Current year sales',
  34. week0:'SUN',
  35. week1:'MON',
  36. week2:'TUE',
  37. week3:'WED',
  38. week4:'THU',
  39. week5:'FRI',
  40. week6:'SAT',
  41. // oclock:'oclock',
  42. oclock:':00',
  43. // mon:'m',
  44. mon:'-',
  45. y:'',
  46. saleNum:'saleNum',
  47. saleroom:'salemoney',
  48. },
  49. merchantList:{
  50. title:'Machine Sales',
  51. total:'Total sales',
  52. data:'Temporarily no data',
  53. },
  54. equipmentStatusList:{
  55. title:'equipment status',
  56. red:'Red means machine alarm',
  57. green:'Green means the machine is normal',
  58. sleep:'sleep state:machine sleep',
  59. unsleep:'sleep state:did not sleep',
  60. on:'switch:the machine is turning on',
  61. off:'switch:machine shut down',
  62. equipmentNo:'equipmentNo',
  63. area:'area',
  64. temperature :'Temperature of the furnace head',
  65. equipmentTemperature:'equipmentTemperature',
  66. humidity:'equipmentHumidity',
  67. alarm:'alarm content',
  68. tip:'prompt',
  69. sleepTip:'whether or not to sleep?',
  70. onoffTip:'whether to turn it off?'
  71. },
  72. equipmentStatics:{
  73. title:'Machine Sales Ranking',
  74. day:'Today sales ranking',
  75. week:'Sales ranking of the week',
  76. month:'Sales ranking for this month',
  77. year:'Current sales ranking'
  78. },
  79. user:{
  80. title:'me',
  81. bindLogout:'exit',
  82. equipmentname:'modify device name'
  83. },
  84. equipmentname:{
  85. title:'modify device name',
  86. updata:'update',
  87. }
  88. }