mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida funcion clientes desde ozar
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'createdAt' => 'Created At',
|
||||
'createdAt' => 'Creado el',
|
||||
'formaPago' => 'Forma Pago',
|
||||
'formaPagoList' => 'Listado de Formas Pago',
|
||||
'formas-pago' => 'Formas de Pago',
|
||||
@ -11,14 +11,14 @@ return [
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Formas de Pago',
|
||||
'nombre' => 'Nombre',
|
||||
'updatedAt' => 'Updated At',
|
||||
'updatedAt' => 'Actualizado el',
|
||||
'validation' => [
|
||||
'id' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'The {field} field is required.',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user