aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/companies.en.yml
blob: 8a746f6b7c26ce36375ed44686c130a45d1b39ff (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
en:
  companies: &en_companies
    search_no_results: "No company matching your query"
    search_no_results_for_filter: "No company has been set for these journeys"
    actions:
      new: "Add a new company"
      edit: "Edit this company"
      destroy: "Remove this company"
      destroy_confirm: "Are you sure you want to destroy this company?"
    new:
      title: "Add a new company"
    edit:
      title: "Update company  %{name}"
    show:
      title: "Company  %{name}"
    index:
      title: "Companies"
      name: "Search by name..."
      name_or_objectid: "Search by name or by ID..."
      advanced_search: "Advanced search"
  activerecord:
    models:
      company:
        zero:  "company"
        one:   "company"
        other: "companies"
    attributes:
      company:
        registration_number: "Registration number"
        name: "Name"
        short_name: "Short name"
        organizational_unit: "Unit"
        operating_department_name: "Department"
        code: "Code"
        phone: "Phone number"
        fax: "Fax number"
        email: "Email"
        time_zone: "Time zone"
        url: "Web page"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by "
  formtastic:
    titles:
      company:
        name: ""
        registration_number: "only alphanumerical or underscore characters "
        objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      neptune:
        company:
          name: ""
          registration_number: "only alphanumerical or underscore characters "
          objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      netex:
        company:
          name: ""
          registration_number: "only alphanumerical or underscore characters "
          objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      gtfs:
        company:
          name: ""
          registration_number: "only alphanumerical or underscore characters "
          objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      hub:
        company:
          name: "maximum 75 characters"
          registration_number: "Positif integer, unique key, of no more than 8 digits."
          objectid: "[prefix]:Company:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 3."
  referential_companies:
    <<: *en_companies