Lines Matching refs:t
8 :title="$t('pageCertificates.modal.generateACertificateSigningRequest')"
20 :label="$t('pageCertificates.modal.certificateType')"
33 {{ $t('global.form.selectAnOption') }}
38 {{ $t('global.form.fieldRequired') }}
44 :label="$t('pageCertificates.modal.country')"
57 {{ $t('global.form.selectAnOption') }}
62 {{ $t('global.form.fieldRequired') }}
70 :label="$t('pageCertificates.modal.state')"
81 {{ $t('global.form.fieldRequired') }}
87 :label="$t('pageCertificates.modal.city')"
98 {{ $t('global.form.fieldRequired') }}
106 :label="$t('pageCertificates.modal.companyName')"
117 {{ $t('global.form.fieldRequired') }}
123 :label="$t('pageCertificates.modal.companyUnit')"
134 {{ $t('global.form.fieldRequired') }}
142 :label="$t('pageCertificates.modal.commonName')"
153 {{ $t('global.form.fieldRequired') }}
160 {{ $t('pageCertificates.modal.contactPerson') }} -
162 {{ $t('global.form.optional') }}
178 {{ $t('pageCertificates.modal.emailAddress') }} -
180 {{ $t('global.form.optional') }}
196 {{ $t('pageCertificates.modal.alternateName') }} -
198 {{ $t('global.form.optional') }}
202 {{ $t('pageCertificates.modal.alternateNameHelperText') }}
215 $t('pageCertificates.modal.duplicateAlternateName')
221 <icon-add /> {{ $t('global.action.add') }}
232 {{ $t('pageCertificates.modal.privateKey') }}
235 :label="$t('pageCertificates.modal.keyPairAlgorithm')"
248 {{ $t('global.form.selectAnOption') }}
253 {{ $t('global.form.fieldRequired') }}
262 :label="$t('pageCertificates.modal.keyCurveId')"
275 {{ $t('global.form.selectAnOption') }}
280 {{ $t('global.form.fieldRequired') }}
286 :label="$t('pageCertificates.modal.keyBitLength')"
299 {{ $t('global.form.selectAnOption') }}
304 {{ $t('global.form.fieldRequired') }}
316 {{ $t('global.action.cancel') }}
325 {{ $t('pageCertificates.generateCsr') }}
333 :title="$t('pageCertificates.modal.certificateSigningRequest')"
341 {{ $t('global.status.copied') }}
344 {{ $t('global.action.copy') }}
355 {{ $t('global.action.download') }}
385 $t: useI18n().t,