mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Finalizadas las tareas de modificacion
This commit is contained in:
@ -11,6 +11,7 @@ return [
|
||||
'precioUnidad' => 'Price Unit',
|
||||
'paginasMax' => 'Max Pages',
|
||||
'paginasMin' => 'Min Pages',
|
||||
'moduleExplanation' => 'The number of pages indicated in this section refers per copy, not to the total of the order.',
|
||||
'margen' => 'Margin',
|
||||
'validation' => [
|
||||
'error_seleccion_tiradas' => 'A line from the Printings table must be selected before creating a new record.',
|
||||
|
||||
@ -15,6 +15,7 @@ return [
|
||||
'precioMin' => 'Min Price',
|
||||
'importeFijo' => 'Fixed amount',
|
||||
'margen' => 'Margin',
|
||||
'mostrar_en_presupuesto' => 'Show in budget',
|
||||
'tarifaacabado' => 'Finishing Rates',
|
||||
'tarifaacabadoList' => 'Finishing Rates List',
|
||||
'tarifasacabado' => 'Finishing Rates',
|
||||
|
||||
@ -21,6 +21,7 @@ return [
|
||||
'tarifasencuadernacion' => 'Binding rates',
|
||||
'tiradaMax' => 'Print Max',
|
||||
'tiradaMin' => 'Print Min',
|
||||
'mostrar_en_presupuesto' => 'Show in budget',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User Created ID',
|
||||
'userUpdateId' => 'User Update ID',
|
||||
|
||||
@ -15,6 +15,7 @@ return [
|
||||
'precioMin' => 'Price Min',
|
||||
'precioMin' => 'Min Price',
|
||||
'importeFijo' => 'Fixed amount',
|
||||
'mostrar_en_presupuesto' => 'Show in budget',
|
||||
'margen' => 'Margin',
|
||||
'tarifamanipulado' => 'Handling rate',
|
||||
'tarifamanipuladoList' => 'Handling rates List',
|
||||
|
||||
@ -11,6 +11,7 @@ return [
|
||||
'precioUnidad' => 'Precio Unidad',
|
||||
'paginasMax' => 'Páginas Max',
|
||||
'paginasMin' => 'Páginas Min',
|
||||
'moduleExplanation' => 'El número de páginas reflejado en este apartado se refiere por ejemplar, no al total del pedido',
|
||||
'margen' => 'Margen',
|
||||
'validation' => [
|
||||
'error_seleccion_tiradas' => 'Debe seleccionar una línea de la tabla tiradas antes de crear un registro nuevo.',
|
||||
|
||||
@ -11,6 +11,7 @@ return [
|
||||
'nombre' => 'Nombre',
|
||||
'precioMin' => 'Precio Mínimo',
|
||||
'importeFijo' => 'Importe Fijo',
|
||||
'mostrar_en_presupuesto' => 'Mostrar en presupuesto',
|
||||
'tarifaacabado' => 'Tarifas Acabado',
|
||||
'tarifaacabadoList' => 'Lista Tarifas Acabado',
|
||||
'tarifasacabado' => 'Tarifas Acabado',
|
||||
|
||||
@ -18,6 +18,7 @@ return [
|
||||
'tarifasencuadernacion' => 'Tarifas Encuadernación',
|
||||
'tiradaMax' => 'Tirada Max',
|
||||
'tiradaMin' => 'Tirada Min',
|
||||
'mostrar_en_presupuesto' => 'Mostrar en presupuesto',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'userCreatedId' => 'ID Usuario \"Creado en\"',
|
||||
'userUpdateId' => 'ID Usuario \"Actualizado en\"',
|
||||
|
||||
@ -13,6 +13,7 @@ return [
|
||||
'precioMax' => 'Precio Max',
|
||||
'precioMin' => 'Precio Min',
|
||||
'importeFijo' => 'Importe Fijo',
|
||||
'mostrar_en_presupuesto' => 'Mostrar en presupuesto',
|
||||
'tarifamanipulado' => 'Tarifa Manipulado',
|
||||
'tarifamanipuladoList' => 'Lista Tarifas Manipulado',
|
||||
'tarifasmanipulado' => 'Tarifas Manipulado',
|
||||
|
||||
Reference in New Issue
Block a user