@ -140,11 +140,8 @@ class CommunityTimeline extends PureComponent {
<ColumnSettingsContainercolumnId={columnId}/>
</ColumnHeader>
<DismissableBannerid='community_timeline'>
<FormattedMessageid='dismissable_banner.community_timeline'defaultMessage='These are the most recent public posts from people whose accounts are hosted by {domain}.'values={{domain}}/>
</DismissableBanner>
<StatusListContainer
prepend={<DismissableBannerid='community_timeline'><FormattedMessageid='dismissable_banner.community_timeline'defaultMessage='These are the most recent public posts from people whose accounts are hosted by {domain}.'values={{domain}}/></DismissableBanner>}
@ -35,7 +35,7 @@ class Links extends PureComponent {
constbanner=(
<DismissableBannerid='explore/links'>
<FormattedMessageid='dismissable_banner.explore_links'defaultMessage='These news stories are being talked about by people on this and other servers of the decentralized network right now.' />
<FormattedMessageid='dismissable_banner.explore_links'defaultMessage='These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.' />
@ -47,7 +47,7 @@ class Statuses extends PureComponent {
return(
<>
<DismissableBannerid='explore/statuses'>
<FormattedMessageid='dismissable_banner.explore_statuses'defaultMessage='These posts from this and other servers in the decentralized network are gaining traction on this server right now.' />
<FormattedMessageid='dismissable_banner.explore_statuses'defaultMessage='These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favourites are ranked higher.' />
@ -34,7 +34,7 @@ class Tags extends PureComponent {
constbanner=(
<DismissableBannerid='explore/tags'>
<FormattedMessageid='dismissable_banner.explore_tags'defaultMessage='These hashtags are gaining traction among people on this and other servers of the decentralized network right now.' />
<FormattedMessageid='dismissable_banner.explore_tags'defaultMessage='These are hashtags that are gaining traction on the social web today. Hashtags that are used by more different people are ranked higher.' />
<h1><FormattedMessageid='home.explore_prompt.title'defaultMessage='This is your home base within Mastodon.'/></h1>
<p><FormattedMessageid='home.explore_prompt.body'defaultMessage="Your home feed will have a mix of posts from the hashtags you've chosen to follow, the people you've chosen to follow, and the posts they boost. It's looking pretty quiet right now, so how about:"/></p>
<Linkto='/explore/suggestions'className='button button-tertiary'><FormattedMessageid='home.actions.go_to_suggestions'defaultMessage='Find people to follow'/></Link>
@ -160,11 +191,13 @@ class HomeTimeline extends PureComponent {
{signedIn?(
<StatusListContainer
prepend={banner}
alwaysPrepend
trackScroll={!pinned}
scrollKey={`home_timeline-${columnId}`}
onLoadMore={this.handleLoadMore}
timelineId='home'
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up. {suggestions}'values={{suggestions:<Linkto='/start'><FormattedMessageid='empty_column.home.suggestions'defaultMessage='See some suggestions'/></Link>}}/>}
emptyMessage={<FormattedMessageid='empty_column.home'defaultMessage='Your home timeline is empty! Follow more people to fill it up.' />}
@ -142,11 +142,8 @@ class PublicTimeline extends PureComponent {
<ColumnSettingsContainercolumnId={columnId}/>
</ColumnHeader>
<DismissableBannerid='public_timeline'>
<FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/>
</DismissableBanner>
<StatusListContainer
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/></DismissableBanner>}
"disabled_account_banner.text":"Your account {disabledAccount} is currently disabled.",
"dismissable_banner.community_timeline":"These are the most recent public posts from people whose accounts are hosted by {domain}.",
"dismissable_banner.dismiss":"Dismiss",
"dismissable_banner.explore_links":"These news stories are being talked about by people on this and other servers of the decentralized network right now.",
"dismissable_banner.explore_statuses":"These posts from this and other servers in the decentralized network are gaining traction on this server right now.",
"dismissable_banner.explore_tags":"These hashtags are gaining traction among people on this and other servers of the decentralized network right now.",
"dismissable_banner.explore_links":"These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.",
"dismissable_banner.explore_statuses":"These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favourites are ranked higher.",
"dismissable_banner.explore_tags":"These are hashtags that are gaining traction on the social web today. Hashtags that are used by more different people are ranked higher.",
"dismissable_banner.public_timeline":"These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.",
"embed.instructions":"Embed this post on your website by copying the code below.",
"embed.preview":"Here is what it will look like:",
@ -232,8 +232,7 @@
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up.",
"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.",
@ -292,9 +291,13 @@
"hashtag.column_settings.tag_toggle":"Include additional tags for this column",
"home.explore_prompt.body":"Your home feed will have a mix of posts from the hashtags you've chosen to follow, the people you've chosen to follow, and the posts they boost. It's looking pretty quiet right now, so how about:",
"home.explore_prompt.title":"This is your home base within Mastodon.",
"home.hide_announcements":"Hide announcements",
"home.show_announcements":"Show announcements",
"interaction_modal.description.favourite":"With an account on Mastodon, you can favourite this post to let the author know you appreciate it and save it for later.",