|
@@ -18,7 +18,7 @@ export default {
|
|
|
SpreadingCR:'Spreading Correctness Rate',
|
|
|
yestday:'Yesterday',
|
|
|
yestday30:'Blending Accuracy of Mixed Feed in the Last 30 Days',
|
|
|
- yestday30S:'Spreading Accuracy Over 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',
|
|
@@ -28,15 +28,16 @@ export default {
|
|
|
Fixed:'Fixed',
|
|
|
struck:'Spreader Truck',
|
|
|
bout:'bout',
|
|
|
- cTrip:'Complete the trip',
|
|
|
- pTrip:"Planned trip",
|
|
|
+ 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:'Trip completion rate',
|
|
|
+ tripCp:'Weight Completion Rate',
|
|
|
+ tripCp1:"Train Completion Rate",
|
|
|
tripCpFont:'14',
|
|
|
WeightP:'Weight completion rate',
|
|
|
taskT:"task progress",
|
|
@@ -50,13 +51,14 @@ export default {
|
|
|
PCWeight:"Planned Cancellation Weight(kg)",
|
|
|
PCancelWeight:"Planning Accuracy Rate (Excluding Canceled Weight)",
|
|
|
CNumP:"Correct Number in Plan",
|
|
|
- CNumR:'Planning Correctness Rate'
|
|
|
+ CNumR:'Planned Statistics',
|
|
|
+ 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:'ilogram of milk \n cost of feed per',
|
|
|
- signOxs:'per Cow \n Feed Cost',
|
|
|
+ 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",
|
|
@@ -73,32 +75,32 @@ export default {
|
|
|
vehWeight:'Current Vehicle Load',
|
|
|
Pweight:"Planned Weight",
|
|
|
compaltRate:'Completion Rate',
|
|
|
- planSta:'Planning Correctness Rate',
|
|
|
+ planSta:'Planned Statistics',
|
|
|
cant:'Percentage',
|
|
|
miruTitle:'Dry Matter Intake (DMI) of Lactating Cows',
|
|
|
- miruMilk:"Milk Yield of Lactating Cows",
|
|
|
+ miruMilk:"Milk Yield \n of Lactating Cows",
|
|
|
miruCow:"Feed Intake of Lactating Cows”",
|
|
|
- miruMilk1:"Milk Yield of Lactating Cows(kg)",
|
|
|
+ miruMilk1:"Milk Yield of Lactating Cows(kg)",
|
|
|
miruCow1:"Feed Intake of Lactating Cows”(kg)",
|
|
|
- miruCowMilk:'Dry Matter Intake \n Lactating Cows',
|
|
|
+ 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',
|
|
|
+ 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'],
|
|
|
+ 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', 'Planned Statistics'],
|
|
|
sheetName1: 'Planned Statistics',
|
|
|
|
|
|
tHeader2: ['Date', 'Feed Intake of Lactating Cows(kg)', 'Milk Yield of Lactating Cows(kg)'],
|
|
|
sheetName2: 'Feed Intake of Lactating Cows',
|
|
|
|
|
|
tHeader3: ['Date', 'Weight'],
|
|
|
- sheetName3: 'Statistics of Actual Weight of Mixed Feed'
|
|
|
+ sheetName3: 'Actual Weight Statistics'
|
|
|
|
|
|
}
|