mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +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-col style="padding-left: 0px; padding-right: 0%;">
|
||||
<div class="product-price amount">
|
||||
{{ $t('form.priceChecking.messageError') }}
|
||||
{{ $t('form.priceChecking.productNotFound') }}
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
@ -392,7 +392,7 @@ export default {
|
||||
}
|
||||
},
|
||||
priceChecking: {
|
||||
messageError: 'This Product Not Available',
|
||||
productNotFound: 'Unavailable Product',
|
||||
basePrice: 'Base price'
|
||||
},
|
||||
productInfo: {
|
||||
|
@ -367,7 +367,7 @@ export default {
|
||||
}
|
||||
},
|
||||
priceChecking: {
|
||||
messageError: 'Este Producto No Disponible',
|
||||
productNotFound: 'Producto No Disponible',
|
||||
basePrice: 'Precio Base'
|
||||
},
|
||||
productInfo: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user