<spanclassName='warning-hint'><FormattedMessageid='notifications.permission_denied'defaultMessage='Desktop notifications are unavailable due to previously denied browser permissions request'/></span>
</div>
<spanclassName='warning-hint'><FormattedMessageid='notifications.permission_denied'defaultMessage='Desktop notifications are unavailable due to previously denied browser permissions request'/></span>
<FormattedMessageid='notifications.permission_required'defaultMessage='Desktop notifications are unavailable because the required permission has not been granted.'/><GrantPermissionButtononClick={onRequestNotificationPermission}/>
</span>
</div>
<spanclassName='warning-hint'>
<FormattedMessageid='notifications.permission_required'defaultMessage='Desktop notifications are unavailable because the required permission has not been granted.'/><GrantPermissionButtononClick={onRequestNotificationPermission}/>
<strong><FormattedMessageid='notifications.policy.filter_not_followers_title'defaultMessage='People not following you'/></strong>
<spanclassName='hint'><FormattedMessageid='notifications.policy.filter_not_followers_hint'defaultMessage='Including people who have been following you fewer than {days, plural, one {one day} other {# days}}'values={{days:3}}/></span>
<spanclassName='hint'><FormattedMessageid='notifications.policy.filter_new_accounts.hint'defaultMessage='Created within the past {days, plural, one {one day} other {# days}}'values={{days:30}}/></span>
<spanclassName='hint'><FormattedMessageid='notifications.policy.filter_private_mentions_hint'defaultMessage="Filtered unless it's in reply to your own mention or if you follow the sender"/></span>
<span><FormattedMessageid='filtered_notifications_banner.pending_requests'defaultMessage='Notifications from {count, plural, =0 {no} one {one person} other {# people}} you may know'values={{count:policy.getIn(['summary','pending_requests_count'])}}/></span>
constemptyMessage=<FormattedMessageid='empty_column.notifications'defaultMessage="You don't have any notifications yet. When other people interact with you, you will see it here."/>;
const{signedIn}=this.context.identity;
letscrollableContent=null;
constfilterBarContainer=(signedIn&&showFilterBar)
constfilterBarContainer=signedIn
?(<FilterBarContainer/>)
:null;
@ -285,6 +284,9 @@ class Notifications extends PureComponent {
emptyMessage={<FormattedMessageid='empty_column.notification_requests'defaultMessage='All clear! There is nothing here. When you receive new notifications, they will appear here according to your settings.'/>}
"empty_column.list":"There is nothing in this list yet. When members of this list publish new posts, they will appear here.",
"empty_column.lists":"You don't have any lists yet. When you create one, it will show up here.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notification_requests":"All clear! There is nothing here. When you receive new notifications, they will appear here according to your settings.",
"empty_column.notifications":"You don't have any notifications yet. When other people interact with you, you will see it here.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
@ -271,6 +272,8 @@
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.title.status":"Filter a post",
"filtered_notifications_banner.pending_requests":"Notifications from {count, plural, =0 {no} one {one person} other {# people}} you may know",
"notifications.policy.filter_not_followers_hint":"Including people who have been following you fewer than {days, plural, one {one day} other {# days}}",
"notifications.policy.filter_not_followers_title":"People not following you",
"notifications.policy.filter_not_following_hint":"Until you manually approve them",
"notifications.policy.filter_not_following_title":"People you don't follow",
"notifications.policy.filter_private_mentions_hint":"Filtered unless it's in reply to your own mention or if you follow the sender",
"notifications_permission_banner.how_to_control":"To receive notifications when Mastodon isn't open, enable desktop notifications. You can control precisely which types of interactions generate desktop notifications through the {icon} button above once they're enabled.",
"notifications_permission_banner.title":"Never miss a thing",