Fix for translation
This commit is contained in:
parent
fe58d524e0
commit
65debd6f5f
@ -33,10 +33,10 @@ namespace FarmmapsHerbicide
|
||||
|
||||
_liberatorTarweAgent = new HerbicideAgent()
|
||||
{
|
||||
Middel = "Liberator",
|
||||
Grondsoort = "Klei",
|
||||
ExtraProductType = "OS",
|
||||
ActieveStofGehalte = "diflu100+flufenacet400",
|
||||
Name = "Liberator",
|
||||
SoilType = "Klei",
|
||||
ExtraInputType = "OrganicMatter",
|
||||
ActiveSubstanceContent = "diflu100+flufenacet400",
|
||||
MinDosis = 0.33f,
|
||||
MaxDosis = 0.6f,
|
||||
A = 0.007f,
|
||||
@ -45,8 +45,8 @@ namespace FarmmapsHerbicide
|
||||
D = 97f,
|
||||
E = 3f,
|
||||
P = 1f,
|
||||
Gewas = "Tarwe",
|
||||
Opmerking = "Org. stof arme grond",
|
||||
Crop = "Tarwe",
|
||||
Description = "Org. stof arme grond",
|
||||
TankMix = string.Empty
|
||||
};
|
||||
}
|
||||
|
@ -2,7 +2,6 @@ namespace FarmmapsHerbicide.Models
|
||||
{
|
||||
public class HerbicideAgent
|
||||
{
|
||||
public string ProductType { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string SoilType { get; set; }
|
||||
public string ActiveSubstanceContent{ get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user