-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathstdcm.json
126 lines (126 loc) · 5.8 KB
/
stdcm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"apply": "Apply",
"arriveAt": "Arrive at {{ time }}",
"cancelRequest": "Cancel request",
"consist": {
"consist": "Consist",
"length": "Length",
"tonnage": "Tonnage",
"maxSpeed": "Max speed",
"tractionEngine": "Traction engine",
"towedRollingStock": "Towed rolling stock"
},
"datetimeOutsideWindow": "Date must be between {{low}} and {{high}}",
"debug": {
"simulationSettings": "Simulation settings"
},
"departureTime": "Departure time",
"destinationTime": "Destination time",
"find": "Find",
"form": {
"datePickerErrors": {
"invalidInput": "The date must be formatted as dd/mm/yy",
"invalidDate": "Select a date between {{startDate}} and {{endDate}}"
}
},
"leaveAt": "Leave at {{ time }}",
"linkedTrainDefaultCard": {
"anterior": "Indicate anterior path",
"posterior": "Indicate posterior path"
},
"loaderImageLegend": "Morning view of the locomotive shed at Le Bourget depot",
"noConfigurationFound": {
"title": "A configuration problem prevents you from performing a search",
"text": "Please contact the maintenance team so they can get you back on track."
},
"noCorrespondingResults": "No results matching your search.",
"notificationTitle": "Phase 1: from D-7 to D-1 5pm, on the Perrigny-Miramas axis.",
"pleaseWait": "Please wait…",
"simulation": {
"averageRequestTime": "For your request, the time required is generally 90 seconds.",
"calculatingSimulation": "Calculation in progress...",
"getSimulation": "Get the simulation",
"modifySearchCriteria": "You can modify your search criteria to find a solution.",
"pendingSimulation": "Simulation in progress",
"results": {
"changeCriteria": "You can modify your search criterias to find a solution.",
"displayAll": "Display all operational points",
"displayMain": "Display main operational points",
"downloadSimulationSheet": "Download simulation report sheet",
"formatCreationDate": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}",
"gesicoRequest": "and attach this document to your GESICO DSDM request.",
"notFound": "No solution was found for this configuration",
"conflictsTitle": "Here are the problems encountered when calculating the shortest path:",
"trackConflict": "conflict with a train path between <strong>{{waypointBefore}}</strong> and <strong>{{waypointAfter}}</strong> from {{startDate}} at {{startTime}} to {{endDate}} at {{endTime}}",
"trackConflictSameDay": "conflict with a train path between <strong>{{waypointBefore}}</strong> and <strong>{{waypointAfter}}</strong> on {{startDate}} between {{startTime}} and {{endTime}}",
"remainingTrackConflicts": "{{count}} other conflicts with other train paths",
"remainingTrackConflicts_one": "one other conflict with another train path",
"remainingWorkConflicts": "{{count}} other works in conflict",
"remainingWorkConflicts_one": "one other work in conflict",
"workConflictSameDay": "scheduled work from <strong>{{waypointBefore}}</strong> to <strong>{{waypointAfter}}</strong> on {{startDate}} between {{startTime}} and {{endTime}}",
"workConflict": "scheduled work from <strong>{{waypointBefore}}</strong> to <strong>{{waypointAfter}}</strong> from {{startDate}} at {{startTime}} to {{endDate}} at {{endTime}}",
"changeSearchCriteria": "You can modify your search criteria to find a solution",
"retainThisSimulation": "Retain this simulation",
"simulationName": {
"withOutputs": "Simulation n°{{id}}",
"withoutOutputs": "Without result"
},
"simulationSelected": "You have selected this simulation",
"startNewQuery": "Start a new query",
"status": {
"completed": "Calculation completed",
"errorMessage": "We are sorry that we could not process your request. The STDCM team has been notified and will be aware of the situation soon.",
"failed": "Calculation failed"
},
"upgrade": {
"arrivalIncompatible": "Arrival time incompatible",
"helpUs": "Help us improve ST DCM",
"other": "Other",
"reason": "This simulation does not meet your needs because ...",
"startIncompatible": "Departure time incompatible",
"unqualifiedDriver": "Unqualified driver"
}
},
"stopCalculation": "Stop calculation"
},
"spaceTimeGraphic": "Space-Time graph",
"speedSpaceChart": "Speed Space Chart",
"stdcmComputation": "Search for a train path",
"stdcmErrors": {
"bothPointAreScheduled": "The calculation cannot take into account both an origin and a destination schedule. You have to choose one or the other:",
"infraNotLoaded": "Infrastructure is loading",
"missingLocation": "Missing location",
"noPaths": "Incompatibility with other train paths.",
"noResults": "No path found",
"noScheduledPoint": "The calculation requires either the origin or destination schedule.",
"pathfindingFailed": "No path have been found for these waypoints.",
"requestFailed": "Calculation error for last minute train path"
},
"stdcmResults": "Results",
"stdcmSimulationReport": "Path simulation report",
"trainPath": {
"addVia": "Add intermediate OP",
"asSoonAsPossible": "as soon as possible",
"ch": "CH",
"ci": "CI",
"date": "Date",
"destination": "Destination",
"linkedTrain": {
"anterior": "Anterior path",
"posterior": "Posterior path"
},
"origin": "Origin",
"preciseTime": "precise time",
"stopFor": "Minimum stop time",
"stopType": {
"driverSwitch": "driver switch",
"passageTime": "passage time",
"serviceStop": "service stop"
},
"time": "Time",
"tolerance": "Tolerance",
"type": "Type",
"vias": "Intermediate OP",
"warningMinStopTime": "The driver switch stop time is usually at least 3 minutes."
}
}