mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado lineas de presupuesto
This commit is contained in:
@ -92,6 +92,8 @@ return [
|
||||
'color' => 'Colour',
|
||||
'colorhq' => 'ColourHQ',
|
||||
'rotativa' => 'Rotary',
|
||||
'rotativa_bn' => 'Rot. BW',
|
||||
'rotativa_color' => 'Rot. Colour',
|
||||
'si' => 'Yes',
|
||||
'no' => 'No',
|
||||
'insertarLinea' => 'Insert Line',
|
||||
@ -137,6 +139,15 @@ return [
|
||||
'totalCorte' => 'Total Cut',
|
||||
'totalImpresion' => 'TOTAL PRINT',
|
||||
|
||||
'addLineaPresupuesto' => 'Add line...',
|
||||
|
||||
'errores' => [
|
||||
'paginas' => 'The field pages must be greater than zero',
|
||||
'tiradas' => 'The field print must be greater than zero',
|
||||
'dimension' => 'The book dimension must be greater than 60mm',
|
||||
'lineaDuplicada' => 'That type of line already exists in the budget.',
|
||||
],
|
||||
|
||||
/* '4x0' => '4x0',
|
||||
'4x4' => '4x4',
|
||||
'aprobadoAt' => 'Aprobado At',
|
||||
|
||||
@ -91,6 +91,8 @@ return [
|
||||
'color' => 'Color',
|
||||
'colorhq' => 'ColorHQ',
|
||||
'rotativa' => 'Rotativa',
|
||||
'rotativa_bn' => 'Rot. BN',
|
||||
'rotativa_color' => 'Rot. Color',
|
||||
'si' => 'Si',
|
||||
'no' => 'No',
|
||||
'insertarLinea' => 'Insertar Línea',
|
||||
@ -143,6 +145,8 @@ return [
|
||||
'gTintaMagentaPed' => 'G.T. Magenta Ped.',
|
||||
'gTintaAmarilloPed' => 'G.T. Amarillo Ped.',
|
||||
|
||||
'addLineaPresupuesto' => 'Añadir linea...',
|
||||
|
||||
'servicioAcabado' => 'Servicio de acabado',
|
||||
'servicioPreimpresion' => 'Servicio de preimpresión',
|
||||
'servicioEncuadernado' => 'Servicio de encuadernado',
|
||||
@ -170,6 +174,7 @@ return [
|
||||
'paginas' => 'El campo páginas tiene que ser mayor que cero',
|
||||
'tiradas' => 'El campo tiradas tiene que ser mayor que cero',
|
||||
'dimension' => 'La dimensión del libro tiene que ser mayor que 60mm',
|
||||
'lineaDuplicada' => 'Ya existe ese tipo de linea en el presupuesto'
|
||||
],
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user