Files
template-laravel/lang/cs/passwords.php
Gregory Letellier d5b3ccabd9 Init
2023-11-28 12:13:50 +01:00

12 lines
367 B
PHP

<?php
declare(strict_types=1);
return [
'reset' => 'Heslo bylo obnoveno!',
'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
'throttled' => 'Počkejte prosím a zkuste to znovu.',
'token' => 'Klíč pro obnovu hesla je nesprávný.',
'user' => 'Nepodařilo se najít uživatele s touto e-mailovou adresou.',
];