refs #5949 trad
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-07-11 07:58:18 +02:00
parent d1c8f0ff11
commit ba109dccc5
3 changed files with 13 additions and 11 deletions

View File

@ -170,14 +170,14 @@
</vn-input-number>
<vn-input-number
min="0"
label="Plastico reciclado"
label="Recyled Plastic"
ng-model="$ctrl.item.recycledPlastic"
vn-name="recycledPlastic "
vn-name="recycledPlastic"
rule>
</vn-input-number>
<vn-input-number
min="0"
label="Plastico no reciclado"
label="No recycled plastic"
ng-model="$ctrl.item.nonRecycledPlastic"
vn-name="nonRecycledPlastic"
rule>

View File

@ -1,7 +1,7 @@
Reference: Referencia
Full name calculates based on tags 1-3. Is not recommended to change it manually: >-
El nombre completo se calcula
basado en los tags 1-3.
Full name calculates based on tags 1-3. Is not recommended to change it manually: >-
El nombre completo se calcula
basado en los tags 1-3.
No se recomienda cambiarlo manualmente
Is active: Activo
Expense: Gasto
@ -13,4 +13,6 @@ Is shown at website, app that this item cannot travel (wreath, palms, ...): Se m
Multiplier: Multiplicador
Generic: Genérico
This item does need a photo: Este artículo necesita una foto
Do photo: Hacer foto
Do photo: Hacer foto
Recyled Plastic: Plástico reciclado
No recycled plastic: Plástico no reciclado

View File

@ -113,19 +113,19 @@
<vn-label-value label="Weight/Piece"
value="{{$ctrl.summary.item.weightByPiece}}">
</vn-label-value>
<vn-label-value label="Unidades/Caja"
<vn-label-value label="Units/Box"
value="{{$ctrl.summary.item.packingOut}}">
</vn-label-value>
<vn-label-value label="Expense"
value="{{$ctrl.summary.item.expense.name}}">
</vn-label-value>
<vn-label-value label="Genérico"
<vn-label-value label="Generic"
value="{{$ctrl.summary.item.genericFk}}">
</vn-label-value>
<vn-label-value label="Plástico reciclado"
<vn-label-value label="Recyled Plastic"
value="{{$ctrl.summary.item.recycledPlastic}}">
</vn-label-value>
<vn-label-value label="Plástico no reciclado"
<vn-label-value label="No recycled plastic"
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
</vn-label-value>
</vn-one>