mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'dev/presupuestos3' into 'dev/formas_libro'
# Conflicts: # ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php
This commit is contained in:
@ -22,7 +22,8 @@ return [
|
||||
'incRei' => 'Incident \ Reprint',
|
||||
'paginas' => 'Pages',
|
||||
'tirada' => 'Print',
|
||||
'totalPapelPedido' => 'Total paper budget',
|
||||
'totalPedido' => 'Total paper budget',
|
||||
'totalPresupuesto' => 'Total Budget',
|
||||
'presupuestoEstado' => 'State',
|
||||
'presupuestoEstadoBorrador' => 'Draft',
|
||||
'presupuestoEstadoAceptado' => 'Acepted',
|
||||
@ -92,6 +93,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 +140,23 @@ return [
|
||||
'totalCorte' => 'Total Cut',
|
||||
'totalImpresion' => 'TOTAL PRINT',
|
||||
|
||||
'addLineaPresupuesto' => 'Add line...',
|
||||
|
||||
'validation' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'requerido' => 'The {field} field is required.',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'errorRotColor' => 'Papers and weights must be the same in color and BW',
|
||||
],
|
||||
|
||||
/* '4x0' => '4x0',
|
||||
'4x4' => '4x4',
|
||||
'aprobadoAt' => 'Aprobado At',
|
||||
@ -321,7 +341,9 @@ return [
|
||||
|
||||
'catalogo_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
],
|
||||
|
||||
'causa_cancelacion' => [
|
||||
|
||||
@ -21,7 +21,8 @@ return [
|
||||
'incRei' => 'Incidencia \ Reimpresión',
|
||||
'paginas' => 'Paginas',
|
||||
'tirada' => 'Tirada',
|
||||
'totalPedido' => 'Total Presupuesto',
|
||||
'totalPedido' => 'Total Pedido',
|
||||
'totalPresupuesto' => 'Total Presupuesto',
|
||||
'presupuestoEstado' => 'Estado',
|
||||
'presupuestoEstadoBorrador' => 'Borrador',
|
||||
'presupuestoEstadoAceptado' => 'Aceptado',
|
||||
@ -91,6 +92,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 +146,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',
|
||||
@ -166,10 +171,19 @@ return [
|
||||
|
||||
'validation' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'requerido' => 'El campo {field} esta requerido.',
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'requerido' => 'El campo {field} es obligatorio.',
|
||||
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
|
||||
],
|
||||
|
||||
'errores' => [
|
||||
'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',
|
||||
'errorRotColor' => 'Papeles y gramajes deben ser iguales en color y BN',
|
||||
],
|
||||
|
||||
|
||||
/* '4x0' => '4x0',
|
||||
'4x4' => '4x4',
|
||||
|
||||
Reference in New Issue
Block a user