mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
34 lines
808 B
PHP
34 lines
808 B
PHP
<?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.',
|
|
|
|
],
|
|
|
|
|
|
],
|
|
|
|
|
|
]; |