Ajout des clés de traduction
This commit is contained in:
parent
4387077068
commit
ae6d338304
2 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
en:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
individual:
|
||||
attributes:
|
||||
email:
|
||||
must_be_different_from_mandataire: "must be different from the agent's email"
|
||||
attributes:
|
||||
individual:
|
||||
gender: Gender
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
fr:
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
individual:
|
||||
attributes:
|
||||
email:
|
||||
must_be_different_from_mandataire: "doit être différent de celui du mandataire"
|
||||
attributes:
|
||||
individual:
|
||||
gender: Civilité
|
||||
|
|
Loading…
Reference in a new issue