-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathimportTrainSchedule.json
45 lines (45 loc) · 2.05 KB
/
importTrainSchedule.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
{
"closeOSRDConfig": "Close",
"completeTrackSectionID": "Complete coordinates",
"date": "DATE",
"datetime": "Date & time",
"endTime": "END",
"errorMessages": {
"error": "An error has occurred",
"errorImport": "Data conversion failed",
"errorNoDate": "You must enter a date.",
"errorNoFrom": "You must fill in an origin.",
"errorNoTo": "You must fill in a destination.",
"errorSameFromTo": "Origin and destination must be different",
"unableToRetrievePathfinding": "Impossible to create a path",
"unableToCreateTrainSchedule": "Impossible to compute running time (path {{pathId}}) {{trainIndex}}/{{trainsCount}}"
},
"from": "Origin",
"generatePaths": "Generate paths",
"generatePathsAuto": "Complete and generate paths automatically",
"generateTrainSchedules": "Generate train schedules",
"goToSTDCM": "Go to last minute paths",
"import": "Import",
"inputPlaceholder": "Name, trigram",
"launchImport": "Start import",
"noResults": "No results",
"or": "or",
"startTime": "START",
"status": {
"calculatingTrainSchedule": "Calculating train schedules...",
"calculatingTrainScheduleComplete": "Calculating train schedules is over (path {{pathId}}) {{createdTrainsCount}}/{{trainsCount}}",
"calculatingTrainScheduleCompleteAll_one": "All train schedules have been calculated : {{successfulTrainsCount}}/{{trainsCount}} train created.",
"calculatingTrainScheduleCompleteAll_other": "All train schedules have been calculated : {{successfulTrainsCount}}/{{trainsCount}} trains created.",
"calculatingTrainScheduleCompleteAllFailure": "All train schedule creations failed.",
"complete": "locate",
"missingRollingStock": "You must choose a default rolling stock",
"noImportationPossible": "Import is currently not available:",
"pathComplete": "Pathfinding complete",
"pathsFailed": "All the pathfindings have failed",
"ready": "Ready.",
"searchingPath": "Search for a path",
"uicComplete": "All locations have been completed."
},
"to": "Destination",
"trainsFound": "train(s) found"
}