-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsimulation.json
99 lines (99 loc) · 3.07 KB
/
simulation.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
{
"allowances": "Allowances",
"departureTime": "Departure",
"electricalProfiles": {
"incompatible": "incompatible",
"incompatibleMode": "Incompatible mode",
"incompatibleProfile": "incompatible profile",
"legend": "Legend",
"missingProfile": "Missing profile",
"notElectrified": "Non-electrified",
"thermal": "Combustion engine",
"unused": "unused",
"used": "used"
},
"errorMessages": {
"errorLoadingInfra": "Infrastructure loading error"
},
"infraLoading": "Infrastructure is loading",
"isUpdating": "Updating...",
"isWorking": "Generating simulation...",
"labels": "Tags",
"loadingTrain": "Loading train",
"manchetteSettings": {
"waypointsVisibility": "show/hide OP"
},
"ManualOffset": "Add seconds to the train",
"map": "Map",
"ModalEdit": "Train edition",
"name": "Name",
"noData": "No available data",
"null": "Location not specified",
"pauseSimulation": "Pause simulation",
"placeholderlabel": "Tag filtering",
"playSimulation": "Play simulation",
"powerRestriction": {
"incompatible": "Incompatible power restriction ",
"used": "used"
},
"projectionInProgress": "Projection in progress: {{ count }}/{{ total }} trains",
"requestedPoint": "requested point ({{ count }})",
"reset": "Reset the chart",
"resetTimer": "Reset timer",
"rotate": "Rotate the chart",
"simplify": "Data simplification",
"speedLimitComposition": "Composition",
"speedSpaceChart": "Speed Space Chart",
"speedSpaceSettings": {
"context": "Context",
"electricalProfiles": "Electrical profiles",
"energySource": "Energy source",
"powerRestrictions": "Power restrictions",
"reticleInfos": "Reticle infos",
"slopes": "Slopes",
"speedLimits": "Speed limits",
"speedLimitTags": "Speed limit tags",
"steps": "operational points",
"temporarySpeedLimits": "Temporary speed limits",
"tractionStatus": "Traction status"
},
"simulationSheet": "Simulation sheet",
"start": "Departure",
"stop": "Arrival",
"stopPlace": "Place",
"stopStopTime": "Stop",
"stopTime": "Arrival",
"timeSpaceChartSettings": {
"capacity": "Capacity",
"conflicts": "Conflicts",
"paths": "Paths",
"signalsStates": "Signals states"
},
"timetable": "Timetable",
"timetableOutput": "Timetable Output",
"toggleElectricalProfileLegend": "Toggle electrical profiles legend",
"toggleManchetteMenu": "Toggle manchette menu",
"toggleRewind": "Toggle simulation rewind",
"toggleSpeedSpaceSettings": "Toggle chart settings",
"toggleWarpedMap": "Toggle the warped map",
"train": "Train",
"trainDeleted": "Train deleted",
"trainDetails": {
"headPosition": "Head",
"routeBeginOccupancy": "Block start",
"routeEndOccupancy": "Block end",
"routeSizeOccupancy": "Block size",
"speed": "Speed",
"tailPosition": "Tail"
},
"trainList": "Train list",
"waiting": "Loading...",
"waypointMenu": {
"hide": "Hide this OP"
},
"waypointsPanel": {
"name": "name",
"secondaryCode": "CH",
"warning": "At least two points are required to project the space time chart"
}
}