|
@@ -1,135 +1,127 @@
|
|
|
-export default{
|
|
|
-
|
|
|
-name1:"Functional Parameters",
|
|
|
-name2:"Warning Parameters",
|
|
|
-//
|
|
|
-
|
|
|
-sfkqqytjh: "Can retrieve the previous day's plan:",
|
|
|
-sfkqqytjh1: "Can retrieve the next day's plan:",
|
|
|
-bcsl: "Number of Spare Vehicles:",
|
|
|
-zlxsdws: "Decimal places for weight:",
|
|
|
-blxsdws: "Decimal places for ratio:",
|
|
|
-sfqyslht: "Enable feed contract:",
|
|
|
-qyslsdnts: "Enable feed lock for cattle head count:",
|
|
|
-clzzcszltxbl: "Vehicle load exceeding weight reminder ratio (%):",
|
|
|
-clzdzczlzzbl: "Vehicle load exceeding weight prohibition ratio (%):",
|
|
|
-sfqybl: "Enable supplementary feed:",
|
|
|
-sfqysl: "Enable leftover feed:",
|
|
|
-slclxx: "Leftover feed processing options:",
|
|
|
-slfbfs: "Leftover feed allocation method:",
|
|
|
-slfbzbyl: "Leftover feed allocation ratio to raw material (%):",
|
|
|
-xlsfcz: "Does minor feed need to be weighed:",
|
|
|
-sfqysjtb: "Enable data synchronization:",
|
|
|
-rycsl: "Number of Spare Vehicles:",
|
|
|
-hlzql: "Mixing accuracy rate:",
|
|
|
-yxslsjwc: "Allowed error in spreading time (minutes):",
|
|
|
-jtymip: "Group Domain Name or IP",
|
|
|
-tmrrl: "TMR capacity upper limit (%):",
|
|
|
-tmrrl1: "TMR capacity lower limit (%):",
|
|
|
-yhlyxwc: "Pre-mixed feed allowable error:",
|
|
|
-yhtzys: "Pre-mixed feed jump delay:",
|
|
|
-hfmr: "Restore default",
|
|
|
-
|
|
|
-msg1: "1. Can retrieve the previous day's plan: If yes is selected, it means that after midnight on the current day, it is still possible to retrieve the feed from yesterday.",
|
|
|
-msg2: "2. Can retrieve the next day's plan: If yes is selected, it can be used when all the feed for the day is completed and it is necessary to prepare the feed for the next day.",
|
|
|
-msg3: "3. Number of shifts: Controls the number of shifts on pages such as pen formula and plan.",
|
|
|
-msg4: "4. Decimal places for weight: Controls the decimal places of weight on pages such as pen formula and feeding plan.",
|
|
|
-msg5: "5. Enable feed contract: If yes is selected, it enables the feed contract page in inventory management.",
|
|
|
-msg6: "6. Enable feed lock for cattle head count: After enabling, this field is displayed in the feed table of the formula template.",
|
|
|
-msg7: "7. Vehicle load exceeding weight reminder ratio: In the feeding plan, when the total weight allocated to the pen exceeds the vehicle's maximum weight multiplied by this ratio, a reminder is given. Only positive integers are allowed for input.",
|
|
|
-msg8: "8. Vehicle load exceeding weight prohibition ratio: In the feeding plan, when the total weight allocated to the pen exceeds the vehicle's maximum weight multiplied by this ratio, allocation is prohibited. Only positive integers are allowed for input.",
|
|
|
-msg9: "9. Enable supplementary feed: If yes is selected, this field is enabled in the pen formula.",
|
|
|
-msg10: "10. Enable leftover feed: If no is selected, the leftover feed plan is not available, and the amount of leftover feed does not affect the original plan.",
|
|
|
-msg11: "11. Leftover feed processing options: ①If converted to feed is selected, it is deducted by replacing the overall feed formula; ②If replace a certain feed is selected, this leftover feed replaces the corresponding feed in the feeding process until it is deducted; ③Do not process: No leftover feed calculation is made.",
|
|
|
-msg12: "12. Leftover feed allocation method: ①Top limit allocation: Calculated according to the percentage of the original feeding amount of the pen, the leftover feed is allocated to this value, and then allocated in sequence to fill the pen. If the leftover feed is not fully allocated, the remaining leftover feed is not counted.",
|
|
|
-msg121: "②Average allocation: The total leftover feed is allocated evenly. If the allocation value exceeds the percentage of the pen's raw material, the remaining value is accumulated to the pens that have not been fully allocated, and the final remaining leftover feed is not counted.",
|
|
|
-msg13: "13. Leftover feed allocation ratio to raw material: The amount of leftover feed to be allocated does not exceed the value calculated by this ratio, and is used in conjunction with the leftover feed allocation method. Only positive integers are allowed for input.",
|
|
|
-msg14: "14. Does minor feed need to be weighed: If yes is selected, the feed in the feed table can be selected for minor feed weighing, and the feeding plan can set whether to weigh in advance.",
|
|
|
- msg15: "15. Enable data synchronization: After enabling, the data synchronization button is opened on the daily execution page, which is used for data docking with third-party systems.",
|
|
|
+export default {
|
|
|
+ name1: "Functional Parameters",
|
|
|
+ name2: "Warning Parameters",
|
|
|
+ //
|
|
|
+ sfkqqytjh: "Can retrieve the previous day's plan:",
|
|
|
+ sfkqqytjh1: "Can retrieve the next day's plan:",
|
|
|
+ bcsl: "Number of Spare Vehicles:",
|
|
|
+ zlxsdws: "Decimal places for weight:",
|
|
|
+ blxsdws: "Decimal places for ratio:",
|
|
|
+ sfqyslht: "Enable feed contract:",
|
|
|
+ qyslsdnts: "Enable feed lock for cattle head count:",
|
|
|
+ clzzcszltxbl: "Vehicle load exceeding weight reminder ratio (%):",
|
|
|
+ clzdzczlzzbl: "Vehicle load exceeding weight prohibition ratio (%):",
|
|
|
+ sfqybl: "Enable supplementary feed:",
|
|
|
+ sfqysl: "Enable leftover feed:",
|
|
|
+ slclxx: "Leftover feed processing options:",
|
|
|
+ slfbfs: "Leftover feed allocation method:",
|
|
|
+ slfbzbyl: "Leftover feed allocation ratio to raw material (%):",
|
|
|
+ xlsfcz: "Does minor feed need to be weighed:",
|
|
|
+ sfqysjtb: "Enable data synchronization:",
|
|
|
+ rycsl: "Number of Spare Vehicles:",
|
|
|
+ hlzql: "Mixing accuracy rate:",
|
|
|
+ yxslsjwc: "Allowed error in spreading time (minutes):",
|
|
|
+ jtymip: "Group Domain Name or IP",
|
|
|
+ tmrrl: "TMR capacity upper limit (%):",
|
|
|
+ tmrrl1: "TMR capacity lower limit (%):",
|
|
|
+ yhlyxwc: "Pre-mixed feed allowable error:",
|
|
|
+ yhtzys: "Pre-mixed feed jump delay:",
|
|
|
+ hfmr: "Restore default",
|
|
|
+ msg1: "1. Can retrieve the previous day's plan: If yes is selected, it means that after midnight on the current day, it is still possible to retrieve the feed from yesterday.",
|
|
|
+ msg2: "2. Can retrieve the next day's plan: If yes is selected, it can be used when all the feed for the day is completed and it is necessary to prepare the feed for the next day.",
|
|
|
+ msg3: "3. Number of shifts: Controls the number of shifts on pages such as pen formula and plan.",
|
|
|
+ msg4: "4. Decimal places for weight: Controls the decimal places of weight on pages such as pen formula and feeding plan.",
|
|
|
+ msg5: "5. Enable feed contract: If yes is selected, it enables the feed contract page in inventory management.",
|
|
|
+ msg6: "6. Enable feed lock for cattle head count: After enabling, this field is displayed in the feed table of the formula template.",
|
|
|
+ msg7: "7. Vehicle load exceeding weight reminder ratio: In the feeding plan, when the total weight allocated to the pen exceeds the vehicle's maximum weight multiplied by this ratio, a reminder is given. Only positive integers are allowed for input.",
|
|
|
+ msg8: "8. Vehicle load exceeding weight prohibition ratio: In the feeding plan, when the total weight allocated to the pen exceeds the vehicle's maximum weight multiplied by this ratio, allocation is prohibited. Only positive integers are allowed for input.",
|
|
|
+ msg9: "9. Enable supplementary feed: If yes is selected, this field is enabled in the pen formula.",
|
|
|
+ msg10:
|
|
|
+ "10. Enable leftover feed: If no is selected, the leftover feed plan is not available, and the amount of leftover feed does not affect the original plan.",
|
|
|
+ msg11:
|
|
|
+ "11. Leftover feed processing options: ①If converted to feed is selected, it is deducted by replacing the overall feed formula; ②If replace a certain feed is selected, this leftover feed replaces the corresponding feed in the feeding process until it is deducted; ③Do not process: No leftover feed calculation is made.",
|
|
|
+ msg12:
|
|
|
+ "12. Leftover feed allocation method: ①Top limit allocation: Calculated according to the percentage of the original feeding amount of the pen, the leftover feed is allocated to this value, and then allocated in sequence to fill the pen. If the leftover feed is not fully allocated, the remaining leftover feed is not counted.",
|
|
|
+ msg121:
|
|
|
+ "②Average allocation: The total leftover feed is allocated evenly. If the allocation value exceeds the percentage of the pen's raw material, the remaining value is accumulated to the pens that have not been fully allocated, and the final remaining leftover feed is not counted.",
|
|
|
+ msg13:
|
|
|
+ "13. Leftover feed allocation ratio to raw material: The amount of leftover feed to be allocated does not exceed the value calculated by this ratio, and is used in conjunction with the leftover feed allocation method. Only positive integers are allowed for input.",
|
|
|
+ msg14:
|
|
|
+ "14. Does minor feed need to be weighed: If yes is selected, the feed in the feed table can be selected for minor feed weighing, and the feeding plan can set whether to weigh in advance.",
|
|
|
+ msg15:
|
|
|
+ "15. Enable data synchronization: After enabling, the data synchronization button is opened on the daily execution page, which is used for data docking with third-party systems.",
|
|
|
|
|
|
jhzqlyjz: "Plan Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-slfpzb: "Remaining Material Allocation Proportion of the Original Mixture",
|
|
|
-
|
|
|
-pfzqlyjz: "Formula Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-nqzqlyjz: "Herd Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-cczqlyjz: "Train Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-hlzdtzzqlyj: "Automatic Mixing Transfer Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-hlzdtzzqlyj1: "Manual Mixing Transfer Accuracy Early Warning Value (%):",
|
|
|
-
|
|
|
-mrcapjz: "Lactating Cow Feed Intake Average Deviation Early Warning Value (kg):",
|
|
|
-
|
|
|
-mrcayjz: "Lactating Cow Milk Production Average Deviation Early Warning Value (kg):",
|
|
|
-
|
|
|
-slsjpccyjz: "Spreading Time Deviation Early Warning Value (min):",
|
|
|
-
|
|
|
-ccpjhlyjz: "Exceeding Average Mixing Time Early Warning Value (min):",
|
|
|
-
|
|
|
-ccpjzhlyjz: "Exceeding Average Conversion Rate Early Warning Value (%)",
|
|
|
-
|
|
|
-ccpjgjnslcb: "Exceeding Average Cost of Milk per Kilogram of Feed (%)",
|
|
|
-
|
|
|
-nlsllccyjz: "Cow Pen Remaining Material Rate Exceeding Early Warning Value (%):",
|
|
|
-
|
|
|
-kcyjts: "Inventory Early Warning Days:",
|
|
|
-
|
|
|
-tit1: "1. Plan Accuracy Early Warning Value: If the plan accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit2: "2. Formula Accuracy Early Warning Value: If the formula accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit3: "3. Herd Accuracy Early Warning Value: If the herd accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit4: "4. Train Accuracy Early Warning Value: If the train accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit5: "5. Automatic Mixing Transfer Accuracy Early Warning Value: If the automatic mixing transfer accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit6: "6. Manual Mixing Transfer Accuracy Early Warning Value: If the manual mixing transfer accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit7: "7. Lactating Cow Feed Intake Average Deviation Early Warning Value: If the average deviation of lactating cow feed intake is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit8: "8. Lactating Cow Milk Production Average Deviation Early Warning Value: If the average deviation of lactating cow milk production is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit9: "9. Spreading Time Deviation Early Warning Value: If the spreading time deviation is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit10: "10. Exceeding Average Mixing Time Early Warning Value: If the average mixing time is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit11: "11. Exceeding Average Conversion Rate Early Warning Value: If the average conversion rate is above this early warning value, it will be included in the statistical report.",
|
|
|
-tit12: "12. Exceeding Average Cost of Milk per Kilogram of Feed: If the average cost of milk per kilogram of feed is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit13: "13. Cow Pen Remaining Material Rate Exceeding Early Warning Value: If the cow pen remaining material rate is above this early warning value, it will be included in the statistical report.",
|
|
|
-
|
|
|
-tit14: "14. Inventory Early Warning Days: The inventory early warning module is based on the set number of days for statistics. It limits positive integers.",
|
|
|
-
|
|
|
-qz: "Silage",
|
|
|
-
|
|
|
-zrlwl: "Total Daily Feed Intake",
|
|
|
-
|
|
|
-bcl: "Do Not Process",
|
|
|
-
|
|
|
-
|
|
|
-//
|
|
|
-emsg1: "1. Plan Accuracy Early Warning Value: If the plan accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg2: "2. Formula Accuracy Early Warning Value: If the formula accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg3: "3. Herd Accuracy Early Warning Value: If the herd accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg4: "4. Train Accuracy Early Warning Value: If the train accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg5: "5. Automatic Mixing Transfer Accuracy Early Warning Value: If the automatic mixing transfer accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg6: "6. Manual Mixing Transfer Accuracy Early Warning Value: If the manual mixing transfer accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
-emsg7: "7. Lactating Cow Feed Intake Average Deviation Early Warning Value: If the average deviation of lactating cow feed intake exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg8: "8. Lactating Cow Milk Yield Average Deviation Early Warning Value: If the average deviation of lactating cow milk yield exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg9: "9. Spreading Time Deviation Early Warning Value: If the spreading time deviation exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg10: "10. Exceeding Average Mixing Time Early Warning Value: If the average mixing time exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg11: "11. Exceeding Average Conversion Rate Early Warning Value: If the average conversion rate exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg12: "12. Exceeding Average Cost of Milk per Kilogram of Feed: If the average cost of milk per kilogram of feed exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg13: "13. Cow Pen Remaining Material Rate Exceeding Early Warning Value: If the cow pen remaining material rate exceeds this threshold, it will be included in the statistical report.",
|
|
|
-emsg14: "14. Inventory Early Warning Days: The inventory early warning module conducts statistics based on the set number of days. It is limited to positive integers.",
|
|
|
-
|
|
|
-
|
|
|
-config: "Are you sure you want to restore default settings?"
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-}
|
|
|
+ slfpzb: "Remaining Material Allocation Proportion of the Original Mixture",
|
|
|
+ pfzqlyjz: "Formula Accuracy Early Warning Value (%):",
|
|
|
+ nqzqlyjz: "Herd Accuracy Early Warning Value (%):",
|
|
|
+ cczqlyjz: "Train Accuracy Early Warning Value (%):",
|
|
|
+ hlzdtzzqlyj: "Automatic Mixing Transfer Accuracy Early Warning Value (%):",
|
|
|
+ hlzdtzzqlyj1: "Manual Mixing Transfer Accuracy Early Warning Value (%):",
|
|
|
+ mrcapjz:
|
|
|
+ "Lactating Cow Feed Intake Average Deviation Early Warning Value (kg):",
|
|
|
+ mrcayjz:
|
|
|
+ "Lactating Cow Milk Production Average Deviation Early Warning Value (kg):",
|
|
|
+ slsjpccyjz: "Spreading Time Deviation Early Warning Value (min):",
|
|
|
+ ccpjhlyjz: "Exceeding Average Mixing Time Early Warning Value (min):",
|
|
|
+ ccpjzhlyjz: "Exceeding Average Conversion Rate Early Warning Value (%)",
|
|
|
+ ccpjgjnslcb: "Exceeding Average Cost of Milk per Kilogram of Feed (%)",
|
|
|
+ nlsllccyjz:
|
|
|
+ "Cow Pen Remaining Material Rate Exceeding Early Warning Value (%):",
|
|
|
+ kcyjts: "Inventory Early Warning Days:",
|
|
|
+ tit1: "1. Plan Accuracy Early Warning Value: If the plan accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit2: "2. Formula Accuracy Early Warning Value: If the formula accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit3: "3. Herd Accuracy Early Warning Value: If the herd accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit4: "4. Train Accuracy Early Warning Value: If the train accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit5: "5. Automatic Mixing Transfer Accuracy Early Warning Value: If the automatic mixing transfer accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit6: "6. Manual Mixing Transfer Accuracy Early Warning Value: If the manual mixing transfer accuracy is below this early warning value, it will be included in the statistical report.",
|
|
|
+ tit7: "7. Lactating Cow Feed Intake Average Deviation Early Warning Value: If the average deviation of lactating cow feed intake is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit8: "8. Lactating Cow Milk Production Average Deviation Early Warning Value: If the average deviation of lactating cow milk production is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit9: "9. Spreading Time Deviation Early Warning Value: If the spreading time deviation is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit10:
|
|
|
+ "10. Exceeding Average Mixing Time Early Warning Value: If the average mixing time is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit11:
|
|
|
+ "11. Exceeding Average Conversion Rate Early Warning Value: If the average conversion rate is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit12:
|
|
|
+ "12. Exceeding Average Cost of Milk per Kilogram of Feed: If the average cost of milk per kilogram of feed is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit13:
|
|
|
+ "13. Cow Pen Remaining Material Rate Exceeding Early Warning Value: If the cow pen remaining material rate is above this early warning value, it will be included in the statistical report.",
|
|
|
+ tit14:
|
|
|
+ "14. Inventory Early Warning Days: The inventory early warning module is based on the set number of days for statistics. It limits positive integers.",
|
|
|
+
|
|
|
+ qz: "Silage",
|
|
|
+ zrlwl: "Total Daily Feed Intake",
|
|
|
+ bcl: "Do Not Process",
|
|
|
+
|
|
|
+ //
|
|
|
+ emsg1:
|
|
|
+ "1. Plan Accuracy Early Warning Value: If the plan accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg2:
|
|
|
+ "2. Formula Accuracy Early Warning Value: If the formula accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg3:
|
|
|
+ "3. Herd Accuracy Early Warning Value: If the herd accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg4:
|
|
|
+ "4. Train Accuracy Early Warning Value: If the train accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg5:
|
|
|
+ "5. Automatic Mixing Transfer Accuracy Early Warning Value: If the automatic mixing transfer accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg6:
|
|
|
+ "6. Manual Mixing Transfer Accuracy Early Warning Value: If the manual mixing transfer accuracy rate falls below this threshold, it will be included in the statistical report.",
|
|
|
+ emsg7:
|
|
|
+ "7. Lactating Cow Feed Intake Average Deviation Early Warning Value: If the average deviation of lactating cow feed intake exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg8:
|
|
|
+ "8. Lactating Cow Milk Yield Average Deviation Early Warning Value: If the average deviation of lactating cow milk yield exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg9:
|
|
|
+ "9. Spreading Time Deviation Early Warning Value: If the spreading time deviation exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg10:
|
|
|
+ "10. Exceeding Average Mixing Time Early Warning Value: If the average mixing time exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg11:
|
|
|
+ "11. Exceeding Average Conversion Rate Early Warning Value: If the average conversion rate exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg12:
|
|
|
+ "12. Exceeding Average Cost of Milk per Kilogram of Feed: If the average cost of milk per kilogram of feed exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg13:
|
|
|
+ "13. Cow Pen Remaining Material Rate Exceeding Early Warning Value: If the cow pen remaining material rate exceeds this threshold, it will be included in the statistical report.",
|
|
|
+ emsg14:
|
|
|
+ "14. Inventory Early Warning Days: The inventory early warning module conducts statistics based on the set number of days. It is limited to positive integers.",
|
|
|
+
|
|
|
+ config: "Are you sure you want to restore default settings?",
|
|
|
+};
|