mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
datos envio clientes
This commit is contained in:
20
ci4/app/Language/en/ClienteDirecciones.php
Normal file
20
ci4/app/Language/en/ClienteDirecciones.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'att' => 'Attn.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Address',
|
||||
'cp' => 'Zip Code',
|
||||
'municipio' => 'Town',
|
||||
'provincia' => 'City',
|
||||
'ccaa' => 'Region',
|
||||
'pais' => 'Country',
|
||||
'telefono' => 'Phone',
|
||||
'validation' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'valid_email' => 'The email is not valid',
|
||||
|
||||
],
|
||||
];
|
||||
@ -148,14 +148,7 @@ return [
|
||||
'envios' => 'Shipments',
|
||||
|
||||
'cantidad' => 'Quantity',
|
||||
'att' => 'Attn.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Address',
|
||||
'cp' => 'Zip Code',
|
||||
'municipio' => 'Town',
|
||||
'provincia' => 'City',
|
||||
'ccaa' => 'Region',
|
||||
'telefono' => 'Phone',
|
||||
|
||||
|
||||
'validation' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
|
||||
19
ci4/app/Language/es/ClienteDirecciones.php
Normal file
19
ci4/app/Language/es/ClienteDirecciones.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'att' => 'Att.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Direccion',
|
||||
'cp' => 'CP',
|
||||
'municipio' => 'Ciudad',
|
||||
'provincia' => 'Provincia',
|
||||
'ccaa' => 'CCAA',
|
||||
'pais' => 'País',
|
||||
'telefono' => 'Teléfono',
|
||||
'validation' => [
|
||||
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
|
||||
'valid_email' => 'El email introducido no es válido',
|
||||
],
|
||||
];
|
||||
@ -182,14 +182,6 @@ return [
|
||||
'envios' => 'Envios',
|
||||
|
||||
'cantidad' => 'Cantidad',
|
||||
'att' => 'Att.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Direccion',
|
||||
'cp' => 'CP',
|
||||
'municipio' => 'Municipio',
|
||||
'provincia' => 'Provincia',
|
||||
'ccaa' => 'CCAA',
|
||||
'telefono' => 'Teléfono',
|
||||
|
||||
'validation' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
|
||||
Reference in New Issue
Block a user