mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en servicios encuadernacion (init)
This commit is contained in:
@ -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.',
|
||||
|
||||
@ -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' => [
|
||||
|
||||
@ -167,6 +167,7 @@ return [
|
||||
// Servicios
|
||||
'precioUnidad' => 'Precio unitario',
|
||||
'precioTotal' => 'Precio total',
|
||||
'serviciosEncDefault' => 'Servicios Enc. por defecto',
|
||||
|
||||
|
||||
'validation' => [
|
||||
|
||||
@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user