Files
safekat/ci4/app/Language/es/ClienteDistribuidores.php

86 lines
2.0 KiB
PHP
Executable File

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