mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
finalizado el controlador máquinas
This commit is contained in:
@ -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',
|
||||
],
|
||||
|
||||
|
||||
|
||||
@ -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.',
|
||||
];
|
||||
@ -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',
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -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.',
|
||||
];
|
||||
Reference in New Issue
Block a user