forked from verdnatura/salix-front
fix: comments
This commit is contained in:
parent
0ba415c0ea
commit
0faa663169
|
@ -502,7 +502,7 @@ onMounted(async () => {
|
||||||
</QTooltip>
|
</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
<QBtn
|
<QBtn
|
||||||
icon="vn:splitline"
|
icon="alt_route"
|
||||||
color="primary"
|
color="primary"
|
||||||
:disable="!selectedTickets.length"
|
:disable="!selectedTickets.length"
|
||||||
@click.stop="
|
@click.stop="
|
||||||
|
@ -539,7 +539,7 @@ onMounted(async () => {
|
||||||
colspan="7"
|
colspan="7"
|
||||||
translate
|
translate
|
||||||
>
|
>
|
||||||
{{ t('advanceTickets.origin') }}
|
{{ t('advanceTickets.destination') }}
|
||||||
{{ toDateFormat(userParams.dateToAdvance) }}
|
{{ toDateFormat(userParams.dateToAdvance) }}
|
||||||
</QTh>
|
</QTh>
|
||||||
<QTh
|
<QTh
|
||||||
|
@ -547,7 +547,7 @@ onMounted(async () => {
|
||||||
colspan="9"
|
colspan="9"
|
||||||
translate
|
translate
|
||||||
>
|
>
|
||||||
{{ t('advanceTickets.destination') }}
|
{{ t('advanceTickets.origin') }}
|
||||||
{{ toDateFormat(userParams.dateFuture) }}
|
{{ toDateFormat(userParams.dateFuture) }}
|
||||||
</QTh>
|
</QTh>
|
||||||
</QTr>
|
</QTr>
|
||||||
|
|
|
@ -18,11 +18,11 @@ advanceTickets:
|
||||||
futureLines: Lines
|
futureLines: Lines
|
||||||
futureImport: Import
|
futureImport: Import
|
||||||
advanceTickets: Advance tickets with negatives
|
advanceTickets: Advance tickets with negatives
|
||||||
advanceTicketTitle: Advance tickets
|
advanceTicketTitle: Advance {selectedTickets} tickets
|
||||||
advanceTitleSubtitle: Advance confirmation
|
advanceTitleSubtitle: Advance {selectedTickets} tickets confirmation
|
||||||
noDeliveryZone: No delivery zone available for this landing date
|
noDeliveryZone: No delivery zone available for this landing date
|
||||||
moveTicketSuccess: 'Tickets moved successfully! {ticketsNumber}'
|
moveTicketSuccess: 'Tickets moved successfully! {ticketsNumber}'
|
||||||
advanceTicketsWithoutNegatives: Advance tickets without negatives
|
advanceTicketsWithoutNegatives: Advance tickets without negatives
|
||||||
advanceWithoutNegativeTitle: Advance tickets (without negatives)
|
advanceWithoutNegativeTitle: Advance tickets (without negatives)
|
||||||
advanceWithoutNegativeSubtitle: Advance confirmation
|
advanceWithoutNegativeSubtitle: Advance {selectedTickets} tickets confirmation
|
||||||
errorsList: Errors list
|
errorsList: Errors list
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
advanceTickets:
|
advanceTickets:
|
||||||
origin: Origen
|
origin: Origen
|
||||||
destination: Destino
|
destination: Destinatario
|
||||||
originAgency: 'Agencia origen: {agency}'
|
originAgency: 'Agencia origen: {agency}'
|
||||||
destinationAgency: 'Agencia destino: {agency}'
|
destinationAgency: 'Agencia destino: {agency}'
|
||||||
ticketId: ID
|
ticketId: ID
|
||||||
|
|
Loading…
Reference in New Issue