forked from FarmMaps/FarmMapsApiClient
		
	Fix for translation
This commit is contained in:
		@@ -30,13 +30,13 @@ namespace FarmmapsHerbicide
 | 
			
		||||
            _farmmapsApiService = farmmapsApiService;
 | 
			
		||||
            _generalService = generalService;
 | 
			
		||||
            _herbicideService = herbicideService;
 | 
			
		||||
            
 | 
			
		||||
 | 
			
		||||
            _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; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user