mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added Portuguese - Brasil language * Update auth.php * Add files via upload * Update auth.php * Update passwords.php * Update passwords.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update settings.php * Update pt-BR.json * Update widgets.php * Update widgets.php * Update validation.php
22 lines
804 B
PHP
22 lines
804 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset 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.
|
|
|
|
|
*/
|
|
|
|
'reset' => 'Sua senha foi redefinida!',
|
|
'sent' => 'Enviamos por e-mail o link de redefinição de senha!',
|
|
'throttled' => 'Por favor, aguarde antes de tentar novamente.',
|
|
'token' => 'Este token de redefinição de senha é inválido.',
|
|
'user' => 'Não conseguimos encontrar um usuário com esse endereço de e-mail.',
|
|
];
|