papel impresion terminado a falta de añadir maquinas y revisar UI

This commit is contained in:
Jaime Jimenez
2023-06-12 08:21:57 +02:00
parent 3932da5b84
commit 4ca43ad7ef
79 changed files with 25638 additions and 126 deletions

View File

@ -79,10 +79,10 @@ return [
'sureToDeleteTitle' => 'Are you sure you want to delete this {0}?',
'text' => 'This action cannot be undone.',
'title' => 'Are you sure?',
'maxRowsReached' => 'No more lines can be added.'
],
'ok' => 'Ok',
'wait' => 'Wait',
],

View File

@ -0,0 +1,63 @@
<?php
return [
'amarillo' => 'Yellow',
'bicolor' => 'Bicolor',
'color' => 'Color',
'cyan' => 'Cyan',
'gotaColor' => 'Color Drop',
'gotaNegro' => 'Black Drop',
'magenta' => 'Magenta',
'negro' => 'Black',
'tipo' => 'Type',
'errorTipo' => 'Typology type already exists',
'validation' => [
'amarillo' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'cyan' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'gota_color' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'gota_negro' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'magenta' => [
'decimal' => 'The {field} field must contain a decimal number.',
'required' => 'The {field} field is required.',
],
'negro' => [
'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.',
],
],
];

View File

@ -18,8 +18,6 @@ return [
'showInClient' => 'Show in Client',
'updatedAt' => 'Updated At',
'Form_acordion_title' => 'Print papers associated',
'validation' => [
'code' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',

View File

@ -32,6 +32,9 @@ return [
'rotativa' => 'Rotary',
'updatedAt' => 'Updated At',
'userUpdateId' => 'User Update ID',
'consumo_tintas_rotativas' => 'Rotary ink consumption',
'validation' => [
'espesor_update' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',

View File

@ -79,9 +79,11 @@ return [
'sureToDeleteTitle' => 'Está seguro de borrar {0}?',
'text' => 'Esta acción no se puede deshacer.',
'title' => 'Está seguro?',
'maxRowsReached' => 'No se pueden añadir más líneas.'
],
'ok' => 'Ok',
'wait' => 'Espere',
],

View File

@ -0,0 +1,64 @@
<?php
return [
'amarillo' => 'Amarillo',
'bicolor' => 'Bicolor',
'color' => 'Color',
'cyan' => 'Cyan',
'gotaColor' => 'Gota Color',
'gotaNegro' => 'Gota Negro',
'magenta' => 'Magenta',
'moduleTitle' => 'Papel Impresion Tipologias',
'negro' => 'Negro',
'tipo' => 'Tipo',
'errorTipo' => 'El tipo de tipología ya existe',
'validation' => [
'amarillo' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'cyan' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'gota_color' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'gota_negro' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'magenta' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'negro' => [
'decimal' => 'El campo {field} debe ser un número entero.',
'required' => 'El campo {field} es obligatorio.',
],
'tipo' => [
'in_list' => 'El campo {field} debe ser uno de: {param}.',
'required' => 'El campo {field} es obligatorio.',
],
],
];

View File

@ -18,8 +18,6 @@ return [
'showInClient' => 'Mostrar en cliente',
'updatedAt' => 'Updated At',
'Form_acordion_title' => 'Papeles impresion asociados',
'validation' => [
'code' => [
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',

View File

@ -32,6 +32,9 @@ return [
'rotativa' => 'Rotativa',
'updatedAt' => 'Actualizado en',
'userUpdateId' => 'ID usuario actualización',
'consumo_tintas_rotativas' => 'Consumo tintas rotativas',
'validation' => [
'espesor_update' => [
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',