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