mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
const thirdpartyMessages = {
|
|
fr: {
|
|
thirdparty: {
|
|
name: "Dénomination",
|
|
email: "Courriel",
|
|
phonenumber: "Téléphone",
|
|
}
|
|
}
|
|
};
|
|
|
|
export { thirdpartyMessages };
|