new crowdin translations
This commit is contained in:
12
resources/lang/pl-PL/customers.php
Normal file
12
resources/lang/pl-PL/customers.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'can_login' => 'Czy może się zalogować?',
|
||||
'user_created' => 'Konto zostało już utworzone',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Ten adres e-mail jest już zajęty.',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user