@@ -26,6 +26,35 @@ const filterEn = {
26
26
betweenRule : "Left value of 'between' rule have to be lower than the right value" ,
27
27
emptyGroup : 'Filter contains an empty group. Consider removing it or adding rules to this group' ,
28
28
Hvdc : 'HVDC' ,
29
+ 'filter.criteriaBased' : 'Criteria based' ,
30
+ 'filter.expert' : 'Expert' ,
31
+ 'filter.explicitNaming' : 'Explicit naming' ,
32
+ nameEmpty : 'The name is empty' ,
33
+ equipmentType : 'Equipment type' ,
34
+ changeTypeMessage : 'The equipment type will be changed and the current configuration will be erased.' ,
35
+ PropertyValues : 'Property values' ,
36
+ PropertyValues1 : 'Property values 1' ,
37
+ PropertyValues2 : 'Property values 2' ,
38
+ FreePropsCrit : 'By properties filtering' ,
39
+ AddFreePropCrit : 'Add a filtering by property' ,
40
+ FreeProps : 'Equipment properties' ,
41
+ SubstationFreeProps : 'Equipment substation properties' ,
42
+ YupRequired : 'This field is required' ,
43
+ filterPropertiesNameUniquenessError : 'It is not possible to add multiple filters for the same property' ,
44
+ emptyFilterError : 'Filter should contain at least one equipment' ,
45
+ distributionKeyWithMissingIdError : 'Missing ID with defined distribution key' ,
46
+ missingDistributionKeyError : 'Missing distribution key' ,
47
+ filterCsvFileName : 'filterCreation' ,
48
+ createNewFilter : 'Create a filter' ,
49
+ nameProperty : 'Name' ,
50
+ Countries : 'Countries' ,
51
+ Countries1 : 'Countries 1' ,
52
+ Countries2 : 'Countries 2' ,
53
+ nominalVoltage : 'Nominal voltage' ,
54
+ EnergySourceText : 'Energy source' ,
55
+ nameAlreadyUsed : 'This name is already used' ,
56
+ nameValidityCheckErrorMsg : 'Error while checking name validity' ,
57
+ cantSubmitWhileValidating : 'Impossible to submit the form while validating a field' ,
29
58
} ;
30
59
31
60
export default filterEn ;
0 commit comments