#145 - update locale path

This commit is contained in:
Adrian Hopek
2022-05-18 08:57:53 +02:00
parent 431262dfb7
commit 1ae80ea141
10 changed files with 1 additions and 1 deletions

11
lang/pl/passwords.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
"reset" => "Hasło zostało zresetowane!",
"sent" => "Przypomnienie hasła zostało wysłane!",
"throttled" => "Proszę zaczekać zanim spróbujesz ponownie.",
"token" => "Token resetowania hasła jest nieprawidłowy.",
"user" => "Nie znaleziono użytkownika z takim adresem e-mail.",
];