perf: i18n ItemProposal
This commit is contained in:
parent
bb6a8c0052
commit
1c15a02a5f
|
@ -221,9 +221,10 @@ async function confirm() {
|
|||
<QInput
|
||||
v-model="quantity"
|
||||
v-if="quantity > -1"
|
||||
@update:model-value="(val) => (quantity = +val)"
|
||||
type="number"
|
||||
min="0"
|
||||
:label="t('Quantity to replace')"
|
||||
:label="t('proposal.quantityToReplace')"
|
||||
class="q-ml-lg"
|
||||
/>
|
||||
</QCardActions>
|
||||
|
|
|
@ -95,3 +95,4 @@ proposal:
|
|||
groupingPrice: Grouping Price
|
||||
itemOldPrice: itemOld Price
|
||||
status: State
|
||||
quantityToReplace: Quanity to replace
|
||||
|
|
|
@ -95,3 +95,4 @@ proposal:
|
|||
groupingPrice: Precio Grouping
|
||||
itemOldPrice: Precio itemOld
|
||||
status: Estado
|
||||
quantityToReplace: Cantidad a reemplazar
|
||||
|
|
Loading…
Reference in New Issue