-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathimportTrainSchedule.json
37 lines (37 loc) · 1.2 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
{
"cancel": "Cancel",
"closeOSRDConfig": "Close",
"download": "Download",
"date": "DATE",
"datetime": "Date & time",
"endTime": "END",
"errorMessages": {
"error": "An error has occurred",
"errorEmptyFile": "Empty file",
"errorImport": "Unable to convert data to TrainSchedule",
"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",
"errorInvalidFile": "Invalid file"
},
"failure": "Operation failed",
"from": "Origin",
"import": "Import",
"importTimetable": "Import a timetable",
"inputPlaceholder": "Name, trigram",
"launchImport": "Start import",
"noResults": "No results",
"searchTimetable": "Search timetable",
"selectStation": "Select this station",
"startTime": "START",
"status": {
"invalidTrainSchedules_one": "Invalid train schedule.",
"invalidTrainSchedules": "Invalid train schedules.",
"successfulImport_one": "A train is imported.",
"successfulImport": "All trains are imported."
},
"success": "Operation successful",
"to": "Destination",
"trainsFound": "train(s) found"
}