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

This commit is contained in:
Carlos Satorres 2023-07-11 08:41:43 +02:00
parent ba109dccc5
commit 7291b793ae
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -14,5 +14,5 @@ Multiplier: Multiplicador
Generic: Genérico
This item does need a photo: Este artículo necesita una foto
Do photo: Hacer foto
Recyled Plastic: Plástico reciclado
No recycled plastic: Plástico no reciclado
Recycled Plastic: Plástico reciclado
Non recycled plastic: Plástico no reciclado

View File

@ -122,10 +122,10 @@
<vn-label-value label="Generic"
value="{{$ctrl.summary.item.genericFk}}">
</vn-label-value>
<vn-label-value label="Recyled Plastic"
<vn-label-value label="Recycled Plastic"
value="{{$ctrl.summary.item.recycledPlastic}}">
</vn-label-value>
<vn-label-value label="No recycled plastic"
<vn-label-value label="Non recycled plastic"
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
</vn-label-value>
</vn-one>