mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 16:54:31 +00:00
Reword other_attachments translation string
This commit is contained in:
parent
502fc50939
commit
e3d9b4405b
|
@ -190,8 +190,8 @@ export const EmbeddedStatus: React.FC<{ statusId: string }> = ({
|
||||||
<Icon icon={PhotoLibraryIcon} id='photo-library' />
|
<Icon icon={PhotoLibraryIcon} id='photo-library' />
|
||||||
{mediaAttachmentsWithDescription.size > 0 ? (
|
{mediaAttachmentsWithDescription.size > 0 ? (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='reply_indicator.and_other_attachments'
|
id='reply_indicator.other_attachments'
|
||||||
defaultMessage='and {count, plural, one {# other attachment} other {# other attachments}}'
|
defaultMessage='{count, plural, one {# other attachment} other {# other attachments}}'
|
||||||
values={{ count: uncaptionedMediaCount }}
|
values={{ count: uncaptionedMediaCount }}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
|
|
|
@ -687,9 +687,9 @@
|
||||||
"relative_time.minutes": "{number}m",
|
"relative_time.minutes": "{number}m",
|
||||||
"relative_time.seconds": "{number}s",
|
"relative_time.seconds": "{number}s",
|
||||||
"relative_time.today": "today",
|
"relative_time.today": "today",
|
||||||
"reply_indicator.and_other_attachments": "and {count, plural, one {# other attachment} other {# other attachments}}",
|
|
||||||
"reply_indicator.attachments": "{count, plural, one {# attachment} other {# attachments}}",
|
"reply_indicator.attachments": "{count, plural, one {# attachment} other {# attachments}}",
|
||||||
"reply_indicator.cancel": "Cancel",
|
"reply_indicator.cancel": "Cancel",
|
||||||
|
"reply_indicator.other_attachments": "{count, plural, one {# other attachment} other {# other attachments}}",
|
||||||
"reply_indicator.poll": "Poll",
|
"reply_indicator.poll": "Poll",
|
||||||
"report.block": "Block",
|
"report.block": "Block",
|
||||||
"report.block_explanation": "You will not see their posts. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.",
|
"report.block_explanation": "You will not see their posts. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.",
|
||||||
|
|
Loading…
Reference in a new issue