minor i18n updates
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-07-20 00:37:13 +02:00
parent 7c8ddf9c2b
commit 28213bcce6
4 changed files with 22 additions and 15 deletions

View File

@ -208,7 +208,6 @@ globals:
pictures: Pictures
packages: Packages
tracking: Tracking
labeler: Labeler
supplierCreate: New supplier
accounts: Accounts
addresses: Addresses

View File

@ -174,7 +174,6 @@ globals:
invoiceIns: Fact. recibidas
invoiceInCreate: Crear fact. recibida
vat: IVA
labeler: Etiquetas
dueDay: Vencimiento
intrastat: Intrastat
corrective: Rectificativa

View File

@ -299,7 +299,7 @@ const replaceItem = () => {
/>
<FetchData
:url="`Tickets/itemLack`"
:filter="{ id: entityId }"
:params="{ itemFk: entityId }"
@on-fetch="
(data) => {
itemLack = data[0];
@ -413,18 +413,23 @@ const replaceItem = () => {
/>
</template>
<template #value>
<QBtn flat class="link text-blue">
{{ item.longName }}
<ItemDescriptorProxy :id="entityId" />
</QBtn>
<QBadge
v-if="itemLack"
text-color="white"
:color="itemLack.lack === 0 ? 'green' : 'red'"
:label="itemLack.lack"
/>
<FetchedTags class="q-ml-md" :item="item" :max-length="5" />
<div style="display: flex; align-items: center">
<QBtn flat class="link text-blue">
{{ item.longName }}
<ItemDescriptorProxy :id="entityId" />
</QBtn>
<QBadge
v-if="itemLack"
text-color="white"
:color="itemLack.lack === 0 ? 'green' : 'red'"
:label="itemLack.lack"
/>
<FetchedTags
class="q-ml-md"
:item="item"
:max-length="5"
/>
</div>
</template>
</VnLv>
<TransitionGroup name="list" tag="div">

View File

@ -260,6 +260,10 @@ negative:
negativeAction: 'Negative'
totalNegative: 'Total negatives'
days: Days
buttonsUpdate:
itemProposal: artículo
state: Estado
quantity: Cantidad
modalOrigin:
title: 'Update negatives'
question: 'Select a state to update'