Merge branch 'main' into 'dev/ui-ajustes'

# Conflicts:
#   ci4/app/Entities/Tarifas/TarifapreimpresionEntity.php
#   ci4/app/Language/es/Tarifaacabado.php
#   ci4/app/Language/es/Tarifamanipulado.php
#   ci4/app/Language/es/Tarifapreimpresion.php
#   ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/_tarifapreimpresionFormItems.php
This commit is contained in:
Ignacio Martinez Navajas
2023-07-13 20:00:25 +00:00
25 changed files with 1164 additions and 31 deletions

View File

@ -0,0 +1,86 @@
<?php
return [
'altoMax' => 'Max Height',
'altoMin' => 'Min Height',
'anchoMax' => 'Max Width',
'anchoMin' => 'Min Width',
'bn' => 'B/W',
'bnhq' => 'B/W HQ',
'color' => 'Color',
'createdAt' => 'Created At',
'cubierta' => 'Cover',
'deletedAt' => 'Deleted At',
'id' => 'ID',
'isDeleted' => 'Is Deleted',
'maquinaId' => 'Machine',
'maquinaPorDefecto' => 'Default Machine',
'maquinaPorDefectoList' => 'Default Machine List',
'maquinadefecto' => 'Default Machine',
'maquinasPorDefecto' => 'Default Machines',
'maquinasdefecto' => 'Default Machines',
'moduleTitle' => 'Default Machines',
'portada' => 'Cover',
'rotativa' => 'Rotary',
'tipo' => 'Type',
'tiradaMax' => 'Max Printing',
'tiradaMin' => 'Min Printing',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'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.',
'required' => 'The {field} field is required.',
],
'alto_min' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'ancho_max' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'ancho_min' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'tipo' => [
'in_list' => 'The {field} field must be one of: {param}.',
'required' => 'The {field} field is required.',
],
'tirada_max' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
'tirada_min' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',
],
],
];

View File

@ -69,7 +69,7 @@ return [
],
'user_update_id' => [
'user_updated_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',

View File

@ -76,7 +76,7 @@ return [
],
'user_update_id' => [
'user_updated_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',

View File

@ -34,7 +34,7 @@ return [
],
'user_update_id' => [
'user_updated_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',

View File

@ -0,0 +1,86 @@
<?php
return [
'altoMax' => 'Alto Max',
'altoMin' => 'Alto Min',
'anchoMax' => 'Ancho Max',
'anchoMin' => 'Ancho Min',
'bn' => 'B/N',
'bnhq' => 'B/N HQ',
'color' => 'Color',
'createdAt' => 'Created At',
'cubierta' => 'Cubierta',
'deletedAt' => 'Deleted At',
'id' => 'ID',
'isDeleted' => 'Is Deleted',
'maquinaId' => 'Máquina',
'maquinaPorDefecto' => 'Máquina Por Defecto',
'maquinaPorDefectoList' => 'Lista Máquinas Por Defecto',
'maquinadefecto' => 'Máquinas Por Defecto',
'maquinasPorDefecto' => 'Máquinas Por Defecto',
'maquinasdefecto' => 'Máquinas Por Defecto',
'moduleTitle' => 'Máquinas Por Defecto',
'portada' => 'Portada',
'rotativa' => 'Rotativa',
'tipo' => 'Tipo',
'tiradaMax' => 'Tirada Max',
'tiradaMin' => 'Tirada Min',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdatedId' => 'User Updated ID',
'validation' => [
'error_ancho_overlap' => 'El rango [Ancho Min, Ancho Max] se solapa con otro existente para el tipo seleccionado.',
'error_alto_overlap' => 'El rango [Alto Min, Alto Max] se solapa con otro existente para el tipo seleccionado.',
'error_tirada_overlap' => 'El rango [Tirada Min, Tirada Max] se solapa con otro existente para el tipo seleccionado.',
'error_ancho_range' => 'El campo Ancho Min debe ser menor que el campo Ancho Max',
'error_alto_range' => 'El campo Alto Min debe ser menor que el campo Alto Max',
'error_tirada_range' => 'El campo Tirada Min debe ser menor que el campo Tirada Max',
'alto_max' => [
'decimal' => 'El campo {field} debe contener un número decimal.',
'required' => 'El campo {field} es obligatorio.',
],
'alto_min' => [
'decimal' => 'El campo {field} debe contener un número decimal.',
'required' => 'El campo {field} es obligatorio.',
],
'ancho_max' => [
'decimal' => 'El campo {field} debe contener un número decimal.',
'required' => 'El campo {field} es obligatorio.',
],
'ancho_min' => [
'decimal' => 'El campo {field} debe contener un número decimal.',
'required' => 'El campo {field} es obligatorio.',
],
'tipo' => [
'in_list' => 'El campo {field} debe ser uno de: {param}.',
'required' => 'El campo {field} es obligatorio.',
],
'tirada_max' => [
'integer' => 'El campo {field} debe contener un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'tirada_min' => [
'integer' => 'El campo {field} debe contener un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
],
];