Added cooling translation
This commit is contained in:
@@ -21,5 +21,20 @@ namespace Step.Model.ConfigModels
|
||||
public bool SelfAdaptivePathOpt { get; set; }
|
||||
public bool DynamicCompensationOpt { get; set; }
|
||||
public bool BallufOpt { get; set; }
|
||||
|
||||
public CooligTranslations CooligsTranslations { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class CooligTranslations
|
||||
{
|
||||
public Dictionary<string, string> Cooling { get; set; }
|
||||
public Dictionary<string, string> Cooling1 { get; set; }
|
||||
public Dictionary<string, string> Cooling2 { get; set; }
|
||||
public Dictionary<string, string> Cooling3 { get; set; }
|
||||
public Dictionary<string, string> Cooling4 { get; set; }
|
||||
public Dictionary<string, string> Cooling5 { get; set; }
|
||||
public Dictionary<string, string> Cooling6 { get; set; }
|
||||
public Dictionary<string, string> Cooling7 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user