ID
{{ $store.state.i.id }}
{{ $t('registeredDate') }}
{{ $t('statistics') }}
{{ $t('notesCount') }}
{{ number(stats.notesCount) }}
{{ $t('repliesCount') }}
{{ number(stats.repliesCount) }}
{{ $t('renotesCount') }}
{{ number(stats.renotesCount) }}
{{ $t('repliedCount') }}
{{ number(stats.repliedCount) }}
{{ $t('renotedCount') }}
{{ number(stats.renotedCount) }}
{{ $t('pollVotesCount') }}
{{ number(stats.pollVotesCount) }}
{{ $t('pollVotedCount') }}
{{ number(stats.pollVotedCount) }}
{{ $t('sentReactionsCount') }}
{{ number(stats.sentReactionsCount) }}
{{ $t('receivedReactionsCount') }}
{{ number(stats.receivedReactionsCount) }}
{{ $t('noteFavoritesCount') }}
{{ number(stats.noteFavoritesCount) }}
{{ $t('followingCount') }}
{{ number(stats.followingCount) }}
{{ $t('followingCount') }} ({{ $t('local') }})
{{ number(stats.localFollowingCount) }}
{{ $t('followingCount') }} ({{ $t('remote') }})
{{ number(stats.remoteFollowingCount) }}
{{ $t('followersCount') }}
{{ number(stats.followersCount) }}
{{ $t('followersCount') }} ({{ $t('local') }})
{{ number(stats.localFollowersCount) }}
{{ $t('followersCount') }} ({{ $t('remote') }})
{{ number(stats.remoteFollowersCount) }}
{{ $t('pageLikesCount') }}
{{ number(stats.pageLikesCount) }}
{{ $t('pageLikedCount') }}
{{ number(stats.pageLikedCount) }}
{{ $t('driveFilesCount') }}
{{ number(stats.driveFilesCount) }}
{{ $t('driveUsage') }}
{{ bytes(stats.driveUsage) }}
{{ $t('reversiCount') }}
{{ number(stats.reversiCount) }}
{{ $t('other') }}
emailVerified
{{ $store.state.i.emailVerified ? $t('yes') : $t('no') }}
twoFactorEnabled
{{ $store.state.i.twoFactorEnabled ? $t('yes') : $t('no') }}
securityKeys
{{ $store.state.i.securityKeys ? $t('yes') : $t('no') }}
usePasswordLessLogin
{{ $store.state.i.usePasswordLessLogin ? $t('yes') : $t('no') }}
isModerator
{{ $store.state.i.isModerator ? $t('yes') : $t('no') }}
isAdmin
{{ $store.state.i.isAdmin ? $t('yes') : $t('no') }}