mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadidos desde Ozar Distribuidores de Cliente y Contactos de Cliente
This commit is contained in:
86
ci4/app/Language/es/ClienteDistribuidores.php
Normal file
86
ci4/app/Language/es/ClienteDistribuidores.php
Normal file
@ -0,0 +1,86 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'cif' => 'Cif',
|
||||
'ciudad' => 'Ciudad',
|
||||
'cliente-distribuidores' => 'Distribuidores de cliente',
|
||||
'comunidadAutonoma' => 'Comunidad Autonoma',
|
||||
'cp' => 'Cp',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'direccion' => 'Direccion',
|
||||
'distribuidorDeCliente' => 'Distribuidor de cliente',
|
||||
'distribuidorDeClienteList' => 'Distribuidor de cliente List',
|
||||
'distribuidoresDeCliente' => 'Distribuidores de cliente',
|
||||
'email' => 'Email',
|
||||
'horariosEntrega' => 'Horarios Entrega',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'moduleTitle' => 'Distribuidores de cliente',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'personaContacto' => 'Persona Contacto',
|
||||
'precio' => 'Precio',
|
||||
'provincia' => 'Provincia',
|
||||
'telefono' => 'Telefono',
|
||||
'updatedAt' => 'Updated At',
|
||||
'validation' => [
|
||||
'cif' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'ciudad' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'cp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'direccion' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'horarios_entrega' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'persona_contacto' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'precio' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
|
||||
],
|
||||
|
||||
'telefono' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'valid_email' => 'The {field} field must contain a valid email address.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user