pending translates
This commit is contained in:
parent
0c4246847b
commit
e927826646
|
@ -1,10 +1,10 @@
|
||||||
<form name="form" ng-submit="$ctrl.submit()">
|
<form name="form" ng-submit="$ctrl.submit()">
|
||||||
<vn-card pad-large>
|
<vn-card pad-large>
|
||||||
<vn-title>Item Barcodes</vn-title>
|
<vn-title>Item barcode</vn-title>
|
||||||
<vn-horizontal ng-repeat="barcode in $ctrl.barcodes track by $index">
|
<vn-horizontal ng-repeat="barcode in $ctrl.barcodes track by $index">
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
vn-three
|
vn-three
|
||||||
label="code"
|
label="Code"
|
||||||
model="barcode.code"
|
model="barcode.code"
|
||||||
vn-acl="buyer, replenisher">
|
vn-acl="buyer, replenisher">
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
|
|
|
@ -27,3 +27,11 @@ All it's properties will be copied: Todas sus propiedades serán copiadas
|
||||||
Yes, clone: Si, clonar
|
Yes, clone: Si, clonar
|
||||||
Value: Valor
|
Value: Valor
|
||||||
Priority: Prioridad
|
Priority: Prioridad
|
||||||
|
Item tax: Tasas del artículo
|
||||||
|
Country: País
|
||||||
|
Class: Clase
|
||||||
|
Item niches: Nichos del artículo
|
||||||
|
Warehouse: Almacén
|
||||||
|
Code: Código
|
||||||
|
Botanical: Botánico
|
||||||
|
Species: Especie
|
|
@ -5,7 +5,7 @@
|
||||||
</vn-watcher>
|
</vn-watcher>
|
||||||
<form name="form" ng-submit="$ctrl.submit()">
|
<form name="form" ng-submit="$ctrl.submit()">
|
||||||
<vn-card pad-large>
|
<vn-card pad-large>
|
||||||
<vn-title>Item Niches</vn-title>
|
<vn-title>Item niches</vn-title>
|
||||||
<vn-horizontal ng-repeat="itemNiche in $ctrl.niches track by $index">
|
<vn-horizontal ng-repeat="itemNiche in $ctrl.niches track by $index">
|
||||||
<vn-autocomplete
|
<vn-autocomplete
|
||||||
ng-if="!itemNiche.id"
|
ng-if="!itemNiche.id"
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
vn-two
|
vn-two
|
||||||
label="code"
|
label="Code"
|
||||||
model="itemNiche.code"
|
model="itemNiche.code"
|
||||||
rule="itemNiche.code"
|
rule="itemNiche.code"
|
||||||
vn-acl="buyer,replenisher">
|
vn-acl="buyer,replenisher">
|
||||||
|
|
Loading…
Reference in New Issue