-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: update column styles in time stops table
Signed-off-by: Alice Khoudli <[email protected]>
- Loading branch information
Showing
5 changed files
with
114 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,38 @@ | ||
{ | ||
"arrivalTime": "requested arrival time", | ||
"arrivalTime1": "requested ", | ||
"arrivalTime2": "arrival time", | ||
"calculatedArrivalTime": "calculated arrival time", | ||
"calculatedArrivalTime1": "calculated ", | ||
"calculatedArrivalTime2": "arrival time", | ||
"calculatedDepartureTime": "calculated departure time", | ||
"calculatedDepartureTime1": "calculated ", | ||
"calculatedDepartureTime2": "departure time", | ||
"dayCounter": "D+{{count}}", | ||
"departureTime": "requested departure time", | ||
"departureTime1": "requested ", | ||
"departureTime2": "departure time", | ||
"diffMargins": "margins diff. (s)", | ||
"diffMargins1": "margins ", | ||
"diffMargins2": "diff. (s)", | ||
"name": "CI", | ||
"ch": "ch", | ||
"ch": "CH", | ||
"noPathLoaded": "No path loaded", | ||
"realMargin": "real margin (s)", | ||
"realMargin1": "real ", | ||
"realMargin2": "margin (s)", | ||
"receptionOnClosedSignal": "reception on closed signal", | ||
"receptionOnClosedSignal1": "reception on ", | ||
"receptionOnClosedSignal2": "closed signal", | ||
"stopTime": "stopping time (s)", | ||
"stopTime1": "stopping ", | ||
"stopTime2": "time (s)", | ||
"theoreticalMargin": "theoretical margin", | ||
"theoreticalMargin1": "theoretical ", | ||
"theoreticalMargin2": "margin", | ||
"theoreticalMarginPlaceholder": "% or min/100km", | ||
"theoreticalMarginSeconds": "linear theoretical margin (s)", | ||
"theoreticalMarginSeconds1": "linear theoretical ", | ||
"theoreticalMarginSeconds2": "margin (s)", | ||
"waypoint": "Waypoint {{id}}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,38 @@ | ||
{ | ||
"arrivalTime": "arrivée demandée", | ||
"arrivalTime1": "arrivée ", | ||
"arrivalTime2": "demandée", | ||
"calculatedArrivalTime": "arrivée calculée", | ||
"calculatedArrivalTime1": "arrivée ", | ||
"calculatedArrivalTime2": "calculée", | ||
"calculatedDepartureTime": "départ calculé", | ||
"calculatedDepartureTime1": "départ ", | ||
"calculatedDepartureTime2": "calculé", | ||
"dayCounter": "J+{{count}}", | ||
"departureTime": "départ demandé", | ||
"departureTime1": "départ ", | ||
"departureTime2": "demandé", | ||
"diffMargins": "diff. marges (s)", | ||
"diffMargins1": "diff. ", | ||
"diffMargins2": "marges (s)", | ||
"name": "CI", | ||
"ch": "ch", | ||
"ch": "CH", | ||
"noPathLoaded": "Aucun chemin chargé", | ||
"realMargin": "marge réelle (s)", | ||
"realMargin1": "marge ", | ||
"realMargin2": "réelle (s)", | ||
"receptionOnClosedSignal": "réception sur signal fermé", | ||
"stopTime": "temps d'arrêt (s)", | ||
"receptionOnClosedSignal1": "réception sur ", | ||
"receptionOnClosedSignal2": "signal fermé", | ||
"stopTime": "temps d'arrêt (s)", | ||
"stopTime1": "temps ", | ||
"stopTime2": "d'arrêt (s)", | ||
"theoreticalMargin": "marge théorique", | ||
"theoreticalMargin1": "marge ", | ||
"theoreticalMargin2": "théorique", | ||
"theoreticalMarginPlaceholder": "% ou min/100km", | ||
"theoreticalMarginSeconds": "marge théorique linéaire (s)", | ||
"theoreticalMarginSeconds": "marge linéaire théorique (s)", | ||
"theoreticalMarginSeconds1": "marge linéaire ", | ||
"theoreticalMarginSeconds2": "théorique (s)", | ||
"waypoint": "Via {{id}}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters