-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathscenario.json
109 lines (109 loc) · 4.65 KB
/
scenario.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
{
"editScenario": "Edit scenario",
"description": {
"electricalProfileWithName": "Electrical profiles : {{name}} | ID{{id}}",
"electricalProfileWithId": "Electrical profiles : ID{{id}}"
},
"displayTrainsWithDetails": "Mask/unmask trains detail",
"electricalProfileSet": "Electrical profiles set",
"errorMessages": {
"error": "An error has occurred",
"hardErrorInfra": "The infrastructure contains errors and cannot be used without first being corrected.",
"softErrorInfra": "The application is unavailable, a server error has occurred, please try again later.",
"unableToCreateScenarioMessage": "Unable to create a scenario",
"unableToLoadInfra": "Loading error, retry in progress ({{reloadCount}})",
"unableToUpdateScenarioMessage": "Unable to update a scenario",
"unableToDeleteScenarioMessage": "Unable to delete a scenario",
"unableToDuplicateATrain": "Unable to duplicate the train"
},
"filterPlaceholder": "Filter, tags",
"advancedFiltersPlaceholder": "Filter by family, serie, detail",
"infraLoadingState": "{{step}}/3",
"infrastructure": "Infrastructure",
"lessDetails": "less details",
"macroscopic": "MACRO",
"microscopic": "MICRO",
"modifyScenario": "Modify scenario",
"moreDetails": "more details",
"noElectricalProfileSet": "No electrical profile",
"pacedTrain": {
"pacedTrain": "Paced train"
},
"scenarioCancel": "Cancel",
"scenarioCreateButton": "Create a scenario",
"scenarioCreationTitle": "Create a scenario",
"scenarioDeleteButton": "Delete",
"scenarioDeleted": "Successful deletion!",
"scenarioDeletedDetails": "Scenario {{ name }} has been deleted.",
"scenarioDescription": "Description",
"scenarioDescriptionInvalid": "The description for the scenario must not exceed 1024 characters",
"scenarioDescriptionPlaceholder": "Short description of the scenario",
"scenarioModificationTitle": "Modify scenario",
"scenarioModifyButton": "Save",
"scenarioName": "Scenario's name",
"scenarioNameInvalid": "You have to set a name for scenario which does not exceed 128 characters",
"scenarioTags": "Tags",
"scenarioUpdated": "Successful update!",
"scenarioUpdatedDetails": "Scenario {{ name }} has been updated.",
"timetable": {
"addTrainSchedule": "Add",
"advancedFilterLabel": "Rolling stock",
"choosePath": "Use this path",
"closeFilter": "Close filter",
"compositionCodes": "Composition codes",
"copy": "copy",
"delete": "Delete",
"deleteSelection": "Delete selected trains",
"export": "Export",
"exportSelection": "Export selected trains",
"duplicate": "Clone",
"filterLabel": "Name, label",
"importTrainSchedule": "Import",
"invalid": {
"incompatible_constraints": "Incompatible constraints",
"invalid_path_items": "Invalid path items",
"not_enough_path_items": "Not enough path items",
"not_found_in_blocks": "Missing block",
"not_found_in_routes": "Missing route",
"not_found_in_tracks": "Missing track",
"pathfinding_failure": "Pathfinding failed",
"pathfinding_not_found": "Pathfinding not found",
"rolling_stock_not_found": "RS not found",
"simulation_failed": "Simulation failed"
},
"invalidTrains": "Some trains are invalid",
"noSpeedLimitTags": "Without code",
"noSpeedLimitTagsShort": "None",
"noTrain": "No train",
"punctuality": "Punctuality",
"rollingStockFilterPlaceholder": "Family, detail, serie",
"scheduledPointsHonoredFilter": "Scheduled points honored",
"showAllTrains": "All",
"showHonoredTrains": "Honored",
"showInvalidTrains": "Invalid",
"showNotHonoredTrains": "Partial",
"showValidTrains": "Valid",
"stopsCount_one": "1 stop",
"stopsCount_other": "{{ count }} stops",
"toggleFilters": "Toggle filters display",
"toggleMultiSelection": "Toggle multiselection",
"trainAdded": "Train added",
"trainDeleted": "{{ name }} train has been deleted.",
"trainsSelectionDeletedCount_one": "The train has been deleted.",
"trainsSelectionDeletedCount_other": "The {{count}} trains have been deleted.",
"update": "Edit",
"validityFilter": "Trains validity"
},
"toggleTimetable": "Toggle the timetable",
"trainCount_one": "1 out of $t(train, { 'count': {{totalCount}} }) selected",
"trainCount_other": "{{count}} out of $t(train, { 'count': {{totalCount}} }) selected",
"trainCount_zero": "$t(train, { 'count': {{totalCount}} })",
"train_one": "1 train",
"train_other": "{{count}} trains",
"train_zero": "0 train",
"conflictsCount_one": "1 conflict",
"conflictsCount_other": "{{count}} conflicts",
"conflictsCount_zero": "No conflict",
"Routing": "Itineraries",
"Spacing": "Spacing"
}