mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificacion hecha
This commit is contained in:
@ -19,7 +19,7 @@ return [
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'isPadre' => 'Use for variant',
|
||||
'isRotativa' => 'Is Rotary?',
|
||||
'isTinta' => 'Is Ink',
|
||||
'isTinta' => 'Inkjet',
|
||||
'manipulado' => 'handling',
|
||||
'maquina' => 'Machine',
|
||||
'maquinaList' => 'Maniches List',
|
||||
|
||||
@ -30,12 +30,13 @@ return [
|
||||
'precioMetro' => 'Meter price',
|
||||
'precioTonelada' => 'Ton price',
|
||||
'referencia' => 'Reference',
|
||||
'inkjet' => 'Inkjet',
|
||||
'rotativa' => 'Rotary',
|
||||
'updatedAt' => 'Updated At',
|
||||
'activo' => 'Active?',
|
||||
'userUpdateId' => 'User Update ID',
|
||||
|
||||
'consumo_tintas_rotativas' => 'Rotary ink consumption',
|
||||
'consumo_tintas_rotativas' => 'Ink consumption',
|
||||
'maquinas_papel' => 'Selected machines',
|
||||
'sureToChangeRotativaTitle' => 'Are you sure to change this option?',
|
||||
'sureToChangeRotativaText' => 'This operation can\'t undone, the machines list and the rotary ink consumption will change.',
|
||||
|
||||
@ -19,7 +19,7 @@ return [
|
||||
'isDeleted' => 'Is Deleted',
|
||||
'isPadre' => 'Usar para variante?',
|
||||
'isRotativa' => 'Es Rotativa?',
|
||||
'isTinta' => 'Es Tinta?',
|
||||
'isTinta' => 'Inkjet',
|
||||
'manipulado' => 'manipulado',
|
||||
'maquina' => 'Maquina',
|
||||
'maquinaList' => 'Lista Máquinas',
|
||||
|
||||
@ -30,12 +30,13 @@ return [
|
||||
'precioMetro' => 'Precio Metro',
|
||||
'precioTonelada' => 'Precio Tonelada',
|
||||
'referencia' => 'Referencia',
|
||||
'inkjet' => 'Inkjet',
|
||||
'rotativa' => 'Rotativa',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'activo' => 'Activo?',
|
||||
'userUpdateId' => 'ID usuario actualización',
|
||||
|
||||
'consumo_tintas_rotativas' => 'Consumo tintas rotativas',
|
||||
'consumo_tintas_rotativas' => 'Consumo tintas',
|
||||
'maquinas_papel' => 'Máquinas seleccionadas',
|
||||
'sureToChangeRotativaTitle' => '¿Está seguro de cambiar esta opción?',
|
||||
'sureToChangeRotativaText' => 'Está operación no se puede deshacer, cambiará la lista de máquinas y el consumo de tintas.',
|
||||
|
||||
Reference in New Issue
Block a user