aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/line_referential_syncs.fr.yml
blob: 33827fac9272694151e223b304eae534679b6771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
fr:
  activerecord:
    errors:
      models:
        line_referential_sync:
          attributes:
            base:
              multiple_process: 'Il y a déja une synchronisation en cours de traitement'
  line_referential_sync:
    message:
      new: "Synchronisation en attente"
      pending: "Synchronisation en cours"
      successful: "Synchronisation réussie après %{processing_time}, avec %{imported} éléments importés, %{updated} éléments mise à jour. %{deleted} éléments ont été supprimés."
      failed: "Synchronisation interrompue après %{processing_time}, avec l'erreur : <em>%{error}</em>."
  notice:
    line_referential_sync:
      created: 'Votre demande de synchronisation a bien été créée'