feat(Member & Membership): table and form functionnalities

This commit is contained in:
2025-10-22 18:04:34 +02:00
parent 0924da3cda
commit 757f6cf20c
7 changed files with 62 additions and 13 deletions

23
lang/fr/modal.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Êtes-vous sûr de vouloir supprimer ?',
'actions' => [
'cancel' => [
'label' => 'Annuler',
],
'confirm' => [
'label' => 'Confirmer',
],
'submit' => [
'label' => 'Soumettre',
],
],
];