mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
285 B
PHP
10 lines
285 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.',
|
|
'password' => 'Le mot de passe fourni est incorrect.',
|
|
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
|
|
];
|