fix: refs #8004 update label for daysOnward in TravelFilter component and add translations
This commit is contained in:
parent
ff69bf6d57
commit
fb8997b3df
|
@ -125,7 +125,7 @@ defineExpose({ states });
|
||||||
is-outlined
|
is-outlined
|
||||||
/>
|
/>
|
||||||
<VnInput
|
<VnInput
|
||||||
:label="t('travel.travelList.tableVisibleColumns.daysOnward')"
|
:label="t('travel.daysOnward')"
|
||||||
v-model="params.daysOnward"
|
v-model="params.daysOnward"
|
||||||
lazy-rules
|
lazy-rules
|
||||||
is-outlined
|
is-outlined
|
||||||
|
@ -148,6 +148,7 @@ en:
|
||||||
landed: Landed
|
landed: Landed
|
||||||
landingHour: Landing Hour
|
landingHour: Landing Hour
|
||||||
totalEntries: Σ
|
totalEntries: Σ
|
||||||
|
daysOnward: Days Onward
|
||||||
es:
|
es:
|
||||||
travel:
|
travel:
|
||||||
Id: Id
|
Id: Id
|
||||||
|
@ -160,4 +161,5 @@ es:
|
||||||
landed: F.Entrega
|
landed: F.Entrega
|
||||||
landingHour: Hora de entrega
|
landingHour: Hora de entrega
|
||||||
totalEntries: Σ
|
totalEntries: Σ
|
||||||
|
daysOnward: Días en adelante
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue