minor i18n updates
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
7c8ddf9c2b
commit
28213bcce6
|
@ -208,7 +208,6 @@ globals:
|
|||
pictures: Pictures
|
||||
packages: Packages
|
||||
tracking: Tracking
|
||||
labeler: Labeler
|
||||
supplierCreate: New supplier
|
||||
accounts: Accounts
|
||||
addresses: Addresses
|
||||
|
|
|
@ -174,7 +174,6 @@ globals:
|
|||
invoiceIns: Fact. recibidas
|
||||
invoiceInCreate: Crear fact. recibida
|
||||
vat: IVA
|
||||
labeler: Etiquetas
|
||||
dueDay: Vencimiento
|
||||
intrastat: Intrastat
|
||||
corrective: Rectificativa
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue