Files
safekat/ci4/app/Language/es/ComunidadesAutonomas.php
2023-07-10 10:05:06 +02:00

29 lines
949 B
PHP

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