forked from verdnatura/salix-front
Reviewed-on: verdnatura/salix-front#618 Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
commit
c6db81ddb5
|
@ -164,7 +164,7 @@ const isEmployee = computed(() => useRole().isEmployee());
|
||||||
class="q-mt-sm q-px-md"
|
class="q-mt-sm q-px-md"
|
||||||
:to="`/worker/${user.id}`"
|
:to="`/worker/${user.id}`"
|
||||||
color="primary"
|
color="primary"
|
||||||
:label="t('My account')"
|
:label="t('globals.myAccount')"
|
||||||
dense
|
dense
|
||||||
/>
|
/>
|
||||||
<div class="text-subtitle1 q-mt-md">
|
<div class="text-subtitle1 q-mt-md">
|
||||||
|
@ -270,7 +270,3 @@ const isEmployee = computed(() => useRole().isEmployee());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
|
||||||
es:
|
|
||||||
My account: Mi cuenta
|
|
||||||
</i18n>
|
|
||||||
|
|
|
@ -263,6 +263,7 @@ globals:
|
||||||
title: Unsaved changes will be lost
|
title: Unsaved changes will be lost
|
||||||
subtitle: Are you sure exit without saving?
|
subtitle: Are you sure exit without saving?
|
||||||
createInvoiceIn: Create invoice in
|
createInvoiceIn: Create invoice in
|
||||||
|
myAccount: My account
|
||||||
errors:
|
errors:
|
||||||
statusUnauthorized: Access denied
|
statusUnauthorized: Access denied
|
||||||
statusInternalServerError: An internal server error has ocurred
|
statusInternalServerError: An internal server error has ocurred
|
||||||
|
|
|
@ -265,7 +265,7 @@ globals:
|
||||||
title: Los cambios que no haya guardado se perderán
|
title: Los cambios que no haya guardado se perderán
|
||||||
subtitle: ¿Seguro que quiere salir sin guardar?
|
subtitle: ¿Seguro que quiere salir sin guardar?
|
||||||
createInvoiceIn: Crear factura recibida
|
createInvoiceIn: Crear factura recibida
|
||||||
|
myAccount: Mi cuenta
|
||||||
errors:
|
errors:
|
||||||
statusUnauthorized: Acceso denegado
|
statusUnauthorized: Acceso denegado
|
||||||
statusInternalServerError: Ha ocurrido un error interno del servidor
|
statusInternalServerError: Ha ocurrido un error interno del servidor
|
||||||
|
|
Loading…
Reference in New Issue