terminando form de clientes direcciones

This commit is contained in:
2023-12-17 08:58:26 +01:00
parent d4246ca99b
commit d9083aac2d
15 changed files with 350 additions and 79 deletions

10
ci4/app/Language/es/ClienteDirecciones.php Normal file → Executable file
View File

@ -3,6 +3,8 @@
return [
'nuevaTitle' => 'Añadir nueva dirección',
'alias' => 'Alias',
'att' => 'Att.',
'email' => 'Email',
'direccion' => 'Direccion',
@ -13,7 +15,13 @@ return [
'pais' => 'País',
'telefono' => 'Teléfono',
'validation' => [
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
'max_length' => 'Max. valor caracteres alcanzado',
'required' => 'Campo obligatorio',
'valid_email' => 'El email introducido no es válido',
],
'selectPais' => 'Seleccione País',
'selectCcaa' => 'Seleccione CCAA',
'selectProvincia' => 'Seleccione Provincia',
'selectMunicipio' => 'Seleccione Municipio',
];