Añadido clientes by Ozar y primeros fixes

This commit is contained in:
imnavajas
2023-07-10 10:05:06 +02:00
parent f67ba91b79
commit 42a20b93b0
25 changed files with 2737 additions and 52 deletions

View File

@ -0,0 +1,27 @@
<?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.',
],
],
];