mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Terminando formulario 2
This commit is contained in:
80
ci4/app/Language/es/MaquinasPorDefecto.php
Normal file
80
ci4/app/Language/es/MaquinasPorDefecto.php
Normal file
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'altoMax' => 'Alto Max',
|
||||
'altoMin' => 'Alto Min',
|
||||
'anchoMax' => 'Ancho Max',
|
||||
'anchoMin' => 'Ancho Min',
|
||||
'bn' => 'B/N',
|
||||
'bnhq' => 'B/N HQ',
|
||||
'color' => 'Color',
|
||||
'createdAt' => 'Created At',
|
||||
'cubierta' => 'Cubierta',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'maquinaId' => 'Máquina',
|
||||
'maquinaPorDefecto' => 'Máquina Por Defecto',
|
||||
'maquinaPorDefectoList' => 'Lista Máquinas Por Defecto',
|
||||
'maquinadefecto' => 'Máquinas Por Defecto',
|
||||
'maquinasPorDefecto' => 'Máquinas Por Defecto',
|
||||
'maquinasdefecto' => 'Máquinas Por Defecto',
|
||||
'moduleTitle' => 'Máquinas Por Defecto',
|
||||
'portada' => 'Portada',
|
||||
'rotativa' => 'Rotativa',
|
||||
'tipo' => 'Tipo',
|
||||
'tiradaMax' => 'Tirada Max',
|
||||
'tiradaMin' => 'Tirada Min',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'alto_max' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'alto_min' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'ancho_max' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'ancho_min' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tipo' => [
|
||||
'in_list' => 'El campo {field} debe ser uno de: {param}.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user