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',
weight: 'Weight',
goTo: 'Go to',
summaryAmount: 'Resumen',
},
},
claim: {

View File

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

View File

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