mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
translations added
This commit is contained in:
parent
bf9469d538
commit
3b1fc4aacb
@ -18,6 +18,9 @@ const ontheflyMessages = {
|
|||||||
thirdparty: "un nouveau tiers professionnel"
|
thirdparty: "un nouveau tiers professionnel"
|
||||||
},
|
},
|
||||||
resource_comment_title: "Un commentaire est associé à cet interlocuteur"
|
resource_comment_title: "Un commentaire est associé à cet interlocuteur"
|
||||||
|
addContact: {
|
||||||
|
title: "Créer un contact pour ..."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,8 @@ const messages = {
|
|||||||
person: "Quitter la page et ouvrir la fiche de l'usager",
|
person: "Quitter la page et ouvrir la fiche de l'usager",
|
||||||
thirdparty: "Quitter la page et voir le tiers",
|
thirdparty: "Quitter la page et voir le tiers",
|
||||||
},
|
},
|
||||||
refresh: 'Rafraîchir'
|
refresh: 'Rafraîchir',
|
||||||
|
addContact: 'Ajouter un contact'
|
||||||
},
|
},
|
||||||
nav: {
|
nav: {
|
||||||
next: "Suivant",
|
next: "Suivant",
|
||||||
|
@ -4,7 +4,12 @@ const thirdpartyMessages = {
|
|||||||
name: "Dénomination",
|
name: "Dénomination",
|
||||||
email: "Courriel",
|
email: "Courriel",
|
||||||
phonenumber: "Téléphone",
|
phonenumber: "Téléphone",
|
||||||
}
|
comment: "Comment",
|
||||||
|
profession: "Qualité",
|
||||||
|
civility: "Civilité"
|
||||||
|
},
|
||||||
|
child_of: "Contact de: ",
|
||||||
|
children: "Personnes de contact: ",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user