{{ $t('software') }}
{{ instance.softwareName || '?' }}
{{ $t('version') }}
{{ instance.softwareVersion || '?' }}
{{ $t('registeredAt') }}
{{ new Date(instance.caughtAt).toLocaleString() }} ()
{{ $t('following') }}
{{ $t('followers') }}
{{ $t('users') }}
{{ $t('notes') }}
{{ instance.notesCount | number }}
{{ $t('files') }}
{{ instance.driveFiles | number }}
{{ $t('storageUsage') }}
{{ instance.driveUsage | bytes }}
{{ $t('latestRequestSentAt') }}
N/A
{{ $t('latestStatus') }}
{{ instance.latestStatus ? instance.latestStatus : 'N/A' }}
{{ $t('latestRequestReceivedAt') }}
N/A
{{ $t('operations') }}
{{ $t('stopActivityDelivery') }}
{{ $t('blockThisInstance') }}
{{ $t('deleteAllFiles') }}
{{ $t('deleteAllFiles') }}
{{ $t('removeAllFollowing') }}
{{ $t('removeAllFollowing') }}
{{ $t('removeAllFollowingDescription', { host: instance.host }) }}
{{ $t('metadata') }}
{{ JSON.stringify(instance, null, 2) }}