0
0
Fork 0

refactor: refs #6988 used global translations

This commit is contained in:
Jon Elias 2024-03-25 11:42:29 +01:00
parent b7b6d55d1c
commit 84a25acf22
3 changed files with 3 additions and 6 deletions

View File

@ -492,6 +492,7 @@ export default {
request: 'Request', request: 'Request',
weight: 'Weight', weight: 'Weight',
goTo: 'Go to', goTo: 'Go to',
summaryAmount: 'Resumen',
}, },
}, },
claim: { claim: {

View File

@ -491,6 +491,7 @@ export default {
request: 'Petición de compra', request: 'Petición de compra',
weight: 'Peso', weight: 'Peso',
goTo: 'Ir a', goTo: 'Ir a',
summaryAmount: 'Resumen',
}, },
}, },
claim: { claim: {

View File

@ -243,7 +243,7 @@ async function changeState(value) {
</VnLv> </VnLv>
</QCard> </QCard>
<QCard class="vn-one"> <QCard class="vn-one">
<VnTitle :text="t('Summary')" /> <VnTitle :text="t('ticket.summary.summaryAmount')" />
<div class="bodyCard"> <div class="bodyCard">
<VnLv <VnLv
:label="t('ticket.summary.subtotal')" :label="t('ticket.summary.subtotal')"
@ -456,8 +456,3 @@ async function changeState(value) {
} }
} }
</style> </style>
<i18n>
es:
Summary: Resumen
</i18n>