Skip to content

Commit

Permalink
Switch translation order.
Browse files Browse the repository at this point in the history
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
  • Loading branch information
AAJELLAL committed Jan 25, 2024
1 parent a153360 commit 41be202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 3 additions & 5 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 41be202

Please sign in to comment.