You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: front/public/locales/en/operationalStudies/manageTrainSchedule.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,8 @@
116
116
"warningMessages": {
117
117
"electrification": "Electrification",
118
118
"powerRestrictionInvalidCombination": "{{powerRestrictionCode}} is incompatible with electrification {{electrification}} of the path between {{begin}}m and {{end}}m",
119
-
"missingPowerRestriction": "Missing power restriction between {{begin}}m and {{end}}m. "
119
+
"missingPowerRestriction": "Missing power restriction between {{begin}}m and {{end}}m.",
120
+
"pathfindingChange": "Pathfinding changed",
121
+
"marginsAndPowerRestrictionsReset": "Margins and power restrictions have been reset."
Copy file name to clipboardexpand all lines: front/public/locales/fr/operationalStudies/manageTrainSchedule.json
+3-1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,8 @@
116
116
"warningMessages": {
117
117
"electrification": "Électrification",
118
118
"powerRestrictionInvalidCombination": "Code {{powerRestrictionCode}} incompatible avec l'électrification à {{electrification}} de l'itinéraire entre {{begin}}m et {{end}}m. ",
119
-
"missingPowerRestriction": "Restriction de puissance manquante entre {{begin}}m et {{end}}m. "
119
+
"missingPowerRestriction": "Restriction de puissance manquante entre {{begin}}m et {{end}}m.",
120
+
"pathfindingChange": "Changement de chemin",
121
+
"marginsAndPowerRestrictionsReset": "Les marges et les restrictions de puissance ont été réinitialisées."
* Take an array of strings, sort it and split it in two : one array of letter starting strings and one with digit or special characters starting strings.
0 commit comments