New translations

This commit is contained in:
James Cole 2017-01-02 14:22:06 +01:00
parent 101317cb16
commit cf6ea64aba

View File

@ -10,10 +10,10 @@
*/ */
return [ return [
'password' => 'Passwords must be at least six characters and match the confirmation.', 'password' => 'Hasło musi zawierać przynajmniej 6 znaków i musi się zgadzać z potwierdzeniem.',
'user' => 'We can\'t find a user with that e-mail address.', 'user' => 'Nie możemy znaleźć użytkownika o podanym adresie email.',
'token' => 'This password reset token is invalid.', 'token' => 'Ten token do resetowania hasła jest nieprawidłowy.',
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'Wysłaliśmy link do resetowania hasła na twój adres email!',
'reset' => 'Your password has been reset!', 'reset' => 'Twoje hasło zostało zresetowane!',
'blocked' => 'Nice try though.', 'blocked' => 'Nice try though.',
]; ];