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:
34
ci4/app/Language/en/ComunidadesAutonomas.php
Normal file
34
ci4/app/Language/en/ComunidadesAutonomas.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'comunidadAutonoma' => 'Comunidad Autonoma',
|
||||
'comunidadAutonomaList' => 'Comunidad Autonoma List',
|
||||
'comunidades-autonomas' => 'Comunidades Autonomas',
|
||||
'comunidadesAutonoma' => 'Comunidades Autonoma',
|
||||
'comunidadesAutonomaList' => 'Comunidades Autonoma List',
|
||||
'comunidadesAutonomas' => 'Comunidades Autonomas',
|
||||
'createdAt' => 'Created At',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Comunidades Autonomas',
|
||||
'nombre' => 'Nombre',
|
||||
'paisId' => 'Pais',
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user