Files
safekat/ci4/app/Language/en/MaquinasPorDefecto.php
Jaime Jimenez e918c85583 Fin
2023-07-13 12:08:29 +02:00

84 lines
2.3 KiB
PHP

<?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 Machine',
'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' => [
'error_ancho_overlap' => 'The range [Min Width, Max Width] is overlapped with another one for the selected type.',
'error_tirada_overlap' => 'The range [Min Printing, Max Printing] is overlapped with another one for the selected type.',
'error_ancho_range' => 'The field Min Width must be lower than the field Max Width',
'error_tirada_range' => 'The field Min Printing must be lower than the field Max Printing',
'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.',
],
],
];