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
|
pictures: Pictures
|
||||||
packages: Packages
|
packages: Packages
|
||||||
tracking: Tracking
|
tracking: Tracking
|
||||||
labeler: Labeler
|
|
||||||
supplierCreate: New supplier
|
supplierCreate: New supplier
|
||||||
accounts: Accounts
|
accounts: Accounts
|
||||||
addresses: Addresses
|
addresses: Addresses
|
||||||
|
|
|
@ -174,7 +174,6 @@ globals:
|
||||||
invoiceIns: Fact. recibidas
|
invoiceIns: Fact. recibidas
|
||||||
invoiceInCreate: Crear fact. recibida
|
invoiceInCreate: Crear fact. recibida
|
||||||
vat: IVA
|
vat: IVA
|
||||||
labeler: Etiquetas
|
|
||||||
dueDay: Vencimiento
|
dueDay: Vencimiento
|
||||||
intrastat: Intrastat
|
intrastat: Intrastat
|
||||||
corrective: Rectificativa
|
corrective: Rectificativa
|
||||||
|
|
|
@ -299,7 +299,7 @@ const replaceItem = () => {
|
||||||
/>
|
/>
|
||||||
<FetchData
|
<FetchData
|
||||||
:url="`Tickets/itemLack`"
|
:url="`Tickets/itemLack`"
|
||||||
:filter="{ id: entityId }"
|
:params="{ itemFk: entityId }"
|
||||||
@on-fetch="
|
@on-fetch="
|
||||||
(data) => {
|
(data) => {
|
||||||
itemLack = data[0];
|
itemLack = data[0];
|
||||||
|
@ -413,6 +413,7 @@ const replaceItem = () => {
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #value>
|
<template #value>
|
||||||
|
<div style="display: flex; align-items: center">
|
||||||
<QBtn flat class="link text-blue">
|
<QBtn flat class="link text-blue">
|
||||||
{{ item.longName }}
|
{{ item.longName }}
|
||||||
<ItemDescriptorProxy :id="entityId" />
|
<ItemDescriptorProxy :id="entityId" />
|
||||||
|
@ -423,8 +424,12 @@ const replaceItem = () => {
|
||||||
:color="itemLack.lack === 0 ? 'green' : 'red'"
|
:color="itemLack.lack === 0 ? 'green' : 'red'"
|
||||||
:label="itemLack.lack"
|
:label="itemLack.lack"
|
||||||
/>
|
/>
|
||||||
|
<FetchedTags
|
||||||
<FetchedTags class="q-ml-md" :item="item" :max-length="5" />
|
class="q-ml-md"
|
||||||
|
:item="item"
|
||||||
|
:max-length="5"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</VnLv>
|
</VnLv>
|
||||||
<TransitionGroup name="list" tag="div">
|
<TransitionGroup name="list" tag="div">
|
||||||
|
|
|
@ -260,6 +260,10 @@ negative:
|
||||||
negativeAction: 'Negative'
|
negativeAction: 'Negative'
|
||||||
totalNegative: 'Total negatives'
|
totalNegative: 'Total negatives'
|
||||||
days: Days
|
days: Days
|
||||||
|
buttonsUpdate:
|
||||||
|
itemProposal: artículo
|
||||||
|
state: Estado
|
||||||
|
quantity: Cantidad
|
||||||
modalOrigin:
|
modalOrigin:
|
||||||
title: 'Update negatives'
|
title: 'Update negatives'
|
||||||
question: 'Select a state to update'
|
question: 'Select a state to update'
|
||||||
|
|
Loading…
Reference in New Issue