Move add absences text to a i18n variable
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-04-09 09:05:15 -03:00
parent b05c28f571
commit e4166c85fa
1 changed files with 5 additions and 6 deletions

View File

@ -195,11 +195,7 @@ watch([year, businessFk], () => refreshData());
style="top: 14px; right: 14px" style="top: 14px; right: 14px"
> >
<QTooltip max-width="250px"> <QTooltip max-width="250px">
{{ {{ t('addAbsencesText') }}
t(
'To start adding absences, click an absence type from the right menu and then on the day you want to add an absence'
)
}}
</QTooltip> </QTooltip>
</QIcon> </QIcon>
<div class="calendar-container"> <div class="calendar-container">
@ -243,8 +239,11 @@ watch([year, businessFk], () => refreshData());
</style> </style>
<i18n> <i18n>
en:
addAbsencesText: To start adding absences, click an absence type from the right menu and then on the day you want to add an absence
es: es:
Search worker: Buscar trabajador Search worker: Buscar trabajador
You can search by worker id or name: Puedes buscar por id o nombre del trabajador You can search by worker id or name: Puedes buscar por id o nombre del trabajador
To start adding absences, click an absence type from the right menu and then on the day you want to add an absence: Para empezar a añadir ausencias, haz clic en un tipo de ausencia desde el menu de la derecha y después en el día que quieres añadir la ausencia addAbsencesText: Para empezar a añadir ausencias, haz clic en un tipo de ausencia desde el menu de la derecha y después en el día que quieres añadir la ausencia
</i18n> </i18n>