dashboard.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. export default {
  2. addDashboard: 'Add Dashboard',
  3. dashboardName: 'Dashboard Name',
  4. dashboardDesc: 'Dashboard Description',
  5. addOrEditDashboard: 'Add or edit Dashboard',
  6. addChart: 'Add Chart',
  7. shareLink: 'Share Link',
  8. emptyDashboardTip: 'Dashboard Is Empty,Go Create Your First Chart!',
  9. dashboardNamePlaceholder: 'Please enter dashboard name',
  10. dashboardDescPlaceholder: 'Please enter dashboard description.',
  11. dashboardList: 'Dashboard List',
  12. removeChartConfirm: 'Are you sure you want to remove chart from dashboard ?',
  13. chartQueryException: 'Something wrong with chart {0}.',
  14. deleteConfirm: 'Are you sure you want to delete dashboard: {0}?',
  15. noMessage:'No messages notifications at the moment',
  16. pureBlend:'Blended Feed Accuracy',
  17. spreadAc:'Spreading Accuracy',
  18. SpreadingCR:'Spreading Correctness Rate',
  19. yestday:'Yesterday',
  20. yestday30:'Mixture Accuracy of Mixed Feed in the Last 30 Days',
  21. yestday30S:'Spreading Correctness Rate Over the Last 30 Days',
  22. yestday30SD:'Spreading Deviation Over the Last 30 Days',
  23. spreadSD:'Spreading Deviation',
  24. mtime:'min',
  25. todayTps:"Today's Plan Statistics",
  26. StatisType:"Statistical Type",
  27. typeAll:'All',
  28. Fixed:'Fixed',
  29. struck:'Spreader Truck',
  30. bout:'Times',
  31. cTrip:'Complete the Train',
  32. pTrip:"Planned Train",
  33. cWeight:"Completed Weight",
  34. pWeight:"Planned Weight",
  35. rWright:'Remaining Weight',
  36. costSts:'Cost Statistics',
  37. Export:"Export",
  38. sTable:'Switch Table',
  39. tripCp:'Weight Completion Rate',
  40. tripCp1:"Train Completion Rate",
  41. tripCpFont:'14',
  42. WeightP:'Weight completion rate',
  43. taskT:"task progress",
  44. table:{
  45. date:"Date",
  46. signOx:'Feed Cost per Cow',
  47. feedCow:'Feed Cost per Kilogram of Milk',
  48. PEWeight:'Planned Execution Weight(kg)',
  49. FTWeight:'Formula Theoretical Weight(kg)',
  50. PARate:'Planning Accuracy Rate',
  51. PCWeight:"Planned Cancellation Weight(kg)",
  52. PCancelWeight:"Planning Accuracy Rate (Excluding Canceled Weight)",
  53. CNumP:"Correct Number in Plan",
  54. CNumR:'Planning Correctness Rate',
  55. PNum:"Planned Number",
  56. },
  57. feedCow:'Feed Cost per Kilogram of Milk',
  58. tHeader:['Date', 'Feed Cost per Cow', 'Feed Cost per Kilogram of Milk'],
  59. CostStatistics:'Cost Statistics',
  60. feedCows:'Feed Cost per \n Kilogram of Milk',
  61. signOxs:'Feed Cost \n per Cow',
  62. timeTitle:'Real time monitoring',
  63. monitMsg:"There are currently no trains in progress",
  64. curVeh:"Current Vehicle",
  65. Dweight:"Designed Weight",
  66. AWeight: 'Actual Weight',
  67. SWeight:'Starting Weight',
  68. EWight:'Ending Weight',
  69. yWeight:'Weight(kg)',
  70. xTime:'Time',
  71. veh:'Vehicle',
  72. feed:'Forage',
  73. fname:'Pens',
  74. remark:"Description",
  75. vehWeight:'Current Vehicle Load',
  76. Pweight:"Planned Weight",
  77. compaltRate:'Completion Rate',
  78. planSta:'Planned Statistics',
  79. cant:'Percentage',
  80. miruTitle:'Dry Matter Intake (DMI) of Lactating Cows',
  81. miruMilk:"Milk Yield \n of Lactating Cows",
  82. miruCow:"Feed Intake of Lactating Cows",
  83. miruMilk1:"Milk Yield of Lactating Cows(kg)",
  84. miruCow1:"Dry Matter Intake (DMI) of Lactating Cows(kg)",
  85. miruCowMilk:'Dry Matter \n Intake Lactating Cows',
  86. mixStatic:'Statistics of Actual Weight of Mixed Feed',
  87. stockAlart:"Stock Alert",
  88. stockTable:{
  89. num:"Serial Number",
  90. feedName:'Feed Name',
  91. stockNum:'Inventory Quantity(Kg)',
  92. lastDay:'Remaining Days of Use',
  93. },
  94. tHeader1: ['Date', 'Planned Execution Weight(kg)', 'Formula Theoretical Weight(kg)', 'Planning Accuracy Rate', 'Planned Cancellation Weight(kg)', 'Planning Accuracy Rate (Excluding Canceled Weight)', 'Correct Number in Plan”', 'Planned Number', 'Planning Correctness Rate'],
  95. sheetName1: 'Planned Statistics',
  96. tHeader2: ['Date', 'Feed Intake of Lactating Cows(kg)', 'Milk Yield of Lactating Cows(kg)'],
  97. sheetName2: 'DMI of Lactating Cows',
  98. tHeader3: ['Date', 'Weight'],
  99. sheetName3: 'Actual Weight Statistics'
  100. }