-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: create stdcm simulation sheet
- Loading branch information
Showing
27 changed files
with
1,563 additions
and
25 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
36 changes: 36 additions & 0 deletions
36
front/public/locales/en/stdcm-simulation-report-sheet.json
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"applicationDate": "Application date", | ||
"asap": "as soon as possible", | ||
"code": "CH", | ||
"conventionalSign": "conv. sign", | ||
"convoy": "convoy", | ||
"crossedATE": "crossed ATE", | ||
"endStop": "end", | ||
"for": "for", | ||
"formattedDate": "{{year}}/{{month}}/{{day}} at {{hours}}:{{minutes}}", | ||
"from": "from", | ||
"maxLength": "max. length", | ||
"maxSpeed": "max. speed", | ||
"maxWeight": "max. weight", | ||
"motif": "motif", | ||
"operationalPoint": "OP", | ||
"passageStop": "passage", | ||
"refEngine": "ref. engine", | ||
"referenceEngine": "reference engine", | ||
"referencePath": "Reference path", | ||
"requestedRoute": "requested route", | ||
"scheduledArrival": "scheduled arrival at", | ||
"scheduledDeparture": "scheduled departure at", | ||
"serviceStop": "Service stop", | ||
"simulation": "Simulation", | ||
"speedLimitByTag": "speed limit by tag", | ||
"startStop": "start", | ||
"stdcm": "ST DCM", | ||
"stdcmCreation": "short term path creation", | ||
"stdcmSimulationSheet": "Simulation report sheet", | ||
"towedMaterial": "towed material", | ||
"track": "track", | ||
"warningMessage": "This sheet has been generated by a simulation tool. It does not exempt the scheduler from the checks inherent in the STDCM layout.", | ||
"weight": "weight", | ||
"withoutWarranty": "Path simulation without guaranteed availability" | ||
} |
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
36 changes: 36 additions & 0 deletions
36
front/public/locales/fr/stdcm-simulation-report-sheet.json
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"applicationDate": "Date d'application", | ||
"asap": "au plus tôt", | ||
"code": "CH", | ||
"conventionalSign": "signe conv.", | ||
"convoy": "convoi", | ||
"crossedATE": "ATE croisé", | ||
"endStop": "arrivée", | ||
"for": "pour", | ||
"formattedDate": "le {{day}}/{{month}}/{{year}} à {{hours}}:{{minutes}}", | ||
"from": "du", | ||
"maxLength": "longueur max.", | ||
"maxSpeed": "vitesse max.", | ||
"maxWeight": "tonnage max.", | ||
"motif": "motif", | ||
"operationalPoint": "jalon", | ||
"passageStop": "passage", | ||
"refEngine": "engin de réf.", | ||
"referenceEngine": "engin de référence", | ||
"referencePath": "Sillon de référence", | ||
"requestedRoute": "parcours demandé", | ||
"scheduledArrival": "arrivée prévue à", | ||
"scheduledDeparture": "départ prévu à", | ||
"serviceStop": "Arrêt de service", | ||
"simulation": "Simulation", | ||
"speedLimitByTag": "code de composition", | ||
"startStop":"départ", | ||
"stdcm": "ST DCM", | ||
"stdcmCreation": "Création de sillon de dernière minute", | ||
"stdcmSimulationSheet": "Fiche Simulation", | ||
"towedMaterial": "matériel remorqué", | ||
"track": "voie", | ||
"warningMessage": "Cette fiche a été générée par un outil de simulation. Elle ne dispense pas l’horairiste des vérifications inhérentes au tracé de SDM.", | ||
"weight": "tonnage", | ||
"withoutWarranty": "Simulation de sillon sans garantie de disponibilité" | ||
} |
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
Oops, something went wrong.