0
0
Fork 0

feat: refs #7287 Added traductions

This commit is contained in:
Guillermo Bonet 2024-08-27 09:52:04 +02:00
parent 20994dfd0f
commit d7668163be
3 changed files with 11 additions and 1 deletions

View File

@ -585,7 +585,7 @@ watch(
v-if="log.reason && !log.description"
>
<span class="description">
{{ log.reason }}
{{ t(`log.${log.reason}`) }}
</span>
</QCardSection>
<QCardSection

View File

@ -1322,3 +1322,8 @@ months:
oct: October
nov: November
dec: December
log:
clone: Has cloned a ticket
split: Has split a ticket
priceFix: Has fixed the price
replaceItem: Has replaced an item

View File

@ -1299,3 +1299,8 @@ months:
oct: Octubre
nov: Noviembre
dec: Diciembre
log:
clone: Ha clonado un ticket
split: Ha splitado un ticket
priceFix: Ha arreglado el precio
replaceItem: Ha reemplazado un artículo