# {{ __('Certificates shared with you') }}
{{ trans_choice(':name has shared :count certificate with you.|:name has shared :count certificates with you.', $certificateCount, ['name' => $senderName, 'count' => $certificateCount]) }}
{{ __('You can view and download them on a secure page:') }}
{{ __('View shared certificates') }}
@if ($hasPassword)
{{ __('The page is protected with a password. :name will share it with you through a separate channel.', ['name' => $senderName]) }}
@endif
{{ __('This page is available until :date, after which it will stop working.', ['date' => $expiresAt]) }}
{{ __('If you did not expect this email, you can safely ignore it.') }}
{{ __('Thanks') }},
{{ config('app.name') }}