aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/routes.en.yml
blob: c1bacf7f0706d7d24cb7d33f879a228d8e081396 (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
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
en:
  routes:
    filters:
      placeholder: Search by name or ID
      no_results: "No route matching your query"
    actions:
      new: "Add a route"
      edit: "Edit this route"
      edit_boarding_alighting: "Stop alighting and boarding"
      destroy: "Remove this route"
      destroy_confirm: "Are you sure you want destroy this route?"
      export_kml: "Export KML route"
      export_kml_all: "Export KML routes"
      export_hub: "Export HUB route"
      export_hub_all: "Export HUB routes"
      add_stop_point: "Add stop point"
      new_stop_point: "Create new stop"
      reversed_vehicle_journey: "Reversed vehicle journeys"
    new:
      title: "Add a route"
    edit:
      title: "Update route %{name}"
      select2:
        placeholder: "Select a stop point..."
      map:
        stop_point_type: Stop point type
        short_name: Short name
        coordinates: Coordinates
        proj: Proj
        lat: Lat
        lon: Lon
        postal_code: Zip Code
        city: City
        comment: Comment
      stop_point:
        boarding:
          normal: Normal boarding
          forbidden: Forbidden boarding
        alighting:
          normal: Normal alighting
          forbidden: Forbidden alighting
    show:
      title: "Route %{name}"
      stop_points: "Stop point on route list"
      stop_areas:
        title: "Stop area list"
      journey_patterns: "Route journey patterns list"
      no_opposite_route: "No reversed route associated"
      undefined: "Undefined"
    index:
      title: "Routes"
      selection: "Selection"
      selection_all: "All"
    edit_boarding_alighting:
      title: "Stop alighting and boarding properties"
      stop_area_name: "Stop area name"
      for_boarding: "Boarding"
      for_alighting: "Alighting"
    duplicate:
      title: "Clone route"
      success: "Route cloned with success"
    route:
      no_journey_pattern: "No Journey pattern"
      opposite: "Opposite route"
      no_opposite: "No opposite route"
  activerecord:
    models:
      route:
        zero:  "route"
        one:   "route"
        other: "routes"
    attributes:
      route:
        checksum: Checksum
        wayback:
          positive: "forward"
          negative: "backward"
        line: "Line"
        vehicle_journeys: "Vehicle journeys"
        journey_patterns: "Journey patterns"
        name: "Name"
        published_name: "Published name"
        comment: "Comments"
        number: "Number"
        direction: "Direction"
        wayback: "Direction"
        stop_points: "Nb Stop areas"
        opposite_route: "Reversed route"
        opposite_route_id: "Reversed route"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by"
        no_journey_pattern: "No journey pattern"
        stop_area_departure: Stop area departure 
        stop_area_arrival: Stop area arrival 
  formtastic:
    titles:
      route:
        objectid: "[prefix]:Route:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      neptune:
        route:
          objectid: "[prefix]:Route:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      netex:
        route:
          objectid: "[prefix]:Route:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      gtfs:
        route:
          objectid: "[prefix]:Route:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      hub:
        route:
          objectid: "[prefix]:Route:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 8."