mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 12:54:31 -04:00
New string to pt_BR
This commit is contained in:
parent
9a3a0ae485
commit
a151e68111
22
resources/lang/pt_BR/passwords.php
Normal file
22
resources/lang/pt_BR/passwords.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Password Reminder Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are the default lines which match reasons
|
||||||
|
| that are given by the password broker for a password update attempt
|
||||||
|
| has failed, such as for an invalid token or invalid new password.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
"password" => "Senhas deve conter pelo menos seis caracteres e combinar com a confirmação.",
|
||||||
|
"user" => "Usuário não encontrado.",
|
||||||
|
"token" => "Token inválido.",
|
||||||
|
"sent" => "Link para reset da senha enviado por email!",
|
||||||
|
"reset" => "Senha resetada!",
|
||||||
|
|
||||||
|
];
|
@ -920,4 +920,5 @@ return array(
|
|||||||
'invalid_contact_email' => 'E-mail do contato inválido',
|
'invalid_contact_email' => 'E-mail do contato inválido',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
'client_portal' => 'Portal do Cliente',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user