mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
272 B
PHP
10 lines
272 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Credenciais não correspondem aos nossos registros.',
|
|
'password' => 'A senha fornecida está incorreta.',
|
|
'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
|
|
];
|