aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/referentials.en.yml
blob: 07af15bc0f5c30df8ad620b7438a099acd45c4fa (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
en:
  referentials:
    edit:
      title: "Edit the data space"
    show:
      lines: "lines"
      networks: "networks"
      vehicle_journeys: "vehicle journeys"
      time_tables: "time tables"
      title: "Data space"
      clean_up: "Clean up"
      api_keys: "Authentification keys for an API REST access"
    counts:
      objects: "Data space elements"
      count: "count"
    validity_out:
      validity_out_time_tables: "Closed timetables"
      validity_out_soon_time_tables: "Timetables closed in %{count} days"
    new:
      title: "Create a new data space"
      submit: "Create a data space"
    actions:
      new: "Add a data space"
      destroy_confirm: "Do you confirm to destroy this data space ?"
      destroy: "Destroy this data space"
      edit: "Edit this data space"
      clone: "Clone this data space"
    errors:
      pg_excluded: "can't begins with pg_"
      public_excluded: "public is a reserved value"
      user_excluded: "%{user} is a reserved value"
  activerecord:
    models:
      referential:
        zero: "Data space"
        one: "Data space"
        other: "Data spaces"
    attributes:
      referential:
        name: "Name"
        slug: "Code"
        prefix: "Neptune Object Id prefix"
        projection_type: "Optional spatial reference system code (SRID)"
        time_zone: "time zone"
        upper_corner: "Top,Right corner for default bounding box"
        lower_corner: "Bottom,Left corner for default bounding box"
        resources: "Neptune Import File"
        validity_period: "Validity period"
        no_validity_period: "undefined"
        start_validity_period: "from"
        end_validity_period: "to"
        networks: "Networks"
        group_of_lines: "Group of lines"
        lines: "Lines"
        vehicle_journeys: "Vehicle journeys"
        companies: "Companies"
        stop_areas: "Stop Areas"
        access_points: "Access Points"
        time_tables: "Time tables"
        connection_links: "Connection links"
        route_sections: "Route sections"
        quays: "quays"
        boarding_positions: "boarding positions"
        commercial_stops: "commercial stops"
        stop_places: "stop places"
        itls: "routing contraints"
        imports: "Imports"
        exports: "Exports"
        compliance_checks: "Validations"
        rule_parameter_sets: "Rule parameters sets"
        data_format_restrictions: "Data format constraint"
        data_format: "Favorite format for export"
        timebands: "Time bands"
  formtastic:
    titles:
      referential:
        slug: "only lowercase alphanumerical or underscore characters, first character must be a letter"
        prefix: "only alphanumerical or underscore characters"
        upper_corner: "latitude,longitude in WGS84 referential, dot for decimal separator"
        lower_corner: "latitude,longitude in WGS84 referential, dot for decimal separator"

  simple_form:
    labels:
      referential:
        metadatas:
          first_period_begin: 'First period begin'
          first_period_end: 'First period end'
          lines: Lines
          periods:
            begin: 'Period beginning'
            end: 'Period end'

  notice:
    referential:
      archived: "The data space has been successfully archived"
      unarchived: "The data space has been successfully unarchived"
      deleted: "The data space has been successfully destroyed"