mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-29 10:59:49 +01:00
28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Authentication 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.
|
|
|
|
|
*/
|
|
|
|
'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.',
|
|
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
|
|
|
|
'confirm_title' => 'Confirmation requise',
|
|
'confirm' => 'Veuillez confirmer cette action en utilisant votre mot de passe actuel.',
|
|
'confirm_action' => 'Confirmer l\'action',
|
|
|
|
'two_factor' => 'Authentification à double facteur',
|
|
'two_factor_check' => 'Veuillez entrer le mot de passe unique fourni par votre application d\'authentification à double facteur maintenant.',
|
|
'two_factor_with_recovery' => 'Authentification avec le code de récupération',
|
|
|
|
];
|