{{ i18n.ts.notificationRecieveConfig }}
{{ i18n.t('_notification._types.' + type) }}
{{
$i.notificationRecieveConfig[type]?.type === 'never' ? i18n.ts.none :
$i.notificationRecieveConfig[type]?.type === 'following' ? i18n.ts.following :
$i.notificationRecieveConfig[type]?.type === 'follower' ? i18n.ts.followers :
$i.notificationRecieveConfig[type]?.type === 'mutualFollow' ? i18n.ts.mutualFollow :
$i.notificationRecieveConfig[type]?.type === 'list' ? i18n.ts.userList :
i18n.ts.all
}}
updateReceiveConfig(type, res)"/>
{{ i18n.ts.markAsReadAllNotifications }}
{{ i18n.ts.markAsReadAllUnreadNotes }}
{{ i18n.ts._notification.sendTestNotification }}
{{ i18n.ts.pushNotification }}
{{ i18n.ts.sendPushNotificationReadMessage }}
{{ i18n.ts._notification.emptyPushNotificationMessage }}