mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
12 lines
398 B
PHP
12 lines
398 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'reset' => 'Hasło zostało zresetowane.',
|
|
'sent' => 'Wysłaliśmy wiadomość e-mail z linkiem do resetowania hasła.',
|
|
'throttled' => 'Proszę poczekać przed ponownym próbą.',
|
|
'token' => 'Ten token resetowania hasła jest nieprawidłowy.',
|
|
'user' => 'Nie możemy znaleźć użytkownika o tym adresie e-mail.',
|
|
];
|