mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadidas tarifas encuadernacion por horas para los cosidos
This commit is contained in:
@ -8,6 +8,9 @@ return [
|
||||
'deleteLine' => 'the selected register',
|
||||
'precioMax' => 'Max Price',
|
||||
'precioMin' => 'Min Price',
|
||||
'tiempoMin' => 'Min Time',
|
||||
'tiempoMax' => 'Max Time',
|
||||
'precioHora' => 'Price/hour',
|
||||
'precioUnidad' => 'Price Unit',
|
||||
'paginasMax' => 'Max Pages',
|
||||
'paginasMin' => 'Min Pages',
|
||||
@ -22,6 +25,8 @@ return [
|
||||
'error_seleccion_tiradas' => 'A line from the Printings table must be selected before creating a new record.',
|
||||
'error_paginas_overlap' => 'The range [Min Pages, Max Pages] is overlapped with another one for the selected type.',
|
||||
'error_paginas_range' => 'The field Min Pages must be lower than the field Max Pages',
|
||||
'error_paginas_range' => 'The field Min Time must be lower than the field Max Time',
|
||||
'error_paginas_overlap' => 'The range [Min Time, Max Time] is overlapped with another one for the selected type.',
|
||||
'precio_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
Reference in New Issue
Block a user