redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favorites and boosts will be lost, and replies to the original post will be orphaned.' },
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
@ -47,7 +47,7 @@ class Statuses extends PureComponent {
return(
return(
<>
<>
<DismissableBannerid='explore/statuses'>
<DismissableBannerid='explore/statuses'>
<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.' />
<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 favorites are ranked higher.' />
constemptyMessage=<FormattedMessageid='empty_column.favourited_statuses'defaultMessage="You don't have any favourite posts yet. When you favourite one, it will show up here." />;
constemptyMessage=<FormattedMessageid='empty_column.favourited_statuses'defaultMessage="You don't have any favorite posts yet. When you favorite one, it will show up here." />;
@ -71,7 +71,7 @@ class Favourites extends ImmutablePureComponent {
);
);
}
}
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favourited this post yet. When someone does, they will show up here.' />;
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favorited this post yet. When someone does, they will show up here.' />;
actionDescription=<FormattedMessageid='interaction_modal.description.favourite'defaultMessage='With an account on Mastodon, you can favourite this post to let the author know you appreciate it and save it for later.' />;
actionDescription=<FormattedMessageid='interaction_modal.description.favourite'defaultMessage='With an account on Mastodon, you can favorite this post to let the author know you appreciate it and save it for later.' />;
break;
break;
case'follow':
case'follow':
icon=<Iconid='user-plus'/>;
icon=<Iconid='user-plus'/>;
@ -158,7 +158,7 @@ class InteractionModal extends PureComponent {
<h3><FormattedMessageid='interaction_modal.on_another_server'defaultMessage='On a different server'/></h3>
<h3><FormattedMessageid='interaction_modal.on_another_server'defaultMessage='On a different server'/></h3>
<p><FormattedMessageid='interaction_modal.other_server_instructions'defaultMessage='Copy and paste this URL into the search field of your favourite Mastodon app or the web interface of your Mastodon server.' /></p>
<p><FormattedMessageid='interaction_modal.other_server_instructions'defaultMessage='Copy and paste this URL into the search field of your favorite Mastodon app or the web interface of your Mastodon server.' /></p>
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
open:{id:'status.open',defaultMessage:'Expand this status'},
open:{id:'status.open',defaultMessage:'Expand this status'},
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favorites and boosts will be lost, and replies to the original post will be orphaned.' },
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? Favorites and boosts will be lost, and replies to the original post will be orphaned.' },
revealAll:{id:'status.show_more_all',defaultMessage:'Show more for all'},
revealAll:{id:'status.show_more_all',defaultMessage:'Show more for all'},
hideAll:{id:'status.show_less_all',defaultMessage:'Show less for all'},
hideAll:{id:'status.show_less_all',defaultMessage:'Show less for all'},
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}'},
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}'},
<p><FormattedMessageid='sign_in_banner.text'defaultMessage='Login to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.' /></p>
<p><FormattedMessageid='sign_in_banner.text'defaultMessage='Login to follow profiles or hashtags, favorite, share and reply to posts. You can also interact from your account on a different server.' /></p>