mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-12 22:29:59 +08:00
Improve translation for Price Checking
This commit is contained in:
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…
x
Reference in New Issue
Block a user