aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/routing_constraint_zones.en.yml
blob: 2143ce1e1312cdc609fab4ff0666886b88fa40a9 (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
en:
  activerecord:
    models:
      routing_constraint_zone:
        zero: routing constraint zone
        one: routing constraint zone
        other: routing constraint zones
    attributes:
      routing_constraint_zone:
        checksum: Checksum
        name: Name
        stop_areas: Stop areas
        line: Line
        created_at: Created at
        updated_at: Updated at
        objectid: Object ID
        stop_points_count: Number of stop points
        route: Associated route
        route_id: Associated route
    errors:
      models:
        routing_constraint_zone:
          attributes:
            stop_points:
              not_enough_stop_points: 'You should specify at least 2 stop points.'
              stop_points_not_from_route: 'Stop point does not belong to the Route of this Routing constraint zone.'
              all_stop_points_selected: 'All stop points from route cannot be selected.'
  routing_constraint_zones:
    filters:
      associated_route: 
        title: Associated route
        placeholder: Put the name of a route...
      name_or_objectid_cont:  Search by name or ID...
    actions:
      destroy_confirm: Are you sure you want to delete this routing constraint zone?
    new:
      title: Add a new routings constraint zone
    edit:
      title: "Update routing constraint zone %{name}"
    show:
      title: "Routing constraint zone %{name}"
    index:
      title: "Routing constraint zones"
      search_no_results: "No ITL matches your query"