aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/time_table_combinations.fr.yml
blob: 5a23cf029bb6a62685286145d8f4461227809769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fr:
  time_table_combinations:
    success: "opération appliquée sur le calendrier"
    failure: "opération échouée"
    combined_type:
      calendar: 'Modèles de calendriers'
      time_table: 'Calendriers'
    operations:
      union: "Ajouter les dates"
      intersection: "Conserver les dates communes"
      disjunction: "Soustraire les dates"
    combine_form:
      time_tables: "Calendrier à combiner"
  activemodel:
    attributes:
      time_table_combination:
        combined_id: "Id Calendrier"
        operation: "Type d'opération"
        time_table_id: "Rechercher un calendrier"
        calendar_id: "Rechercher un calendrier"