📷
{{ t('dropHere') }}

{{ t('title') }}

{{ t('subtitle') }}

{{ t('privacy') }}
{{ t('step1Label') }}

{{ t('camHint') }}

{{ errorMessage }}
{{ t('step2Label') }} {{ t('accountUnit', count) }}
{{ item.issuer || t('unknownIssuer') }}
{{ item.name }}
{{ item.type==='OTP_TOTP'?'TOTP':'HOTP' }}
{{ t('metaAlgo') }} {{ item.algorithm }}
{{ t('metaDigits') }} {{ item.digits }}
{{ t('metaCounter') }} {{ item.counter }}
{{ item.secret }}
otpauth://{{ item.type==='OTP_TOTP'?'totp':'hotp' }}/{{ encodeURIComponent(item.issuer||'') }}
{{ t('exportTitle') }}
{{ rawText }}