export default { content: { button: { apply: '$t(common:buttons.apply)', cancel: '$t(common:buttons.cancel)' }, notificationsFilter: { heading: 'Show notification types', content: { follow: '$t(meSettingsPush:content.follow.heading)', favourite: '$t(meSettingsPush:content.favourite.heading)', reblog: '$t(meSettingsPush:content.reblog.heading)', mention: '$t(meSettingsPush:content.mention.heading)', poll: '$t(meSettingsPush:content.poll.heading)', follow_request: 'Follow request' } } } }