Merge branch 'ameliorations_composants_vue' of gitlab.com:Chill-Projet/chill-bundles into ameliorations_composants_vue

This commit is contained in:
2021-08-19 15:00:32 +02:00
10 changed files with 406 additions and 245 deletions

View File

@@ -65,6 +65,18 @@ const messages = {
thirdparty: "un nouveau tiers professionnel"
},
},
renderbox: {
person: "Person",
birthday: {
man: "Né le",
woman: "Née le"
} ,
no_information: "Pas d'information",
type: {
thirdparty: "Tiers",
person: "Usager"
}
}
}
};