feat(Mail template & Membership relationship)
This commit is contained in:
14
lang/fr/notification_templates.php
Normal file
14
lang/fr/notification_templates.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'singular_name' => 'Template Mail',
|
||||
'plural_name' => 'Templates Mail',
|
||||
'identifier' => 'Identifiant',
|
||||
'name' => 'Nom',
|
||||
'subject' => 'Objet',
|
||||
'body' => 'Contenu',
|
||||
'variables' => 'Variables disponibles',
|
||||
'is_active' => 'Actif',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user