-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathtranslation.json
538 lines (538 loc) · 23.2 KB
/
translation.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
{
"common": {
"and": "and",
"asc": "Ascending",
"back": "Back",
"cancel": "Cancel",
"change": "Change",
"close": "Close",
"confirm": "Confirm",
"delete": "Delete",
"description": "Description",
"download": "Download",
"dsc": "Descending",
"duplicate": "Duplicate",
"edit": "Edit",
"erase": "Erase",
"error": "An error has occurred",
"filter": "Filter",
"help": "Help",
"help-display": "Show help",
"help-legend": "Show legend",
"itinerary": "Route",
"leaveEditionMode": "You are about to exit edit mode, any unsaved changes will be lost.",
"loading": "Loading...",
"next": "Next",
"no": "No",
"open": "Open",
"previous": "Previous",
"reset-north": "Reset camera",
"save": "Save",
"search": "Search",
"selected": "already selected",
"settings": "Settings",
"sort": "Sort",
"toggleInfraErrors": "Toggler infra errors layer",
"train(s)": "train(s)",
"validate": "Save",
"yes": "Yes",
"zoom-in": "Zoom in",
"zoom-out": "Zoom out",
"zoom-reset": "Reset zoom",
"success": {
"save": {
"title": "Modifications saved",
"text": "Your modifications have been published"
}
},
"failure": {
"save": {
"title": "Failed to save modifications",
"text": "Failed to publish your modifications"
}
},
"units": {
"day": "d",
"hour": "h",
"km": "km",
"minute": "min"
}
},
"Editor": {
"entities": {
"track_section": "Track section",
"track_section-length": "Length",
"errors-linked": "Linked issues"
},
"directions": {
"START_TO_STOP": "Start to stop",
"STOP_TO_START": "Stop to start",
"BOTH": "Both"
},
"errors": {
"infra-not-found": "Infrastructure {{id}} not found",
"length-number-and-required": "Length is a required numeric field",
"length-out-of-sync-with-geometry": "The distance entered is too far from the geometry (Must be between {{min}} and {{max}})",
"no-infra-available": "Your account is not linked to any infrastructure",
"technical": "A technical error has occurred: {{msg}}"
},
"infra-errors": {
"label": {
"title_other": "{{count}} issues",
"title_zero": "No issue",
"title_one": "{{count}} issue",
"title-with-filter_other": "{{count}} issues on {{total}}",
"title-with-filter_zero": "zero issues on {{total}}",
"title-with-filter_one": "{{count}} issues on {{total}}"
},
"error-level": {
"all": "All",
"errors": "Errors",
"warnings": "Warnings"
},
"error-type": {
"all": "All",
"duplicated_group": {
"name": "Duplicated switch pattern",
"description": "Switch type « {{obj_id}} » contains a duplicate configuration « {{original_group_path}} »"
},
"empty_object": {
"name": "Empty object",
"description": "Object « {{obj_id}} » has the field « {{field}} » empty"
},
"invalid_group": {
"name": "Position de l'aiguille invalide",
"description": "The switch « {{obj_id}} » of the route « {{group}} » is in the configuration « {{switch_type}} » which does not exist"
},
"invalid_reference": {
"name": "Invalid reference",
"description": "The object « {{obj_id}} » references the object « {{reference.obj_id}} » which does not exist"
},
"invalid_route": {
"name": "Invalid route",
"description": "Route « {{obj_id}} » is invalid, requested path is not consistent"
},
"invalid_switch_ports": {
"name": "Invalid switch pattern",
"description": "Switch « {{obj_id}} » has a branch which is not compatible with its type"
},
"missing_route": {
"name": "Missing route",
"description": "Track « {{obj_id}} » has no associated route"
},
"missing_buffer_stop": {
"name": "Missing buffer stop",
"description": "Endpoint « {{endpoint}} » of track « {{obj_id}} » has no buffer stop"
},
"object_out_of_path": {
"name": "Object out of path",
"description": "Object « {{obj_id}} » of track « {{reference.obj_id}} » is not contained in the corresponding path"
},
"odd_buffer_stop_location": {
"name": "Strange buffer stop position",
"description": "Buffer stop « {{obj_id}} » has a strange position"
},
"out_of_range": {
"name": "Invalid value",
"description": "Object « {{obj_id}} » has the field « {{field}} » with an invalid value. Value must be in the following range [{{expected_range}}]."
},
"overlapping_speed_sections": {
"name": "Overlapping of speed limits",
"description": "Speed limit « {{obj_id}} » overlaps « {{reference.obj_id}} »"
},
"overlapping_switches": {
"name": "Overlapping of switches",
"description": "Switches « {{obj_id}} » and « {{reference.obj_id}} » have the same extremeties"
},
"overlapping_electrifications": {
"name": "Overlapping of electrifications",
"description": "Electrification « {{obj_id}} » overlaps electrification « {{reference.obj_id}} »"
},
"unknown_port_name": {
"name": "Unknown branch name",
"description": "Switch « {{obj_id}} » has the branch « {{port_name}} » which does not exist"
},
"unused_port": {
"name": "Unused branch",
"description": "Branch « {{port_name}} » of switch type « {{obj_id}} » is nerver used"
},
"node_endpoints_not_unique": {
"name": "Node endpoints not unique",
"description": "The « {{obj_id}} » node has a track endpoint used by several ports."
}
},
"infra-locked": "Please note that you will not be able to save any changes.",
"list": {
"error": "An error occurred while loading the data",
"filter-level": "Error level",
"filter-type": "Error type",
"total-all": "{{count}} errors and warnings found",
"total-all_one": "One error or warning found",
"total-all_zero": "No errors and warnings found",
"total-warnings": "{{count}} warnings found",
"total-warnings_one": "One warning found",
"total-warnings_zero": "No warnings found",
"total-errors": "{{count}} errors found",
"total-errors_one": "One error found",
"total-errors_zero": "No errors found",
"goto-error": "Select and locate on the map"
},
"modal": {
"title": "Infrastructure {{id}} error list"
},
"corrector-modal": {
"title": "Automatic error corrector",
"loading-loader": "Computing possible fixes",
"saving-loader": "Applying fixes to infrastructure",
"text": "The following actions will be applied to correct some of the infrastructure's errors:",
"create-actions": "{{creation_count}} object creations",
"update-actions": "{{update_count}} existing object updates",
"delete-actions": "{{deletion_count}} object deletions",
"total-fixes_zero": "No fixes found."
}
},
"item-statuses": {
"edited": "currently edited",
"selected": "Selected"
},
"layers": {
"buffer_stops": "Buffer stops",
"electrifications": "Electrifications",
"detectors": "Detectors",
"errors": "Errors",
"psl-psl_signs": "Permanent speed limits",
"routes": "Routes",
"signals": "Signals",
"switches": "Switches",
"track_sections": "Track sections",
"speed_sections": "Speed limits",
"platforms": "Platforms",
"neutral_sections": "Dead sections",
"operational_points": "Operational points"
},
"layers-modal": {
"frozen-layer": "needed for the active tool",
"layer-selected-items_one": "One item selected",
"layer-selected-items_other": "{{count}} items selected",
"selection-warning_one": "An element has been deselected.",
"selection-warning_other": "{{count}} elements have been deselected.",
"no-speed-limit-tag": "No composition code"
},
"linear-metadata": {
"help": "This component allows you to view and modify a linear layout. You can zoom into the view using the provided buttons or the mouse wheel, and move around using drag'n'drop. To change the size of a segment, simply click on it and the edit form will be displayed below. You can also click on a border of a segment, and while keeping your finger pressed, move the border with the mouse.",
"merge-with-left": "Merge with the previous item",
"merge-with-right": "Merge with the next item",
"split": "Split the item in two",
"sync-length-with-geometry": "Synchronize with the geometry"
},
"nav": {
"choose-infra": "Choose an infrastructure",
"infra-changed": "You are now editing the infra \"{{label}}\" (id \"{{id}}\").",
"infra-errors": "Display current infrastructure issues on the map",
"infra-errors-list": "Configure display of issues",
"infra-error-corrector": "Automatic error corrector",
"recenter": "Recenter the map",
"select-infra": "Select the infrastructure to edit",
"toggle-layers": "Choose the types of elements to display",
"osrd-layers": "Data layers",
"speed-limits": "Speed limits",
"map-layers": "Map settings"
},
"obj-types": {
"BufferStop": "Buffer stop",
"Electrification": "Electrification",
"Detector": "Detector",
"Route": "Route",
"Signal": "Signal",
"Switch": "Switch",
"TrackSection": "Track section",
"SpeedSection": "Speed limit"
},
"title": "Editor",
"title-issue": "({{nbIssue}} issues)",
"tool-help": "Show description for the active tool",
"tools": {
"buffer-stop-edition": {
"actions": {
"confirm-delete-entity": "Are you sure you want to remove the buffer stop?",
"delete-entity": "Delete the buffer stop",
"new-entity": "Create a new buffer stop",
"reset-entity": "Reset data",
"save-entity": "Save the buffer stop"
},
"label": "Buffer stop tool"
},
"electrification-edition": {
"actions": {
"confirm-delete-electrification": "Are you sure you want to remove the electrification?",
"delete-electrification": "Delete the electrification",
"new-electrification": "Create a new electrification",
"reset-electrification": "Cancel the current modifications",
"save-electrification": "Save the electrification"
},
"help": {
"init": "Click on a track section to link it to the electrification",
"add-track": "Link the track section '{{track.id}}' to the electrification {{voltage}}",
"remove-range": "Remove the track section from the electrification {{voltage}}"
},
"add-new-electrification": "Add new electrification",
"electrifications": "Electrification",
"electrification-default": "Default electrification",
"label": "Electrification tool"
},
"detector-edition": {
"actions": {
"confirm-delete-entity": "Are you sure you want to remove the detector?",
"delete-entity": "Delete the detector",
"new-entity": "Create a new detector",
"reset-entity": "Reset data",
"save-entity": "Save the detector"
},
"label": "Detector tool"
},
"point-edition": {
"default-routes-error": "An error occurred while loading linked routes.",
"help": {
"start-dragging": "Click on the item to start moving it.",
"stop-dragging-no-line": "The element must be placed on a track section.",
"stop-dragging-on-line": "Click to confirm the move of the element."
},
"linked-routes": "Linked routes",
"no-linked-route": "No linked routes",
"routes-ending-at": "Ending at...",
"routes-starting-from": "Starting from..."
},
"range-edition": {
"edit-track-range-start": "Edit departure point",
"edit-track-range-end": "Edit arrival point",
"linked-track-sections": "Associated track sections",
"empty-linked-track-section": "Click on a track section to link it to the electrification",
"only-show-n": "Only show the first {{count}} track sections",
"show-more-ranges_one": "See an additional track section",
"show-more-ranges_other": "See {{count}} additional track sections"
},
"routes-edition": {
"actions": {
"save-route": "Save the route",
"reset-route": "Reset the route",
"delete-route": "Delete the route",
"new-route": "Create a new route",
"pick-entry_point": "Starting point selection tool",
"pick-entry_point-cancel-delete": "Cancel the selection of the starting point",
"pick-entry_point-delete": "Modify the selected starting point",
"pick-exit_point": "Ending point selection tool",
"pick-exit_point-cancel-delete": "Undo exit point selection.",
"pick-exit_point-delete": "Modify the selected exit point"
},
"alternative-routes": "Create a similar route",
"confirm-delete-route": "Are you sure to delete this route?",
"create-route": "Create a new route",
"crossed-detectors": "{{count}} detectors",
"crossed-detectors_one": "One detector",
"crossed-detectors_zero": "No crossed detectors",
"crossed-track-ranges": "{{count}} track ranges",
"crossed-track-ranges_one": "Train block",
"crossed-track-ranges_zero": "No block",
"delete-route": "Delete the route",
"delete-route-success": "The route has been successfully deleted.",
"directions": {
"START_TO_STOP": "Normal direction",
"STOP_TO_START": "Inverse direction"
},
"edit-route": "Edit an existing route",
"end": "Arrival",
"endpoint": "Endpoint:",
"from": "from",
"geometry-error": "An exception occured during calculation of this route",
"help": {
"actions-on-edit-route": "You can delete the route, edit it or create a new one.",
"select-endpoints": "The route must have a starting and ending point.",
"select-route": "Select a route.",
"select-waypoint": "Select a detector or a buffer stop.",
"validate-route": "You can validate this route, or select another one."
},
"include-release-detectors": "Rigid transit",
"label": "Route tool",
"locked-release-detectors": "This property can not be disabled after saving",
"no-waypoint-picked-yet": "Click the button to select a detector or a bufferstop on the map",
"preview-candidate": "Select",
"routes": "{{count}} compatible routes found",
"routes_one": "One compatible route found",
"routes_zero": "No compatible route found",
"save-new-route": "Save the new route",
"save-route": "Save the route",
"save-route-success": "The route was successfully saved.",
"search-routes": "Search for compatible routes",
"search-routes-alt": "Search for alternative routes",
"start": "Departure",
"start_direction": "Start direction:",
"swap-endpoints": "Swap endpoints",
"to": "to",
"untitled-track": "Untitled track"
},
"select-items": {
"actions": {
"confirm-delete-selection": "Are you sure you want to remove the selection?",
"delete-selection": "Delete the selection",
"edit-info": "Edit the selection",
"polygon": "Polygon select",
"rectangle": "Rectangle select",
"single": "Simple select",
"split-track-section": "Split the track section",
"unselect-all": "Deselect all"
},
"errors": {
"invalid-url": "Invalid URL",
"no-heterogenous-edition": "It's not possible to edit multiple elements of different types at the same time.",
"no-multi-edition": "It's not possible yet to edit multiple elements (TODO).",
"unable-to-select": "Selection not possible"
},
"focus": "Focus",
"help": {
"polygon-selection": "Click to outline a polygon. Double-click to close it, and select all elements inside.",
"rectangle-selection": "Double-click to outline a rectangle. All elements in this rectangle will then be selected.",
"single-selection": "Click an item to select or deselect it. You can select multiple items by pressing the Control key."
},
"item": "Item",
"label": "Selection tool",
"linked-to-line_one": "linked to the track section",
"linked-to-line_other": "linked to track sections",
"linked-to-n-lines_zero": "related with no TS",
"linked-to-n-lines_one": "related with one TS",
"linked-to-n-lines_other": "related to {{count}} TS",
"no-selection": "No item selected",
"of-type": "of type",
"selection": "{{count}} item selected",
"selection_plural": "{{count}} items selected",
"sources": "Sources",
"title": "Select",
"unselect": "Deselect"
},
"signal-edition": {
"actions": {
"confirm-delete-entity": "Are you sure you want to remove the signal?",
"delete-entity": "Delete the signal",
"new-entity": "Create a new signal",
"reset-entity": "Reset data",
"save-entity": "Save the signal"
},
"label": "Signal tool"
},
"speed-edition": {
"actions": {
"confirm-delete-speed-section": "Are you sure you want to remove the speed limit?",
"delete-speed-section": "Delete the speed limit",
"new-speed-section": "Create a new speed limit",
"reset-speed-section": "Cancel the current modifications",
"save-speed-section": "Save the speed limit"
},
"add-new-speed-limit": "Add new speed limit",
"add-new-tag": "Add a new composition code",
"add-sign": "Add a sign from {{signType}} type",
"add-track-range": "Click to link to:",
"additional-speed-limit": "Additional speed limits",
"hovered-sign": "Sign {{signType}}",
"incompatible-switch": "This switch position is not compatible with the other switches positions",
"label": "Speed section tool",
"main-speed-limit": "Default speed limit",
"move-range-extremity": "Click to move the end:",
"new-tag": "Composition code",
"ralen-30-60": "Speed restriction",
"search-routes": "Search for compatible routes",
"select-route": "Select a route",
"select-switches-to-get-route": "Select switches and their position to search for routes",
"sign-direction": "Direction",
"sign-category": "Sign(s) {{signType}}",
"sign-kp": "Kilometric point of the sign",
"sign-select": "Select",
"sign-remove": "Remove sign",
"sign-position": "Position",
"sign-track-id": "Track section id",
"sign-type": "Type",
"sign-side": "Side",
"sign-value": "Speed",
"signs-section-list": "Section signs list",
"remove-track-range": "Click to detatch from:",
"speed-limits": "Speed limits",
"toggle-psl": "Permanent speed limit",
"toggle-psl-help": "Click on a track section first to be able to activate this option"
},
"switch-edition": {
"actions": {
"confirm-delete-switch": "Are you sure you want to remove the switch?",
"delete-switch": "Delete the switch",
"new-switch": "Create a new switch",
"pick-track": "Track selection tool on the map",
"pick-track-cancel": "Undo track selection",
"save-switch": "Save the switch"
},
"duplicate-errors": "The track {{track}} is already used by the port {{port}}",
"endpoint": "Endpoint:",
"help": {
"no-move": "Switches cannot be moved, and are automatically placed on their first port.",
"select-track": "Select a track on the map"
},
"label": "Switch tool",
"no-track-picked-yet": "No track selected yet",
"switch-type": "Switch type",
"untitled-track": "Untitled track"
},
"track-edition": {
"actions": {
"add-at-end": "Add the new points at the end",
"add-at-start": "Add the new points at the beginning",
"cancel-line": "Remove selected line",
"confirm-delete-line": "Are you sure you want to remove the line?",
"delete-line": "Delete the line",
"mode-add-point": "Add a point",
"mode-delete-point": "Delete points",
"mode-move-point": "Move points",
"reset-line": "Reset data",
"save-line": "Save the line",
"toggle-anchoring": "Toggle anchoring on/off"
},
"help": {
"add-anchor-point": "Click to add a point at the end of the track section. Click on the track to add an intermediate point.",
"add-point": "Click to add a point at the end of the track section.",
"delete-point": "Click on a point to remove it from the track section.",
"move-point": "Click a point once to start moving it.",
"move-point-end": "Click to confirm the move of the point."
},
"attached-electrifications": "electrifications",
"attached-speed-sections": "Speed limits",
"default-electrifications-error": "An error occurred when loading the electrifications linked to this track section.",
"default-speed-sections-error": "An exception occured when loading speed limits related to this track section.",
"label": "Track tool",
"no-linked-electrification": "No electrification data available",
"no-linked-speed-section": "No speed limit entered",
"only-show-n": "Only show the first {{count}} results",
"show-more-ranges_one": "Show one more result",
"show-more-ranges_other": "Show {{count}} more results"
},
"track-split": {
"title": "Split",
"label": "Track tool",
"offset": {
"label": "Position",
"description": "Offset of the point in meters to the beginning of the track section",
"error": "The offset of the split point to the beginning must be greater than 1 and smaller than {{max}}"
},
"actions": {
"save": "Save the split"
},
"help": {
"move": "Click to validate the move, or press 'esc' to cancel",
"hover": "Click on the point to be able to move it",
"split": "Click on the track section to split it at this location",
"default": "Click on the split point on the map, or enter its offset from the beginning of the track section in the form"
}
}
}
},
"jsonUpload": {
"badJSON": "The JSON file is malformed",
"emptyFile": "The file is empty",
"notJSONFormat": "The file is not in JSON format ",
"uploadError": "Error occurred while upload the file"
}
}