2
0

Consolidate labels for quote policy settings (#35893)

This commit is contained in:
Claire
2025-08-25 14:30:37 +02:00
committed by GitHub
parent d8c07be021
commit 012450e87d
3 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ const messages = defineMessages({
}, },
quoteNobody: { quoteNobody: {
id: 'visibility_modal.quote_nobody', id: 'visibility_modal.quote_nobody',
defaultMessage: 'No one', defaultMessage: 'Just me',
}, },
}); });
@@ -302,7 +302,7 @@ const QuotePolicyHelper: FC<{
<p className='visibility-dropdown__helper'> <p className='visibility-dropdown__helper'>
<FormattedMessage <FormattedMessage
id='visibility_modal.helper.private_quoting' id='visibility_modal.helper.private_quoting'
defaultMessage="Follower-only posts can't be quoted." defaultMessage="Follower-only posts authored on Mastodon can't be quoted by others."
/> />
</p> </p>
); );
@@ -313,7 +313,7 @@ const QuotePolicyHelper: FC<{
<p className='visibility-dropdown__helper'> <p className='visibility-dropdown__helper'>
<FormattedMessage <FormattedMessage
id='visibility_modal.helper.direct_quoting' id='visibility_modal.helper.direct_quoting'
defaultMessage="Private mentions can't be quoted." defaultMessage="Private mentions authored on Mastodon can't be quoted by others."
/> />
</p> </p>
); );

View File

@@ -979,15 +979,15 @@
"video.volume_up": "Volume up", "video.volume_up": "Volume up",
"visibility_modal.button_title": "Set visibility", "visibility_modal.button_title": "Set visibility",
"visibility_modal.header": "Visibility and interaction", "visibility_modal.header": "Visibility and interaction",
"visibility_modal.helper.direct_quoting": "Private mentions can't be quoted.", "visibility_modal.helper.direct_quoting": "Private mentions authored on Mastodon can't be quoted by others.",
"visibility_modal.helper.privacy_editing": "Published posts cannot change their visibility.", "visibility_modal.helper.privacy_editing": "Published posts cannot change their visibility.",
"visibility_modal.helper.private_quoting": "Follower-only posts can't be quoted.", "visibility_modal.helper.private_quoting": "Follower-only posts authored on Mastodon can't be quoted by others.",
"visibility_modal.helper.unlisted_quoting": "When people quote you, their post will also be hidden from trending timelines.", "visibility_modal.helper.unlisted_quoting": "When people quote you, their post will also be hidden from trending timelines.",
"visibility_modal.instructions": "Control who can interact with this post. Global settings can be found under <link>Preferences > Other</link>.", "visibility_modal.instructions": "Control who can interact with this post. Global settings can be found under <link>Preferences > Other</link>.",
"visibility_modal.privacy_label": "Privacy", "visibility_modal.privacy_label": "Privacy",
"visibility_modal.quote_followers": "Followers only", "visibility_modal.quote_followers": "Followers only",
"visibility_modal.quote_label": "Change who can quote", "visibility_modal.quote_label": "Change who can quote",
"visibility_modal.quote_nobody": "No one", "visibility_modal.quote_nobody": "Just me",
"visibility_modal.quote_public": "Anyone", "visibility_modal.quote_public": "Anyone",
"visibility_modal.save": "Save" "visibility_modal.save": "Save"
} }

View File

@@ -1910,9 +1910,9 @@ en:
ownership: Someone else's post cannot be pinned ownership: Someone else's post cannot be pinned
reblog: A boost cannot be pinned reblog: A boost cannot be pinned
quote_policies: quote_policies:
followers: Only your followers followers: Followers only
nobody: Nobody nobody: Just me
public: Everyone public: Anyone
title: '%{name}: "%{quote}"' title: '%{name}: "%{quote}"'
visibilities: visibilities:
direct: Private mention direct: Private mention