comprobado ancho y alto > ancho y alto impresion. modificacion listado

This commit is contained in:
Jaime Jimenez
2023-07-21 12:32:29 +02:00
parent 80e6739bf8
commit 25deec2017
8 changed files with 47 additions and 38 deletions

View File

@ -5,10 +5,10 @@
return [
'acabado' => 'finish',
'alto' => 'Height',
'altoClick' => 'Height Click',
'altoImpresion' => 'Height Printing',
'altoClick' => 'Click Height',
'altoImpresion' => 'Printing Height',
'ancho' => 'Width',
'anchoImpresion' => 'Width Printing',
'anchoImpresion' => 'Printing Width',
'createdAt' => 'Created At',
'deletedAt' => 'Deleted At',
'duracionJornada' => 'Working day duration',
@ -42,14 +42,16 @@ return [
'velocidad' => 'Speed',
'velocidadCorte' => 'Cut speed',
'validation' => [
'alto_menor_alto_impresion' => '\'Printing Height\' field must be lower than \'Height\'',
'ancho_menor_ancho_impresion' => '\'Printing Width\' field must be lower than \'Width\'',
'alto' => [
'decimal' => 'The {field} field must contain a decimal number.',
'greater_than' => 'The field {field} must be greater than {param}',
],
'ancho' => [
'decimal' => 'The {field} field must contain a decimal number.',
'greater_than' => 'The field {field} must be greater than {param}',
],
'forzar_num_formas_horizontales_portada' => [
@ -65,19 +67,20 @@ return [
'alto_click' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
'greater_than' => 'The field {field} must be greater than {param}',
],
'alto_impresion' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
'greater_than' => 'The field {field} must be greater than {param}',
],
'ancho_impresion' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
'greater_than' => 'The field {field} must be greater than {param}',
],
'duracion_jornada' => [