|
39 | 39 | "entities": {
|
40 | 40 | "track_section": "Track section",
|
41 | 41 | "track_section-length": "Length",
|
42 |
| - "errors-linked" : "Linked issues" |
| 42 | + "errors-linked": "Linked issues" |
43 | 43 | },
|
44 | 44 | "directions": {
|
45 | 45 | "START_TO_STOP": "Start to stop",
|
|
74 | 74 | "description": "Switch type « {{obj_id}} » contains a duplicate configuration « {{original_group_path}} »"
|
75 | 75 | },
|
76 | 76 | "empty_object": {
|
77 |
| - "name": "Empty object", |
| 77 | + "name": "Empty object", |
78 | 78 | "description": "Object « {{obj_id}} » has the field « {{field}} » empty"
|
79 | 79 | },
|
80 | 80 | "invalid_group": {
|
81 |
| - "name": "Position de l'aiguille invalide", |
| 81 | + "name": "Position de l'aiguille invalide", |
82 | 82 | "description": "The switch « {{obj_id}} » of the route « {{group}} » is in the configuration « {{switch_type}} » which does not exist"
|
83 | 83 | },
|
84 |
| - "invalid_reference":{ |
85 |
| - "name": "Invalid reference", |
| 84 | + "invalid_reference": { |
| 85 | + "name": "Invalid reference", |
86 | 86 | "description": "The object « {{obj_id}} » references the object « {{reference.obj_id}} » which does not exist"
|
87 | 87 | },
|
88 |
| - "invalid_route":{ |
89 |
| - "name": "Invalid route", |
| 88 | + "invalid_route": { |
| 89 | + "name": "Invalid route", |
90 | 90 | "description": "Route « {{obj_id}} » is invalid, requested path is not consistent"
|
91 | 91 | },
|
92 | 92 | "invalid_switch_ports": {
|
93 |
| - "name": "Invalid switch pattern", |
| 93 | + "name": "Invalid switch pattern", |
94 | 94 | "description": "Switch « {{obj_id}} » has a branch which is not compatible with its type"
|
95 | 95 | },
|
96 | 96 | "missing_route": {
|
97 |
| - "name": "Missing route", |
| 97 | + "name": "Missing route", |
98 | 98 | "description": "Track « {{obj_id}} » has no associated route"
|
99 | 99 | },
|
100 | 100 | "missing_buffer_stop": {
|
101 |
| - "name": "Missing buffer stop", |
102 |
| - "description":"Endpoint « {{endpoint}} » of track « {{obj_id}} » has no buffer stop" |
| 101 | + "name": "Missing buffer stop", |
| 102 | + "description": "Endpoint « {{endpoint}} » of track « {{obj_id}} » has no buffer stop" |
103 | 103 | },
|
104 | 104 | "object_out_of_path": {
|
105 |
| - "name": "Object out of path", |
| 105 | + "name": "Object out of path", |
106 | 106 | "description": "Object « {{obj_id}} » of track « {{reference.obj_id}} » is not contained in the corresponding path"
|
107 | 107 | },
|
108 | 108 | "odd_buffer_stop_location": {
|
109 |
| - "name": "Strange buffer stop position", |
| 109 | + "name": "Strange buffer stop position", |
110 | 110 | "description": "Buffer stop « {{obj_id}} » has a strange position"
|
111 | 111 | },
|
112 |
| - "out_of_range":{ |
113 |
| - "name": "Invalid value", |
| 112 | + "out_of_range": { |
| 113 | + "name": "Invalid value", |
114 | 114 | "description": "Object « {{obj_id}} » has the field « {{field}} » with an invalid value. Value must be in the following range {{expected_range}}."
|
115 | 115 | },
|
116 |
| - "overlapping_speed_sections": { |
117 |
| - "name": "Overlapping of speed limits", |
| 116 | + "overlapping_speed_sections": { |
| 117 | + "name": "Overlapping of speed limits", |
118 | 118 | "description": "Speed limit « {{obj_id}} » overlaps « {{reference.obj_id}} »"
|
119 | 119 | },
|
120 | 120 | "overlapping_switches": {
|
121 |
| - "name": "Overlapping of switches", |
| 121 | + "name": "Overlapping of switches", |
122 | 122 | "description": "Switches « {{obj_id}} » and « {{reference.obj_id}} » have the same extremeties"
|
123 | 123 | },
|
124 | 124 | "overlapping_catenaries": {
|
125 |
| - "name": "Overlapping of catenaries", |
| 125 | + "name": "Overlapping of catenaries", |
126 | 126 | "description": "Catenary « {{obj_id}} » overlaps catenary « {{reference.obj_id}} »"
|
127 | 127 | },
|
128 | 128 | "unknown_port_name": {
|
129 |
| - "name": "Unknown branch name", |
| 129 | + "name": "Unknown branch name", |
130 | 130 | "description": "Switch « {{obj_id}} » has the branch « {{port_name}} » which does not exist"
|
131 | 131 | },
|
132 | 132 | "unused_port": {
|
133 |
| - "name": "Unused branch", |
| 133 | + "name": "Unused branch", |
134 | 134 | "description": "Branch « {{port_name}} » of switch type « {{obj_id}} » is nerver used"
|
135 | 135 | }
|
136 | 136 | },
|
|
167 | 167 | "frozen-layer": "needed for the active tool",
|
168 | 168 | "layer-selected-items_one": "One item selected",
|
169 | 169 | "layer-selected-items_other": "{{count}} items selected",
|
170 |
| - "selection-warning_one": "An element will be deselected during confirmation.", |
171 |
| - "selection-warning_other": "{{count}} elements will be deselected during confirmation.", |
| 170 | + "selection-warning_one": "An element has been deselected.", |
| 171 | + "selection-warning_other": "{{count}} elements have been deselected.", |
172 | 172 | "no-speed-limit-tag": "No composition code"
|
173 | 173 | },
|
174 | 174 | "linear-metadata": {
|
|
0 commit comments