Lines Matching refs:t
9 {{ $t('appHeader.skipToContent') }}
12 <b-navbar type="dark" :aria-label="$t('appHeader.applicationHeader')">
25 :title="$t('appHeader.titleHideNavigation')"
29 :title="$t('appHeader.titleShowNavigation')"
59 {{ $t('appHeader.health') }}
66 {{ $t('appHeader.power') }}
76 <icon-renew :title="$t('appHeader.titleRefresh')" />
77 <span class="responsive-text">{{ $t('appHeader.refresh') }}</span>
88 <icon-avatar :title="$t('appHeader.titleProfile')" />
94 >{{ $t('appHeader.profileSettings') }}
100 {{ $t('appHeader.logOut') }}
142 $t: useI18n().t,
208 this.errorToast(i18n.global.t('global.toast.unAuthDescription'), {
209 title: i18n.global.t('global.toast.unAuthTitle'),