Skip to content

Commit a549478

Browse files
authored
Remove translations not used anymore since migration of filters components (#419)
Signed-off-by: Florent MILLOT <[email protected]>
1 parent 3e5cff0 commit a549478

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

src/translations/en.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,23 +210,6 @@
210210
"keepCSVDataMessage": "Do you want to replace or add the new data to the current list ?",
211211
"add": "Add",
212212
"replace": "Replace",
213-
"OR": "OR",
214-
"AND": "AND",
215-
"rule": "rule",
216-
"subGroup": "subgroup",
217-
"is": "is",
218-
"contains": "contains",
219-
"beginsWith": "begins with",
220-
"endsWith": "ends with",
221-
"exists": "exists",
222-
"between": "between",
223-
"in": "in",
224-
"isPartOf": "is part of",
225-
"isNotPartOf": "is not part of",
226-
"emptyRule": "Filter contains an empty field",
227-
"incorrectRule": "Filter contains an incorrect field",
228-
"betweenRule": "Left value of 'between' rule have to be lower than the right value",
229-
"emptyGroup": "Filter contains an empty group. Consider removing it or adding rules to this group",
230213
"id": "ID",
231214
"name": "Name",
232215
"minP": "Minimum active power (MW)",

src/translations/fr.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,23 +210,6 @@
210210
"keepCSVDataMessage": "Voulez-vous remplacer la liste existante ou y ajouter les nouvelles données ?",
211211
"add": "Ajouter",
212212
"replace": "Remplacer",
213-
"OR": "OU",
214-
"AND": "ET",
215-
"rule": "règle",
216-
"subGroup": "sous-groupe",
217-
"is": "est",
218-
"contains": "contient",
219-
"beginsWith": "commence par",
220-
"endsWith": "finit par",
221-
"exists": "existe",
222-
"between": "entre",
223-
"in": "dans",
224-
"isPartOf": "fait partie de",
225-
"isNotPartOf": "ne fait pas partie de",
226-
"emptyRule": "Le filtre contient un champ vide",
227-
"incorrectRule": "Le filtre contient un champ incorrect",
228-
"betweenRule": "La valeur de gauche d'une règle 'entre' doit être inférieure à la valeur de droite",
229-
"emptyGroup": "Le filtre contient un groupe vide. Supprimez le ou ajoutez des règles à ce groupe",
230213
"id": "ID",
231214
"name": "Nom",
232215
"minP": "Puissance active min (MW)",

0 commit comments

Comments
 (0)