PHP Classes

File: lang/pt_BR/auth.php

Recommend this page to a friend!
  Classes of Celso   DB Sync   lang/pt_BR/auth.php   Download  
File: lang/pt_BR/auth.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 4 months ago
Size: 682 bytes
 

Contents

Class file image Download
<?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' => 'Credenciais informadas são inválidas.',
   
'password' => 'A senha fornecida está incorreta.',
   
'throttle' => 'Muitas tentativas de login. Por favor tente novamente em :seconds segundos.',

];