perf: i18n ItemProposal

This commit is contained in:
Javier Segarra 2024-05-15 15:45:24 +02:00
parent bb6a8c0052
commit 1c15a02a5f
3 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -95,3 +95,4 @@ proposal:
groupingPrice: Grouping Price
itemOldPrice: itemOld Price
status: State
quantityToReplace: Quanity to replace

View File

@ -95,3 +95,4 @@ proposal:
groupingPrice: Precio Grouping
itemOldPrice: Precio itemOld
status: Estado
quantityToReplace: Cantidad a reemplazar