datos envio clientes

This commit is contained in:
Jaime Jiménez
2023-12-15 14:02:35 +01:00
parent d4f92263bf
commit d4246ca99b
15 changed files with 421 additions and 603 deletions

View 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',
],
];

View File

@ -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.',

View 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',
],
];

View File

@ -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.',