blob: f799432f006f206ddcf22525d4d33c2083c695a8 (
plain)
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
|
en:
route_sections:
new:
title: "Add a new section"
show:
title: "Show this section"
edit:
title: "Edit this section"
form:
no_processing: "Geometry processing"
standard_processor: "Standard"
no_processor: "No treatment"
submit: "Submit"
index:
title: "Sections course"
all_lines: "All lines"
actions:
show: "Show"
edit: "Edit"
destroy: "Delete"
destroy_confirm: "Are you sure you want to delete this route section?"
actions:
edit: "Edit this section"
destroy: "Delete this section"
destroy_confirm: "Are you sure you want to delete this route section?"
route_sections_selectors:
edit:
title: "Changing the course of the mission %{journey_pattern}"
route_section:
edit: "Edit this section"
new: "Add alternative"
no_candidate: "No known path"
no_selection: "No selection"
selection:
title: "Selected section"
form:
title: "Full course"
submit: "Change the route"
activerecord:
models:
route_section: "Section course"
attributes:
route_section:
departure: "Departure point"
arrival: "Arrival point"
points: "Via"
distance: "Distance"
|