mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
35 lines
767 B
PHP
35 lines
767 B
PHP
<?php
|
|
|
|
|
|
|
|
return [
|
|
'createdAt' => 'Created At',
|
|
'formaDePago' => 'Forma de Pago',
|
|
'formaDePagoList' => 'Forma de Pago List',
|
|
'formas-pagoes' => 'Formas Pagoes',
|
|
'formas-pagos' => 'Formas de Pagos',
|
|
'formasDePagos' => 'Formas de Pagos',
|
|
'formasPago' => 'Formas Pago',
|
|
'formasPagoList' => 'Formas Pago List',
|
|
'formasPagoes' => 'Formas Pagoes',
|
|
'id' => 'ID',
|
|
'moduleTitle' => 'Formas Pagoes',
|
|
'nombre' => 'Nombre',
|
|
'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.',
|
|
|
|
],
|
|
|
|
|
|
],
|
|
|
|
|
|
]; |