mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadido clientes by Ozar y primeros fixes
This commit is contained in:
29
ci4/app/Language/es/ComunidadesAutonomas.php
Normal file
29
ci4/app/Language/es/ComunidadesAutonomas.php
Normal 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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user