finalizado el controlador máquinas

This commit is contained in:
Jaime Jimenez
2023-07-10 00:12:45 +02:00
parent 370b0deb62
commit 411c3f3f9c
12 changed files with 187 additions and 170 deletions

View File

@ -80,10 +80,12 @@ return [
'text' => 'This action cannot be undone.',
'title' => 'Are you sure?',
'maxRowsReached' => 'No more lines can be added.',
'line' => 'the line'
'line' => 'the line',
'error_tittle' => 'Error',
],
'ok' => 'Ok',
'wait' => 'Wait',
'yes' => 'Yes',
],

View File

@ -4,5 +4,7 @@
return [
'activo' => 'Active',
'gramaje_duplicado' => 'It can not be selected two pieces of paper with the same grammage',
'sureToChangeRotativaTitle' => 'Are you sure to change this option?',
'sureToChangeRotativaText' => 'This operation can\'t undone and the paper list will change.',
];

View File

@ -80,11 +80,12 @@ return [
'text' => 'Esta acción no se puede deshacer.',
'title' => 'Está seguro?',
'maxRowsReached' => 'No se pueden añadir más líneas.',
'line' => 'la línea'
'line' => 'la línea',
'error_tittle' => 'Error',
],
'ok' => 'Ok',
'wait' => 'Espere',
'yes' => 'Si',
],

View File

@ -4,5 +4,7 @@
return [
'activo' => 'Activo',
'gramaje_duplicado' => 'No se pueden seleccionar dos papeles con el mismo gramaje',
'sureToChangeRotativaTitle' => 'Está seguro de cambiar esta opción?',
'sureToChangeRotativaText' => 'Está operación no se puede deshacer y cambiará la lista de papeles.',
];