mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
huge Laravel 10 upgrade
This commit is contained in:
9
resources/lang/pl/passwords.php
Normal file
9
resources/lang/pl/passwords.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
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.',
|
||||
];
|
||||
Reference in New Issue
Block a user