Files
nexusphp/resources/lang/pt/auth.php
T

10 lines
272 B
PHP
Raw Normal View History

2025-05-05 21:36:39 +07:00
<?php
declare(strict_types=1);
return [
2025-09-23 11:53:30 +07:00
'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.',
2025-05-05 21:36:39 +07:00
];