akaunting/resources/lang/sk-SK/passwords.php
2022-06-04 00:26:44 +00:00

24 lines
852 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.
|
*/
'password' => 'Heslo sa musí zhodovať a obsahovať najmenej šesť znakov.',
'reset' => 'Heslo bolo zmenené!',
'sent' => 'Pripomienka k zmene hesla bola odoslaná!',
'throttled' => 'Prosím počkajte pred opätovným pokusom.',
'token' => 'Klúč pre obnovu hesla je neplatný.',
'user' => "Nepodarilo sa nájsť používateľa s touto e-mailovou adresou.",
];