- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
:width="q.screen.lt.sm ? tools.getwidth($q) : 450"
|
||||
>
|
||||
<q-bar class="bg-primary text-white">
|
||||
{{ $t('notifs.notifs') }}
|
||||
{{ t('notifs.notifs') }}
|
||||
<q-space />
|
||||
<q-btn
|
||||
flat
|
||||
@@ -67,7 +67,7 @@
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-cog" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{ $t('notifs.settings') }}</q-item-section>
|
||||
<q-item-section>{{ t('notifs.settings') }}</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
clickable
|
||||
@@ -82,7 +82,7 @@
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-check" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{ $t('notifs.setallread') }}</q-item-section>
|
||||
<q-item-section>{{ t('notifs.setallread') }}</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
clickable
|
||||
@@ -97,7 +97,7 @@
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-trash-alt" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{ $t('notifs.deleteall') }}</q-item-section>
|
||||
<q-item-section>{{ t('notifs.deleteall') }}</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-menu>
|
||||
@@ -111,7 +111,7 @@
|
||||
<q-list bordered class="rounded-borders">
|
||||
<div v-if="num_notifs_unread === 0">
|
||||
<q-item>
|
||||
<q-item-label lines="1">{{ $t('notifs.nonotif') }}</q-item-label>
|
||||
<q-item-label lines="1">{{ t('notifs.nonotif') }}</q-item-label>
|
||||
</q-item>
|
||||
</div>
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
<q-item-section side>
|
||||
<q-icon name="fas fa-trash-alt" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{ $t('notifs.read') }}</q-item-section>
|
||||
<q-item-section>{{ t('notifs.read') }}</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
clickable
|
||||
@@ -267,7 +267,7 @@
|
||||
<q-icon name="fas fa-trash-alt" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{
|
||||
$t('notifs.delete_notif')
|
||||
t('notifs.delete_notif')
|
||||
}}</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
@@ -279,7 +279,7 @@
|
||||
<q-icon name="fas fa-bell-slash" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{
|
||||
$t('notifs.deactivate_notif')
|
||||
t('notifs.deactivate_notif')
|
||||
}}</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
|
||||
Reference in New Issue
Block a user