2025-10-22 17:09:48 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'fields' => [
|
|
|
|
|
'member' => 'un adhérent',
|
|
|
|
|
'members' => 'Adhérents',
|
|
|
|
|
'keycloak_id' => 'ID Keycloak',
|
|
|
|
|
'status' => 'Statut',
|
|
|
|
|
'draft' => 'Brouillon',
|
|
|
|
|
'valid' => 'Valide',
|
|
|
|
|
'pending' => 'En attente',
|
|
|
|
|
'cancelled' => 'Résilié',
|
|
|
|
|
'excluded' => 'Exclu',
|
|
|
|
|
'active' => 'Actif',
|
|
|
|
|
'inactive' => 'Inactif',
|
|
|
|
|
'nature' => 'Nature',
|
|
|
|
|
'physical' => 'Physique',
|
|
|
|
|
'legal' => 'Morale',
|
|
|
|
|
'group_id' => 'Groupe',
|
|
|
|
|
'lastname' => 'Nom',
|
|
|
|
|
'firstname' => 'Prénom',
|
|
|
|
|
'email' => 'Adresse e-mail',
|
|
|
|
|
'company' => 'Entreprise',
|
|
|
|
|
'date_of_birth' => 'Date de naissance',
|
|
|
|
|
'address' => 'Adresse',
|
|
|
|
|
'zipcode' => 'Code postal',
|
|
|
|
|
'city' => 'Ville',
|
|
|
|
|
'country' => 'Pays',
|
|
|
|
|
'phone1' => 'Téléphone fixe',
|
|
|
|
|
'phone2' => 'Téléphone portable',
|
|
|
|
|
'public_membership' => 'Adhésion publique',
|
|
|
|
|
'created_at' => 'Créé le',
|
|
|
|
|
'updated_at' => 'Mis à jour le',
|
|
|
|
|
'deleted_at' => 'Supprimé le',
|
2025-10-23 11:41:56 +02:00
|
|
|
'widgets' => [
|
|
|
|
|
'stats' => [
|
|
|
|
|
'name' => 'Nouveaux Membres',
|
2026-02-20 15:36:48 +01:00
|
|
|
'description' => 'Nombre de nouveaux membres par an',
|
2026-04-01 15:50:21 +02:00
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'tabs' => [
|
|
|
|
|
'general_info' => 'Informations générales',
|
|
|
|
|
'modules' => 'Modules',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'sections' => [
|
|
|
|
|
'personal_info' => 'Informations personnelles',
|
|
|
|
|
'administrative_info' => 'Informations administratives',
|
|
|
|
|
'contact_info' => 'Coordonnées',
|
|
|
|
|
'status' => 'Statut',
|
|
|
|
|
'actions' => 'Actions',
|
|
|
|
|
'ispconfig_mail' => 'Messagerie ISPConfig',
|
|
|
|
|
'ispconfig_web' => 'Hébergements Web',
|
|
|
|
|
'nextcloud' => 'NextCloud',
|
2026-04-10 11:47:04 +02:00
|
|
|
'listmonk' => 'Listmonk',
|
2026-04-01 15:50:21 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'ispconfig' => [
|
|
|
|
|
'mail_data' => 'Données ISPConfig Mail',
|
|
|
|
|
'web_data' => 'Données ISPConfig Web',
|
|
|
|
|
'nextcloud_data' => 'Données NextCloud',
|
|
|
|
|
'email' => 'Adresse email',
|
|
|
|
|
'id' => 'ID ISPConfig',
|
|
|
|
|
'quota' => 'Quota',
|
|
|
|
|
'domain' => 'Domaine',
|
|
|
|
|
'state' => 'État',
|
|
|
|
|
'enabled' => 'Activé',
|
|
|
|
|
'disabled' => 'Désactivé',
|
|
|
|
|
'nextcloud_id' => 'Id Nextcloud',
|
|
|
|
|
'display_name' => 'Nom de l\'utilisateur',
|
2026-04-10 11:47:04 +02:00
|
|
|
'listmonk_data' => 'Données Listmonk',
|
|
|
|
|
'listmonk_id' => 'ID Listmonk',
|
2026-04-01 15:50:21 +02:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'actions' => [
|
2026-04-10 11:47:04 +02:00
|
|
|
'create_membership' => 'Créer une adhésion',
|
|
|
|
|
'create_membership_submit' => 'Créer',
|
2026-04-01 15:50:21 +02:00
|
|
|
'send_payment_mail' => 'Envoyer le mail de paiement',
|
|
|
|
|
'send_renewal_mail' => 'Envoyer un mail de relance',
|
2025-10-22 17:09:48 +02:00
|
|
|
],
|
|
|
|
|
];
|