2FAuth/resources/lang/fr/notifications.php
2024-03-15 15:12:57 +01:00

23 lines
788 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Notifications Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'hello' => 'Bonjour',
'test_email_settings' => [
'subject' => 'Email de test 2FAuth',
'reason' => 'Vous recevez cet email car vous avez demandé à vérifier le bon fonctionnement de l\'envoi des emails sur votre instance 2FAuth.',
'success' => 'Bonne nouvelle, ça fonctionne :)'
],
];