fix language duplicate error
This commit is contained in:
@@ -145,7 +145,7 @@ FridayShort: Vi
|
|||||||
Saturday: Sábado
|
Saturday: Sábado
|
||||||
SaturdayShort: Sá
|
SaturdayShort: Sá
|
||||||
Sunday: Domingo
|
Sunday: Domingo
|
||||||
Sunday: Do
|
SundayShort: Do
|
||||||
currentPassword: Contraseña actual
|
currentPassword: Contraseña actual
|
||||||
addFirstUser: Añadir primer usuario administrador
|
addFirstUser: Añadir primer usuario administrador
|
||||||
report: Informe
|
report: Informe
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
|
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
|
||||||
<q-item-section>{{ $t('login') }}</q-item-section>
|
<q-item-section>{{ $t('login') }}</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<!-- <q-item
|
<q-item
|
||||||
v-if="autorized || user.isPermittedTo('members', 'read')"
|
v-if="autorized || user.isPermittedTo('members', 'read')"
|
||||||
to="/report"
|
to="/report"
|
||||||
exact
|
exact
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
@click="closeDrawer"
|
@click="closeDrawer"
|
||||||
>
|
>
|
||||||
<q-item-section> {{ $t('report') }}</q-item-section>
|
<q-item-section> {{ $t('report') }}</q-item-section>
|
||||||
</q-item> -->
|
</q-item>
|
||||||
<q-item v-if="autorized" to="/stats" exact clickable v-ripple @click="closeDrawer">
|
<q-item v-if="autorized" to="/stats" exact clickable v-ripple @click="closeDrawer">
|
||||||
<q-item-section> {{ $t('stats') }}</q-item-section>
|
<q-item-section> {{ $t('stats') }}</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user