mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Trabajando
This commit is contained in:
@ -13,6 +13,7 @@ return [
|
||||
'paginasMin' => 'Min Pages',
|
||||
'margen' => 'Margin',
|
||||
'validation' => [
|
||||
'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',
|
||||
'precio_max' => [
|
||||
|
||||
@ -13,6 +13,7 @@ return [
|
||||
'paginasMin' => 'Páginas Min',
|
||||
'margen' => 'Margen',
|
||||
'validation' => [
|
||||
'error_seleccion_tiradas' => 'Debe seleccionar una línea de la tabla tiradas antes de crear un registro nuevo.',
|
||||
'error_paginas_overlap' => 'El rango [Páginas Min, Páginas Max] se solapa con otro existente para el tipo seleccionado.',
|
||||
'error_paginas_range' => 'El campo Páginas Min debe ser menor que el campo Páginas Max',
|
||||
'precio_max' => [
|
||||
|
||||
Reference in New Issue
Block a user