trabajando en servicios encuadernacion (init)

This commit is contained in:
2023-11-21 20:36:12 +01:00
parent 58af5bf90f
commit 1d0681847a
17 changed files with 174 additions and 18 deletions

View File

@ -142,6 +142,8 @@ return [
'addLineaPresupuesto' => 'Add line...',
'serviciosEncDefault' => 'Default binding services',
'validation' => [
'decimal' => 'The {field} field must contain a decimal number.',
'integer' => 'The {field} field must contain an integer.',

View File

@ -11,6 +11,11 @@ return [
'precioUnidad' => 'Price Unit',
'paginasMax' => 'Max Pages',
'paginasMin' => 'Min Pages',
'dimensiones' => 'Dimensions',
'menor_a5' =>'Less than A5',
'entre_a5_a4' =>'Between A5 and A4',
'mayor_a4' =>'Greater than A4',
'por_defecto' =>'Generic',
'moduleExplanation' => 'The number of pages indicated in this section refers per copy, not to the total of the order.',
'margen' => 'Margin',
'validation' => [

View File

@ -167,6 +167,7 @@ return [
// Servicios
'precioUnidad' => 'Precio unitario',
'precioTotal' => 'Precio total',
'serviciosEncDefault' => 'Servicios Enc. por defecto',
'validation' => [

View File

@ -13,6 +13,11 @@ return [
'precioUnidad' => 'Precio Unidad',
'paginasMax' => 'Páginas Max',
'paginasMin' => 'Páginas Min',
'dimensiones' => 'Dimensiones',
'menor_a5' =>'Menor A5',
'entre_a5_a4' =>'Entre A5 y A4',
'mayor_a4' =>'Mayor A4',
'por_defecto' =>'Genérico',
'moduleExplanation' => 'El número de páginas reflejado en este apartado se refiere por ejemplar, no al total del pedido',
'margen' => 'Margen',
'validation' => [