presupuestos direcciones!

This commit is contained in:
Jaime Jiménez
2023-12-18 15:29:10 +01:00
parent c435ba5a9f
commit 01d27ec480
13 changed files with 297 additions and 82 deletions

View File

@ -0,0 +1,27 @@
<?php
return [
'nuevaTitle' => 'New address',
'alias' => 'Alias',
'att' => 'Attn.',
'email' => 'Email',
'direccion' => 'Address',
'cp' => 'Zip Code',
'municipio' => 'Town',
'provincia' => 'City',
'ccaa' => 'Region',
'pais' => 'Country',
'telefono' => 'Phone',
'peso' => 'Weight',
'cantidad' => 'Quantity',
'precio' => 'Price',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required'
'valid_email' => 'The email is not valid',
],
'selectPais' => 'Select a country',
];