mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido la comprobación de que no se solape el alto en maquinas defecto
This commit is contained in:
@ -32,8 +32,10 @@ return [
|
||||
'userUpdatedId' => 'User Updated ID',
|
||||
'validation' => [
|
||||
'error_ancho_overlap' => 'The range [Min Width, Max Width] is overlapped with another one for the selected type.',
|
||||
'error_alto_overlap' => 'The range [Min Height, Max Height] 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_alto_range' => 'The field Min Height must be lower than the field Max Height',
|
||||
'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.',
|
||||
|
||||
Reference in New Issue
Block a user