Files
safekat/ci4/app/Language/en/FormasPago.php
2024-07-31 22:18:53 +02:00

34 lines
730 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',
'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.',
],
],
];