2024-02-26 15:06:26 +01:00
< ? 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' => 'Hello' ,
2024-04-15 00:44:18 +02:00
'hello_user' => 'Hello :username,' ,
'regards' => 'Regards' ,
2024-02-26 15:06:26 +01:00
'test_email_settings' => [
'subject' => '2FAuth test email' ,
'reason' => 'You are receiving this email because you requested a test email to validate the email settings of your 2FAuth instance.' ,
'success' => 'Good news, it works :)'
],
2024-04-15 00:44:18 +02:00
'new_device' => [
'subject' => 'New connection to 2FAuth' ,
'resume' => 'A new device has just connected to your 2FAuth account.' ,
'connection_details' => 'Here are the details of this connection' ,
'recommandations' => 'If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.'
],
2024-04-23 16:28:42 +02:00
'failed_login' => [
'subject' => 'Failed login to 2FAuth' ,
'resume' => 'There has been a failed login attempt to your 2FAuth account.' ,
'connection_details' => 'Here are the details of this connection attempt' ,
'recommandations' => 'If this was you, you can ignore this alert. If further attempts fail, you should contact the 2FAuth administrator to review security settings and take action against this attacker.'
],
2024-02-26 15:06:26 +01:00
];