Lines Matching refs:t
5 {{ $t('pageCertificates.replaceCertificate') }}
8 {{ $t('pageCertificates.addNewCertificate') }}
15 <dt>{{ $t('pageCertificates.modal.certificateType') }}</dt>
23 :label="$t('pageCertificates.modal.certificateType')"
36 {{ $t('global.form.fieldRequired') }}
42 <b-form-group :label="$t('pageCertificates.modal.certificateFile')">
51 {{ $t('global.form.required') }}
59 {{ $t('global.action.replace') }}
62 {{ $t('global.action.add') }}
66 {{ $t('global.action.cancel') }}
102 $t: useI18n().t,