diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 9c9c74a..95ed502 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -934,12 +934,20 @@ "directory": { "title": "Répertoire", "tabs": { + "info": "Informations", "clients": "Clients", "prospects": "Prospects", "contact": "Contact", "address": "Adresse", "report": "Rapport" }, + "info": { + "fields": { + "name": "Nom", + "email": "Email", + "phone": "Téléphone" + } + }, "clients": { "add": "Ajouter un client", "empty": "Aucun client trouvé." diff --git a/frontend/modules/directory/pages/directory/clients/[id].vue b/frontend/modules/directory/pages/directory/clients/[id].vue index 6cbe09e..d0b18db 100644 --- a/frontend/modules/directory/pages/directory/clients/[id].vue +++ b/frontend/modules/directory/pages/directory/clients/[id].vue @@ -8,6 +8,39 @@

{{ $t('common.loading') }}