mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en presupuesto cubiertas
This commit is contained in:
@ -54,12 +54,12 @@ return [
|
||||
'greater_than' => 'El campo {field} debe ser mayor que {param}',
|
||||
],
|
||||
|
||||
'forzar_num_formas_horizontales_portada' => [
|
||||
'forzar_num_formas_horizontales_cubierta' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
|
||||
],
|
||||
|
||||
'forzar_num_formas_verticales_portada' => [
|
||||
'forzar_num_formas_verticales_cubierta' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
|
||||
],
|
||||
|
||||
@ -78,6 +78,7 @@ return [
|
||||
'totalTinta' => 'Total tinta',
|
||||
'totalCorte' => 'Total corte',
|
||||
'total' => 'Total',
|
||||
'aFavorFibra' => 'A favor fibra',
|
||||
'cubierta' => 'Cubierta',
|
||||
'sobrecubierta' => 'Sobrecubierta',
|
||||
'encuadernacion' => 'Encuadernación',
|
||||
@ -85,7 +86,15 @@ return [
|
||||
'solapasAnchoCubierta' => 'Ancho solapas cubierta',
|
||||
'1cara' => '1 cara',
|
||||
'2caras' => '2 caras',
|
||||
'bn' => 'BN',
|
||||
'bnhq' => 'BNHQ',
|
||||
'color' => 'Color',
|
||||
'colorhq' => 'ColorHQ',
|
||||
'rotativa' => 'Rotativa',
|
||||
'si' => 'Si',
|
||||
'no' => 'No',
|
||||
|
||||
|
||||
/* '4x0' => '4x0',
|
||||
'4x4' => '4x4',
|
||||
'aprobadoAt' => 'Aprobado At',
|
||||
|
||||
Reference in New Issue
Block a user