aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/stop_points.yml
blob: d26b88428a08f0389c9f1e220fc622251f40aec1 (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
en:
  stop_points:
    actions:
      new: Add a new stop
      edit: Edit this stop
      destroy: Remove this stop
      destroy_confirm: Are you sure you want destroy this stop?
    new:
      title: Add a new stop
    edit:
      title: Update stop %{stop_point}
    show:
      title: Stop %{stop_point}
    index:
      title: Stop areas
      name: Name
      selection: Selection
      selection_all: All
  activerecord:        
    models:        
      stop_point: Stop area
    attributes:
      stop_point:
        name: Name
        registration_number: Registration number
        comment: Comments
        areatype: Area type
        nearest_topic_name: Nearest point of interest
        street_name: Street name
        country_code: INSEE code
        fare_code: Fare code
        x: x-position
        y: y-position
        longitude: Longitude
        latitude: Latitude
        objectid: Neptune identifier
        object_version: Version
        creation_time: Created on
        creator_id: Created by 

fr:
  stop_points:
    actions:
      new: Ajouter un arrêt
      edit: Modifier cet arrêt
      destroy: Supprimer cet arrêt
      destroy_confirm: Etes vous sûr de détruire cet arrêt ?
    new:
      title: Ajouter un arrêt
    edit:
      title: "Modifier l'arrêt %{stop_point}"
    show:
      title: Arrêt %{stop_point}
    index:
      name: Nom
      title: Arrêts
      selection: Sélection
      selection_all: Tous
  activerecord:        
    models:        
      stop_point: Arrêt
    attributes:
      stop_point:
        name: Nom
        registration_number: "Numéro d'enregistrement"
        published_name: Nom public        
        comment: Commentaire
        area_type: "Type d'arrêt"
        nearest_topic_name: "Point d'intérêt le plus proche"
        street_name: Nom de la rue
        country_code: Code INSEE
        fare_code: Zone tarifaire
        x: Position X
        y: Position Y
        longitude: Longitude
        latitude: Latitude
        object_id: Identifiant Neptune
        object_version: Version
        creation_time: Créé le
        creator_id: Créé par