| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- export default {
- addDashboard: 'Add Dashboard',
- dashboardName: 'Dashboard Name',
- dashboardDesc: 'Dashboard Description',
- addOrEditDashboard: 'Add or edit Dashboard',
- addChart: 'Add Chart',
- shareLink: 'Share Link',
- emptyDashboardTip: 'Dashboard Is Empty,Go Create Your First Chart!',
- dashboardNamePlaceholder: 'Please enter dashboard name',
- dashboardDescPlaceholder: 'Please enter dashboard description.',
- dashboardList: 'Dashboard List',
- removeChartConfirm: 'Are you sure you want to remove chart from dashboard ?',
- chartQueryException: 'Something wrong with chart {0}.',
- deleteConfirm: 'Are you sure you want to delete dashboard: {0}?',
- noMessage:'No messages notifications at the moment',
- pureBlend:'Blended Feed Accuracy',
- spreadAc:'Spreading Accuracy',
- SpreadingCR:'Spreading Correctness Rate',
- yestday:'Yesterday',
- yestday30:'Mixture Accuracy of Mixed Feed in the Last 30 Days',
- yestday30S:'Spreading Correctness Rate Over the Last 30 Days',
- yestday30SD:'Spreading Deviation Over the Last 30 Days',
- spreadSD:'Spreading Deviation',
- mtime:'min',
- todayTps:"Today's Plan Statistics",
- StatisType:"Statistical Type",
- typeAll:'All',
- Fixed:'Fixed',
- struck:'Spreader Truck',
- bout:'Times',
- cTrip:'Complete the Train',
- pTrip:"Planned Train",
- cWeight:"Completed Weight",
- pWeight:"Planned Weight",
- rWright:'Remaining Weight',
- costSts:'Cost Statistics',
- Export:"Export",
- sTable:'Switch Table',
- tripCp:'Weight Completion Rate',
- tripCp1:"Train Completion Rate",
- tripCpFont:'14',
- WeightP:'Weight completion rate',
- taskT:"task progress",
- table:{
- date:"Date",
- signOx:'Feed Cost per Cow',
- feedCow:'Feed Cost per Kilogram of Milk',
- PEWeight:'Planned Execution Weight(kg)',
- FTWeight:'Formula Theoretical Weight(kg)',
- PARate:'Planning Accuracy Rate',
- PCWeight:"Planned Cancellation Weight(kg)",
- PCancelWeight:"Planning Accuracy Rate (Excluding Canceled Weight)",
- CNumP:"Correct Number in Plan",
- CNumR:'Planning Correctness Rate',
- PNum:"Planned Number",
- },
- feedCow:'Feed Cost per Kilogram of Milk',
- tHeader:['Date', 'Feed Cost per Cow', 'Feed Cost per Kilogram of Milk'],
- CostStatistics:'Cost Statistics',
- feedCows:'Feed Cost per \n Kilogram of Milk',
- signOxs:'Feed Cost \n per Cow',
- timeTitle:'Real time monitoring',
- monitMsg:"There are currently no trains in progress",
- curVeh:"Current Vehicle",
- Dweight:"Designed Weight",
- AWeight: 'Actual Weight',
- SWeight:'Starting Weight',
- EWight:'Ending Weight',
- yWeight:'Weight(kg)',
- xTime:'Time',
- veh:'Vehicle',
- feed:'Forage',
- fname:'Pens',
- remark:"Description",
- vehWeight:'Current Vehicle Load',
- Pweight:"Planned Weight",
- compaltRate:'Completion Rate',
- planSta:'Planned Statistics',
- cant:'Percentage',
- miruTitle:'Dry Matter Intake (DMI) of Lactating Cows',
- miruMilk:"Milk Yield \n of Lactating Cows",
- miruCow:"Feed Intake of Lactating Cows",
- miruMilk1:"Milk Yield of Lactating Cows(kg)",
- miruCow1:"Dry Matter Intake (DMI) of Lactating Cows(kg)",
- miruCowMilk:'Dry Matter \n Intake Lactating Cows',
- mixStatic:'Statistics of Actual Weight of Mixed Feed',
- stockAlart:"Stock Alert",
- stockTable:{
- num:"Serial Number",
- feedName:'Feed Name',
- stockNum:'Inventory Quantity(Kg)',
- lastDay:'Remaining Days of Use',
- },
- 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'],
- sheetName1: 'Planned Statistics',
- tHeader2: ['Date', 'Feed Intake of Lactating Cows(kg)', 'Milk Yield of Lactating Cows(kg)'],
- sheetName2: 'DMI of Lactating Cows',
- tHeader3: ['Date', 'Weight'],
- sheetName3: 'Actual Weight Statistics'
- }
|