Añadido clientes by Ozar y primeros fixes

This commit is contained in:
imnavajas
2023-07-10 10:05:06 +02:00
parent f67ba91b79
commit 42a20b93b0
25 changed files with 2737 additions and 52 deletions

View File

@ -0,0 +1,29 @@
<?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.',
],
'nombre' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'required' => 'The {field} field is required.',
],
],
];