aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/lines.yml
blob: a24422b9b413e90e473fef1776e89845d34b4989 (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
en:
  lines:
    actions:
      new: Add a new line
      edit: Edit this line
      destroy: Remove this line
      destroy_confirm: Are you sure you want destroy this line?
    new:
      title: Add a new line
    edit:
      title: Update line %{line}
    show:
      title: Line %{line}
    index:
      title: Lines
      name_or_number: Name or number
      selection: Selection
      selection_all: All
  activerecord:        
    models:        
      line: Line
    attributes:
      line:
        network: Network
        company: Company
        registration_number: Registration number
        name: Name
        published_name: Published name        
        number: Number
        transport_mode_name: Transport mode
        comment: Comments
        objectid: Neptune identifier
        object_version: Version
        creation_time: Created on
        creator_id: Created by 
  formtastic:
    hints:
      line:
        registration_number: only alphanumerical or underscore characters 
        objectid: "[prefix]:Line:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"

fr:
  lines:
    actions:
      new: Ajouter une ligne
      edit: Modifier cette ligne
      destroy: Supprimer cette ligne
      destroy_confirm: Etes vous sûr de détruire cette ligne ?
    new:
      title: Ajouter une ligne
    edit:
      title: Modifier la ligne %{line}
    show:
      title: Ligne %{line}
    index:
      name_or_number: Nom ou indice
      title: Lignes
      selection: Sélection
      selection_all: Tous
  activerecord:        
    models:        
      line: Ligne
    attributes:
      line:
        network: Réseau
        company: Transporteur
        registration_number: "Numéro d'enregistrement"
        name: Nom
        published_name: Nom public        
        number: Indice
        transport_mode_name: Mode de transport
        comment: Commentaire
        objectid: Identifiant Neptune
        object_version: Version
        creation_time: Créé le
        creator_id: Créé par
  formtastic:
    hints:
      line:
        registration_number: "caractères autorisés : alphanumériques et 'souligné'" 
        objectid: "[prefixe]:Line:[clé_unique]  caractères autorisés : alphanumériques et 'souligné' pour le préfixe, la clé unique accepte en plus le 'moins'"