mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ya funcionando la consulta de papel_impresion/maquinas
This commit is contained in:
@ -6,20 +6,12 @@ return [
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Streets config',
|
||||
'deleteLine' => 'the selected register',
|
||||
'formas_min' => 'Shapes mín.',
|
||||
'formas_max' => 'Shapes max.',
|
||||
'formas' => 'Shapes',
|
||||
'internas' => 'Internal streets',
|
||||
'externas' => 'External streets',
|
||||
'validation' => [
|
||||
'error_calle_overlap' => 'The range [Shapes mín, Shapes max] is overlapped with another one.',
|
||||
'error_calle_range' => 'The field Shapes min. must be lower than the field Shapes max.',
|
||||
'formas_min' => [
|
||||
'integer' => 'Must be a integer number.',
|
||||
'required' => 'Required.',
|
||||
|
||||
],
|
||||
|
||||
'formas_max' => [
|
||||
'error_formas_exists' => 'The shape value for another line already exists',
|
||||
'formas' => [
|
||||
'integer' => 'Must be a integer number.',
|
||||
'required' => 'Required.',
|
||||
|
||||
|
||||
@ -6,20 +6,12 @@ return [
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Configuración Calles',
|
||||
'deleteLine' => 'el registro seleccionado',
|
||||
'formas_min' => 'Formas mín.',
|
||||
'formas_max' => 'Formas max.',
|
||||
'formas' => 'Formas',
|
||||
'internas' => 'Calles internas',
|
||||
'externas' => 'Calles externas',
|
||||
'validation' => [
|
||||
'error_calle_overlap' => 'El rango [Formas mín, Formas max] se solapa con otro existente para el tipo seleccionado.',
|
||||
'error_calle_range' => 'El campo Formas mín. debe ser menor que el campo Formas max.',
|
||||
'formas_min' => [
|
||||
'integer' => 'Debe contener un número entero.',
|
||||
'required' => 'Requerido.',
|
||||
|
||||
],
|
||||
|
||||
'formas_max' => [
|
||||
'error_formas_exists' => 'Ya existe el valor de forma para otra línea',
|
||||
'formas' => [
|
||||
'integer' => 'Debe contener un número entero.',
|
||||
'required' => 'Requerido.',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user