mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida funcion clientes desde ozar
This commit is contained in:
@ -1,29 +1,34 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'comunidadAutonoma' => 'Comunidad Autónoma',
|
||||
'comunidadAutonomaList' => 'Listado de Comunidades Autónomas',
|
||||
'comunidades-autonomas' => 'Comunidades Autónomas',
|
||||
'comunidadesAutonoma' => 'Comunidades Autónoma',
|
||||
'comunidadesAutonomaList' => 'Listado de Comunidades Autónomas',
|
||||
'comunidadesAutonomas' => 'Comunidades Autónomas',
|
||||
'comunidadesautonomas' => 'Comunidades Autónomas',
|
||||
'createdAt' => 'Created At',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Comunidades Autónomas',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'País',
|
||||
'updatedAt' => 'Updated At',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
],
|
||||
'comunidadAutonoma' => 'Comunidad Autónoma',
|
||||
'comunidadAutonomaList' => 'Comunidad Autónoma List',
|
||||
'comunidades-autonomas' => 'Comunidades Autónomas',
|
||||
'comunidadesAutonoma' => 'Comunidades Autónoma',
|
||||
'comunidadesAutonomaList' => 'Comunidades Autónoma List',
|
||||
'comunidadesAutonomas' => 'Comunidades Autónomas',
|
||||
'createdAt' => 'Creado el',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Comunidades Autónomas',
|
||||
'nombre' => 'Nombre',
|
||||
'paisId' => 'País',
|
||||
'updatedAt' => 'Actualizado el',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
],
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user