updated es-ES
This commit is contained in:
11
resources/lang/es-ES/customers.php
Normal file
11
resources/lang/es-ES/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => '¿Permitir inicio de sesión?',
|
||||
'user_created' => 'Usuario Creado',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Ese email ya está en uso.'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user