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/en/MaquinasPorDefecto.php
Normal file
80
ci4/app/Language/en/MaquinasPorDefecto.php
Normal file
@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'altoMax' => 'Max Height',
|
||||
'altoMin' => 'Min Height',
|
||||
'anchoMax' => 'Max Width',
|
||||
'anchoMin' => 'Min Width',
|
||||
'bn' => 'B/W',
|
||||
'bnhq' => 'B/W HQ',
|
||||
'color' => 'Color',
|
||||
'createdAt' => 'Created At',
|
||||
'cubierta' => 'Cover',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'id' => 'ID',
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'maquinaId' => 'Machine',
|
||||
'maquinaPorDefecto' => 'Default Machine',
|
||||
'maquinaPorDefectoList' => 'Default Machine List',
|
||||
'maquinadefecto' => 'Default Machines',
|
||||
'maquinasPorDefecto' => 'Default Machines',
|
||||
'maquinasdefecto' => 'Default Machines',
|
||||
'moduleTitle' => 'Default Machines',
|
||||
'portada' => 'Cover',
|
||||
'rotativa' => 'Rotary',
|
||||
'tipo' => 'Type',
|
||||
'tiradaMax' => 'Max Printing',
|
||||
'tiradaMin' => 'Min Printing',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'alto_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'alto_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'ancho_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'ancho_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tipo' => [
|
||||
'in_list' => 'The {field} field must be one of: {param}.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user