new crowdin translations
This commit is contained in:
12
resources/lang/en-US/customers.php
Normal file
12
resources/lang/en-US/customers.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'can_login' => 'Can Login?',
|
||||
'user_created' => 'User Created',
|
||||
|
||||
'error' => [
|
||||
'email' => 'The email has already been taken.',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user