auth.php
966 Bytes
<?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' => 'Estas credenciais não correspondem com nossos registros.',
'general_error' => 'Você não tem acesso para fazer isso.',
'socialite' => [
'unacceptable' => ':provider não é um tipo de login aceitável.',
],
'throttle' => 'Você realizou muitas tentativas de login. Favor tentar novamente em :seconds segundos.',
'unknown' => 'Ocorreu um erro desconhecido.',
];