Improve translation for Price Checking
parent
122c5233bc
commit
17d326dddb
|
@ -64,7 +64,7 @@
|
||||||
<el-row v-if="!messageError" :gutter="20">
|
<el-row v-if="!messageError" :gutter="20">
|
||||||
<el-col style="padding-left: 0px; padding-right: 0%;">
|
<el-col style="padding-left: 0px; padding-right: 0%;">
|
||||||
<div class="product-price amount">
|
<div class="product-price amount">
|
||||||
{{ $t('form.priceChecking.messageError') }}
|
{{ $t('form.priceChecking.productNotFound') }}
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
|
@ -392,7 +392,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
priceChecking: {
|
priceChecking: {
|
||||||
messageError: 'This Product Not Available',
|
productNotFound: 'Unavailable Product',
|
||||||
basePrice: 'Base price'
|
basePrice: 'Base price'
|
||||||
},
|
},
|
||||||
productInfo: {
|
productInfo: {
|
||||||
|
|
|
@ -367,7 +367,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
priceChecking: {
|
priceChecking: {
|
||||||
messageError: 'Este Producto No Disponible',
|
productNotFound: 'Producto No Disponible',
|
||||||
basePrice: 'Precio Base'
|
basePrice: 'Precio Base'
|
||||||
},
|
},
|
||||||
productInfo: {
|
productInfo: {
|
||||||
|
|
Loading…
Reference in New Issue