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

27 lines
684 B
PHP

<?php
return [
'createdAt' => 'Created At',
'formaPago' => 'Forma Pago',
'formaPagoList' => 'Listado de Formas Pago',
'formas-pago' => 'Formas de Pago',
'formasPago' => 'Formas Pago',
'formasPagoList' => 'Listado de Formas Pago',
'formaspago' => 'Formas de Pago',
'id' => 'ID',
'moduleTitle' => 'Formas de Pago',
'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.',
],
],
];