aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/networks.en.yml
blob: d4164f9a696d033bced6838603b534b62bf37e64 (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
en:
  networks: &en_networks
    search_no_results: "No network matching your query"
    actions:
      new: "Add a new network"
      edit: "Edit this network"
      destroy: "Remove this network"
      destroy_confirm: "Are you sure you want to destroy this network ?"
    new:
      title: "Add a new network"
    edit:
      title: "Update network %{name}"
    show:
      title: "Network"
    index:
      title: "Networks"
      name: "Search by name..."
      name_or_objectid: "Search by name or by ID..."
      advanced_search: "Advanced search"
  activerecord:
    models:
      network:
        zero:  "network"
        one:   "network"
        other: "networks"
    attributes:
      network:
        registration_number: "Registration number"
        name: "Name"
        comment: "Comments"
        version_date: "Date of this network's version"
        description: "Description"
        source_type_name: "Source type"
        source_name: "Source name"
        source_identifier: "Source identifier"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by "
  formtastic:
    titles:
      network:
        name: ""
        registration_number: "only alphanumerical or underscore characters"
        objectid: "[prefix]:PTNetwork:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      neptune:
        network:
          name: ""
          registration_number: "only alphanumerical or underscore characters"
          objectid: "[prefix]:PTNetwork:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      netex:
        network:
          name: ""
          registration_number: "only alphanumerical or underscore characters"
          objectid: "[prefix]:PTNetwork:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      gtfs:
        network:
          name: ""
          registration_number: "only alphanumerical or underscore characters"
          objectid: "[prefix]:PTNetwork:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
      hub:
        network:
          name: "maximum 75 characters"
          registration_number: "Positif integer, unique key, of no more than 8 digits."
          objectid: "[prefix]:PTNetwork:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character. Maximum length of the unique key = 3."

  table:
    show: Show
    edit: Edit
    delete: Delete

  referential_networks:
    <<: *en_networks