From 41be202e5cb977e514567b00a540216825277144 Mon Sep 17 00:00:00 2001 From: AAJELLAL Date: Thu, 25 Jan 2024 12:00:15 +0100 Subject: [PATCH] Switch translation order. Signed-off-by: AAJELLAL --- src/translations/en.json | 8 +++----- src/translations/fr.json | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index e9b6f94e4..08bc5cf67 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -265,11 +265,9 @@ "vlId": "Voltage level ID", "p0": "Constant P", "q0": "Constant Q", + "batteryTargetP": "Constant active power", + "batteryTargetQ": "Constant reactive power", "downloadCases": "Download Case(s)", "descriptionModificationError": "An error when modifying the description", - "descriptionLimitError": "Description exceeds character limit", - "p0": "Constant P", - "q0": "Constant Q", - "batteryTargetP": "Constant active power", - "batteryTargetQ": "Constant reactive power" + "descriptionLimitError": "Description exceeds character limit" } diff --git a/src/translations/fr.json b/src/translations/fr.json index 1230378c6..288b8bf4b 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -280,12 +280,10 @@ "vlId": "ID poste", "p0": "P constant", "q0": "Q constant", + "batteryTargetP": "Puissance active constante", + "batteryTargetQ": "Puissance réactive constante", "downloadCases": "Télécharger la(les) situation(s)", "descriptionModificationError": "Erreur lors de la modification de la description", - "descriptionLimitError": "La description dépasse la limite de caractères", - "p0": "P constant", - "q0": "Q constant", - "batteryTargetP": "Puissance active constante", - "batteryTargetQ": "Puissance réactive constante" + "descriptionLimitError": "La description dépasse la limite de caractères" }