mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadiendo envios
This commit is contained in:
@ -144,6 +144,19 @@ return [
|
||||
|
||||
'serviciosDefault' => 'Default services',
|
||||
|
||||
|
||||
'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.',
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
@ -178,7 +178,19 @@ return [
|
||||
'insertar' => 'Insertar',
|
||||
'no_disponible' => 'No disponible',
|
||||
|
||||
// Envios
|
||||
'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.',
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
|
||||
Reference in New Issue
Block a user