forked from verdnatura/salix-front
Merge branch 'PR-CUSTOMER' of https://gitea.verdnatura.es/hyervoni/salix-front-mindshore into PR-CUSTOMER
This commit is contained in:
commit
0f85bd25a2
|
@ -60,7 +60,7 @@ const setData = () => {
|
|||
size="sm"
|
||||
>
|
||||
<QTooltip>
|
||||
{{ t('Download file') }}
|
||||
{{ t('actionFile', { action: t('globals.download') }) }}
|
||||
</QTooltip>
|
||||
</QIcon>
|
||||
<QIcon
|
||||
|
@ -71,7 +71,7 @@ const setData = () => {
|
|||
size="sm"
|
||||
>
|
||||
<QTooltip>
|
||||
{{ t('Edit file') }}
|
||||
{{ t('actionFile', { action: t('globals.edit') }) }}
|
||||
</QTooltip>
|
||||
</QIcon>
|
||||
<QIcon
|
||||
|
@ -82,15 +82,15 @@ const setData = () => {
|
|||
size="sm"
|
||||
>
|
||||
<QTooltip>
|
||||
{{ t('Remove file') }}
|
||||
{{ t('actionFile', { action: t('globals.remove') }) }}
|
||||
</QTooltip>
|
||||
</QIcon>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<i18n>
|
||||
en:
|
||||
actionFile: '{action} file'
|
||||
es:
|
||||
Download file: Descargar fichero
|
||||
Edit file: Editar fichero
|
||||
Remove file: Eliminar fichero
|
||||
actionFile: '{action} fichero'
|
||||
</i18n>
|
||||
|
|
Loading…
Reference in New Issue