aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/group_of_lines.en.yml
blob: ebd5962392747ca16a86ca08406448dc523508c3 (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
en:
  group_of_lines: &en_group_of_lines
    actions:
      new: "Add a new group of lines"
      edit: "Edit this group of lines"
      destroy: "Remove this group of lines"
      destroy_confirm: "Are you sure you want destroy this group of lines?"
    new:
      title: "Add a new group of lines"
    edit:
      title: "Update group of lines %{group_of_line}"
    show:
      title: "Group of lines %{group_of_line}"
      lines: "Lines list"
    index:
      title: "Group of Lines"
      name: "Search by name"
      advanced_search: 'Advanced search'
    form:
      lines: "Associated lines"
  activerecord:
    models:
      group_of_line:
        zero:  "group of line"
        one:   "group of line"
        other: "groups of lines"
    attributes:
      group_of_line:
        name: "Name"
        registration_number: "Registration number"
        comment: "Comments"
        line_count: "Number of lines"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by"
  formtastic:
    titles:
      group_of_line:
        name: ""
        registration_number: "Positif integer."
        objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      neptune:
        group_of_line:
          name: ""
          registration_number: "Positif integer."
          objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      netex:
        group_of_line:
          name: ""
          registration_number: "Positif integer."
          objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      gtfs:
        group_of_line:
          name: ""
          registration_number: "Positif integer."
          objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      hub:
        group_of_line:
          name: "maximum 75 characters"
          registration_number: "Positif integer, unique key, of no more than 8 digits."
          objectid: "[prefix]:GroupOfLine:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 6."
  referential_group_of_lines:
    <<: *en_group_of_lines