forked from verdnatura/salix-front
feat: refs #7287 Added traductions
This commit is contained in:
parent
20994dfd0f
commit
d7668163be
|
@ -585,7 +585,7 @@ watch(
|
|||
v-if="log.reason && !log.description"
|
||||
>
|
||||
<span class="description">
|
||||
{{ log.reason }}
|
||||
{{ t(`log.${log.reason}`) }}
|
||||
</span>
|
||||
</QCardSection>
|
||||
<QCardSection
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue