diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index cde488e472..2bc4a249ce 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -19,7 +19,7 @@ msgid "\"{interestsDisplayName}\" category (active)" msgstr "" #. A reply summary in chat -#: src/components/dms/MessageItem.tsx:882 +#: src/components/dms/MessageItem.tsx:901 msgid "(blocked message hidden)" msgstr "(blocked message hidden)" @@ -34,7 +34,7 @@ msgid "(contains embedded content)" msgstr "" #. A reply summary in chat -#: src/components/dms/MessageItem.tsx:896 +#: src/components/dms/MessageItem.tsx:915 msgid "(deleted message)" msgstr "(deleted message)" @@ -49,7 +49,7 @@ msgid "(invalid chat invite link)" msgstr "(invalid chat invite link)" #. A reply summary in chat -#: src/components/dms/MessageItem.tsx:890 +#: src/components/dms/MessageItem.tsx:909 msgid "(message sent before you joined)" msgstr "(message sent before you joined)" @@ -68,15 +68,10 @@ msgid "(quoted post)" msgstr "(quoted post)" #. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 +#: src/components/moderation/LabelsOnMe.tsx:57 msgid "{0, plural, one {# account label} other {# account labels}}" msgstr "{0, plural, one {# account label} other {# account labels}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:69 -msgid "{0, plural, one {# content label} other {# content labels}}" -msgstr "{0, plural, one {# content label} other {# content labels}}" - #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -102,6 +97,16 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" +#. placeholder {0}: labels.length +#: src/components/moderation/PostAlerts.tsx:149 +msgid "{0, plural, one {# label applied to your post} other {# labels applied to your post}}" +msgstr "{0, plural, one {# label applied to your post} other {# labels applied to your post}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/PostAlerts.tsx:156 +msgid "{0, plural, one {# label applied} other {# labels applied}}" +msgstr "{0, plural, one {# label applied} other {# labels applied}}" + #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -123,13 +128,13 @@ msgid "{0, plural, one {# month} other {# months}}" msgstr "" #. placeholder {0}: convo.details.unreadJoinRequestCount -#: src/screens/Messages/components/ChatListItem.tsx:225 +#: src/screens/Messages/components/ChatListItem.tsx:224 msgid "{0, plural, one {# new join request} other {# new join requests}}" msgstr "{0, plural, one {# new join request} other {# new join requests}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:351 +#: src/components/dms/MessageItem.tsx:370 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" @@ -247,7 +252,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:704 +#: src/components/dms/MessageItem.tsx:723 msgid "{0} is blocking you" msgstr "{0} is blocking you" @@ -305,7 +310,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:346 +#: src/components/dms/MessageItem.tsx:365 msgid "{0} reacted {1}" msgstr "" @@ -659,7 +664,7 @@ msgstr "" msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ new join requests" -#: src/screens/Messages/components/ChatListItem.tsx:220 +#: src/screens/Messages/components/ChatListItem.tsx:219 msgctxt "Displayed when there are more than 20 requests to join a group chat" msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" msgstr "{JOIN_REQUESTS_THRESHOLD}+ new join requests" @@ -733,15 +738,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:791 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} replied" -#: src/components/dms/MessageItem.tsx:790 +#: src/components/dms/MessageItem.tsx:809 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} replied to {originalName}" -#: src/components/dms/MessageItem.tsx:788 +#: src/components/dms/MessageItem.tsx:807 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} replied to you" @@ -774,7 +779,9 @@ msgid "{userName}'s verifications" msgstr "" #. Number of images beyond the first 3 +#. placeholder {0}: labels.length #. placeholder {0}: totalNumber - 3 +#: src/components/moderation/PostAlerts.tsx:155 #: src/view/com/composer/ComposerReplyTo.tsx:278 msgid "+{0}" msgstr "+{0}" @@ -815,28 +822,28 @@ msgstr "" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.likeCount) #. placeholder {1}: post.likeCount -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:492 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:491 msgid "<0>{0} {1, plural, one {like} other {likes}}" msgstr "" #. Quote count display, the <0> tags enclose the number of quotes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.quoteCount) #. placeholder {1}: post.quoteCount -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:473 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:472 msgid "<0>{0} {1, plural, one {quote} other {quotes}}" msgstr "" #. Repost count display, the <0> tags enclose the number of reposts in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.repostCount) #. placeholder {1}: post.repostCount -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:452 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:451 msgid "<0>{0} {1, plural, one {repost} other {reposts}}" msgstr "" #. Save count display, the <0> tags enclose the number of saves in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.bookmarkCount) #. placeholder {1}: post.bookmarkCount -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:510 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:509 msgid "<0>{0} {1, plural, one {save} other {saves}}" msgstr "" @@ -937,7 +944,7 @@ msgstr "" msgid "A new form of verification" msgstr "" -#: src/components/dms/MessageItem.tsx:801 +#: src/components/dms/MessageItem.tsx:820 msgid "A reply to a message sent before you joined" msgstr "A reply to a message sent before you joined" @@ -1051,12 +1058,12 @@ msgctxt "toast" msgid "Account muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:107 +#: src/components/moderation/ModerationDetailsDialog.tsx:123 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:93 +#: src/components/moderation/ModerationDetailsDialog.tsx:109 msgid "Account Muted by List" msgstr "" @@ -1663,7 +1670,7 @@ msgstr "" msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:138 +#: src/components/moderation/ModerationDetailsDialog.tsx:154 #: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" @@ -1778,21 +1785,26 @@ msgstr "" msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:155 -#: src/components/moderation/LabelsOnMeDialog.tsx:158 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 +#: src/components/moderation/LabelsOnMeDialog.tsx:172 +#: src/components/moderation/ModerationDetailsDialog.tsx:223 msgid "Appeal" msgstr "" #. placeholder {0}: strings.name -#: src/components/moderation/LabelsOnMeDialog.tsx:282 +#: src/components/moderation/AppealForm.tsx:93 msgid "Appeal \"{0}\" label" msgstr "" +#: src/components/moderation/ModerationDetailsDialog.tsx:159 +msgid "Appeal label" +msgstr "Appeal label" + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:93 msgid "Appeal livestream suspension" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:272 +#: src/components/moderation/AppealForm.tsx:83 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:83 #: src/screens/Messages/components/ChatDisabled.tsx:125 msgctxt "toast" @@ -1815,6 +1827,10 @@ msgstr "" msgid "Appeal this decision" msgstr "" +#: src/components/moderation/ModerationDetailsDialog.tsx:219 +msgid "Appeal this label" +msgstr "Appeal this label" + #: src/Navigation.tsx:396 #: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:225 @@ -1833,12 +1849,12 @@ msgid "Apply Pull Request" msgstr "" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:632 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:631 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:603 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:641 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:602 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:640 msgid "Archived post" msgstr "" @@ -1980,8 +1996,8 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:540 #: src/components/dms/InitiateChatFlow.tsx:758 #: src/components/dms/InitiateChatFlow.tsx:765 -#: src/components/moderation/LabelsOnMeDialog.tsx:334 -#: src/components/moderation/LabelsOnMeDialog.tsx:335 +#: src/components/moderation/AppealForm.tsx:145 +#: src/components/moderation/AppealForm.tsx:146 #: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ChooseAccountForm.tsx:100 #: src/screens/Login/ForgotPasswordForm.tsx:119 @@ -2215,7 +2231,7 @@ msgstr "bloomscrolling booksky" msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2867,7 +2883,7 @@ msgstr "Click here to view the invite link for this group chat" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:623 +#: src/components/dms/MessageItem.tsx:642 msgid "Click to retry failed message" msgstr "" @@ -3174,7 +3190,7 @@ msgstr "" msgid "Content languages" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:86 +#: src/components/moderation/ModerationDetailsDialog.tsx:102 #: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" @@ -3183,7 +3199,7 @@ msgstr "" msgid "Content promoting or depicting self-harm" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:54 +#: src/components/moderation/ModerationDetailsDialog.tsx:70 #: src/components/moderation/ScreenHider.tsx:100 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:46 @@ -3243,7 +3259,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:322 +#: src/screens/Messages/components/ChatListItem.tsx:321 msgid "Conversation deleted" msgstr "" @@ -4113,7 +4129,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:521 +#: src/components/dms/MessageItem.tsx:540 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4655,7 +4671,7 @@ msgstr "" msgid "Expands or collapses post text" msgstr "" -#: src/lib/api/index.ts:491 +#: src/lib/api/index.ts:490 msgid "Expected uri to resolve to a record" msgstr "" @@ -4674,8 +4690,8 @@ msgstr "" #. placeholder {0}: timeDiff(Date.now(), label.exp) #. placeholder {0}: timeDiff(Date.now(), modcause.label.exp) -#: src/components/moderation/LabelsOnMeDialog.tsx:204 -#: src/components/moderation/ModerationDetailsDialog.tsx:224 +#: src/components/moderation/LabelsOnMeDialog.tsx:218 +#: src/components/moderation/ModerationDetailsDialog.tsx:294 msgid "Expires in {0}" msgstr "" @@ -5019,7 +5035,7 @@ msgstr "" msgid "Failed to send report" msgstr "Failed to send report" -#: src/components/moderation/LabelsOnMeDialog.tsx:266 +#: src/components/moderation/AppealForm.tsx:77 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:77 #: src/screens/Messages/components/ChatDisabled.tsx:119 msgid "Failed to submit appeal, please try again." @@ -5474,7 +5490,7 @@ msgstr "" msgid "Following Feed Preferences" msgstr "" -#: src/components/Pills.tsx:175 +#: src/components/Pills.tsx:212 #: src/screens/Profile/Header/Handle.tsx:33 msgid "Follows you" msgstr "" @@ -5793,7 +5809,7 @@ msgstr "" msgid "Go to profile" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:212 +#: src/screens/Messages/components/ChatListItem.tsx:211 msgid "Go to the group chat named \"{chatName}\"" msgstr "Go to the group chat named \"{chatName}\"" @@ -6729,18 +6745,18 @@ msgstr "" msgid "Labels added" msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:78 +msgid "Labels applied to this post" +msgstr "Labels applied to this post" + #: src/screens/Profile/Sections/Labels.tsx:194 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:77 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:79 -msgid "Labels on your content" -msgstr "" - #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:357 msgid "Language" msgstr "Language" @@ -7012,7 +7028,7 @@ msgstr "" msgid "Likes of your reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 msgid "Likes on this post" msgstr "" @@ -7405,7 +7421,7 @@ msgstr "" msgid "Message {displayName}" msgstr "Message {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:323 +#: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Message deleted" msgstr "" @@ -7414,7 +7430,7 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:617 +#: src/components/dms/MessageItem.tsx:636 msgid "Message failed to send." msgstr "Message failed to send." @@ -7445,11 +7461,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:716 +#: src/components/dms/MessageItem.tsx:735 msgid "Messages from this person are hidden while they are blocking you." msgstr "Messages from this person are hidden while they are blocking you." -#: src/components/dms/MessageItem.tsx:711 +#: src/components/dms/MessageItem.tsx:730 msgid "Messages from this person are hidden while you are blocking them." msgstr "Messages from this person are hidden while you are blocking them." @@ -7480,7 +7496,7 @@ msgstr "" msgid "Moderation and content filters" msgstr "Moderation and content filters" -#: src/components/moderation/ModerationDetailsDialog.tsx:142 +#: src/components/moderation/ModerationDetailsDialog.tsx:175 msgid "Moderation details" msgstr "" @@ -7531,7 +7547,7 @@ msgstr "" msgid "Moderation tools" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:56 +#: src/components/moderation/ModerationDetailsDialog.tsx:72 #: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" @@ -8013,7 +8029,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:311 +#: src/screens/Messages/components/ChatListItem.tsx:310 msgid "No messages yet" msgstr "" @@ -8279,9 +8295,9 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:723 +#: src/components/dms/MessageItem.tsx:742 #: src/screens/Login/PasswordUpdatedForm.tsx:35 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:662 msgid "Okay" msgstr "" @@ -8435,8 +8451,8 @@ msgstr "Open chat" msgid "Open chat member options for {displayName}" msgstr "Open chat member options for {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:491 -#: src/screens/Messages/components/ChatListItem.tsx:495 +#: src/screens/Messages/components/ChatListItem.tsx:490 +#: src/screens/Messages/components/ChatListItem.tsx:494 msgid "Open conversation options" msgstr "" @@ -9075,7 +9091,7 @@ msgid "Please enter your username" msgstr "" #. placeholder {0}: labeler ? sanitizeHandle(labeler.creator.handle, '@') : label.src -#: src/components/moderation/LabelsOnMeDialog.tsx:309 +#: src/components/moderation/AppealForm.tsx:120 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -9189,23 +9205,23 @@ msgctxt "toast" msgid "Post deleted" msgstr "" -#: src/lib/api/index.ts:190 +#: src/lib/api/index.ts:189 msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:132 -#: src/screens/PostThread/components/ThreadItemPost.tsx:117 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:110 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:131 +#: src/screens/PostThread/components/ThreadItemPost.tsx:116 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:109 #: src/screens/VideoFeed/index.tsx:547 msgid "Post has been deleted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:111 +#: src/components/moderation/ModerationDetailsDialog.tsx:127 #: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:114 +#: src/components/moderation/ModerationDetailsDialog.tsx:130 #: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" @@ -9357,7 +9373,7 @@ msgstr "" msgid "Processing video..." msgstr "" -#: src/lib/api/index.ts:63 +#: src/lib/api/index.ts:62 msgid "Processing..." msgstr "" @@ -9477,7 +9493,7 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:468 msgid "Quotes of this post" msgstr "" @@ -9876,15 +9892,15 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:906 +#: src/components/dms/MessageItem.tsx:925 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "Replied-to message from {senderName}, tap to scroll to it" -#: src/components/dms/MessageItem.tsx:904 +#: src/components/dms/MessageItem.tsx:923 msgid "Replied-to message was sent before you joined" msgstr "Replied-to message was sent before you joined" -#: src/components/dms/MessageItem.tsx:907 +#: src/components/dms/MessageItem.tsx:926 msgid "Replied-to message, tap to scroll to it" msgstr "Replied-to message, tap to scroll to it" @@ -9921,12 +9937,12 @@ msgstr "" msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:120 +#: src/components/moderation/ModerationDetailsDialog.tsx:136 #: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:119 +#: src/components/moderation/ModerationDetailsDialog.tsx:135 #: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -10085,7 +10101,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:448 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:447 msgid "Reposts of this post" msgstr "" @@ -10424,7 +10440,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:819 msgid "Scroll to the message this is replying to" msgstr "Scroll to the message this is replying to" @@ -11195,7 +11211,7 @@ msgstr "" msgid "Show when you’re live" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:604 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:603 msgid "Shows information about when this post was created" msgstr "" @@ -11402,7 +11418,7 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:348 +#: src/components/dms/MessageItem.tsx:367 msgid "Someone reacted {0}" msgstr "" @@ -11411,7 +11427,7 @@ msgstr "" msgid "Someone reacted {0} to {target}" msgstr "Someone reacted {0} to {target}" -#: src/components/dms/MessageItem.tsx:793 +#: src/components/dms/MessageItem.tsx:812 msgid "Someone replied" msgstr "Someone replied" @@ -11491,8 +11507,8 @@ msgstr "" msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:183 -#: src/components/moderation/ModerationDetailsDialog.tsx:202 +#: src/components/moderation/LabelsOnMeDialog.tsx:197 +#: src/components/moderation/ModerationDetailsDialog.tsx:272 msgid "Source: <0>{sourceName}" msgstr "" @@ -11615,8 +11631,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:122 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:128 -#: src/components/moderation/LabelsOnMeDialog.tsx:343 -#: src/components/moderation/LabelsOnMeDialog.tsx:344 +#: src/components/moderation/AppealForm.tsx:154 +#: src/components/moderation/AppealForm.tsx:155 #: src/components/SendErrorReportDialog.tsx:90 #: src/components/SendErrorReportDialog.tsx:95 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:139 @@ -11790,7 +11806,7 @@ msgstr "Take the conversation private." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:662 +#: src/components/dms/MessageItem.tsx:681 msgid "Tap for details" msgstr "Tap for details" @@ -11848,7 +11864,7 @@ msgstr "Tap to remove your {0} reaction" msgid "Tap to request access to join this group chat" msgstr "Tap to request access to join this group chat" -#: src/components/dms/MessageItem.tsx:627 +#: src/components/dms/MessageItem.tsx:646 msgid "Tap to retry" msgstr "Tap to retry" @@ -11861,7 +11877,7 @@ msgstr "Tap to show {0} reactions" msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:374 +#: src/components/dms/MessageItem.tsx:393 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -11918,7 +11934,7 @@ msgstr "" msgid "Text & tags" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:307 +#: src/components/moderation/AppealForm.tsx:118 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:122 #: src/screens/Messages/components/ChatDisabled.tsx:142 msgid "Text input field" @@ -11973,7 +11989,7 @@ msgstr "" msgid "The app will be restarted" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:123 +#: src/components/moderation/ModerationDetailsDialog.tsx:139 #: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -12011,11 +12027,11 @@ msgid "The feed has been replaced with Discover." msgstr "" #: src/components/moderation/LabelsOnMeDialog.tsx:64 -msgid "The following labels were applied to your account." -msgstr "" +msgid "The following labels were applied to this post." +msgstr "The following labels were applied to this post." -#: src/components/moderation/LabelsOnMeDialog.tsx:65 -msgid "The following labels were applied to your content." +#: src/components/moderation/LabelsOnMeDialog.tsx:63 +msgid "The following labels were applied to your account." msgstr "" #: src/features/liveNow/components/GoLiveDialog.tsx:168 @@ -12261,7 +12277,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:285 +#: src/components/moderation/AppealForm.tsx:96 msgid "This appeal will be sent to <0>{sourceName}." msgstr "" @@ -12288,7 +12304,7 @@ msgstr "This chat has ended" msgid "This chat is full" msgstr "This chat is full" -#: src/screens/Messages/components/ChatListItem.tsx:377 +#: src/screens/Messages/components/ChatListItem.tsx:376 #: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" msgstr "This chat is locked" @@ -12323,7 +12339,7 @@ msgstr "" msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:88 +#: src/components/moderation/ModerationDetailsDialog.tsx:104 #: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -12424,14 +12440,19 @@ msgstr "" msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." msgstr "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." -#: src/components/moderation/ModerationDetailsDialog.tsx:184 +#: src/components/moderation/ModerationDetailsDialog.tsx:254 msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:170 +#: src/components/moderation/LabelsOnMeDialog.tsx:184 msgid "This label was applied by you." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:156 +#: src/components/moderation/ModerationDetailsDialog.tsx:231 +msgid "This label was applied to the entire user account and will appear on all posts." +msgstr "This label was applied to the entire user account and will appear on all posts." + #: src/screens/Profile/Sections/Labels.tsx:218 msgid "This labeler hasn't declared what labels it publishes, and may not be active." msgstr "" @@ -12453,17 +12474,17 @@ msgstr "" msgid "This list is empty." msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:336 +#: src/screens/Messages/components/ChatListItem.tsx:335 msgid "This message is hidden" msgstr "This message is hidden" -#: src/components/dms/MessageItem.tsx:660 -#: src/components/dms/MessageItem.tsx:689 +#: src/components/dms/MessageItem.tsx:679 +#: src/components/dms/MessageItem.tsx:708 msgid "This message is hidden because this user is blocking you." msgstr "This message is hidden because this user is blocking you." -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:685 +#: src/components/dms/MessageItem.tsx:678 +#: src/components/dms/MessageItem.tsx:704 msgid "This message is hidden because you are blocking this user." msgstr "This message is hidden because you are blocking this user." @@ -12471,17 +12492,13 @@ msgstr "This message is hidden because you are blocking this user." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:161 -msgid "This moderation was applied to the entire user account and will appear on all posts." -msgstr "This moderation was applied to the entire user account and will appear on all posts." - #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" msgstr "This person is blocking you" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:644 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:643 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." msgstr "" @@ -12546,7 +12563,7 @@ msgstr "" msgid "This user has blocked you and cannot be messaged." msgstr "This user has blocked you and cannot be messaged." -#: src/components/moderation/ModerationDetailsDialog.tsx:83 +#: src/components/moderation/ModerationDetailsDialog.tsx:99 #: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -12560,12 +12577,12 @@ msgid "This user has requested that their content only be shown to signed-in use msgstr "" #. placeholder {0}: list.name -#: src/components/moderation/ModerationDetailsDialog.tsx:63 +#: src/components/moderation/ModerationDetailsDialog.tsx:79 msgid "This user is included in the <0>{0} list which you have blocked." msgstr "" #. placeholder {0}: list.name -#: src/components/moderation/ModerationDetailsDialog.tsx:95 +#: src/components/moderation/ModerationDetailsDialog.tsx:111 msgid "This user is included in the <0>{0} list which you have muted." msgstr "" @@ -12864,7 +12881,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:727 +#: src/components/dms/MessageItem.tsx:746 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -13199,13 +13216,13 @@ msgstr "" msgid "Uploading GIF..." msgstr "" -#: src/lib/api/index.ts:328 -#: src/lib/api/index.ts:355 +#: src/lib/api/index.ts:327 +#: src/lib/api/index.ts:354 msgid "Uploading images..." msgstr "" -#: src/lib/api/index.ts:427 -#: src/lib/api/index.ts:451 +#: src/lib/api/index.ts:426 +#: src/lib/api/index.ts:450 msgid "Uploading link thumbnail..." msgstr "" @@ -13258,7 +13275,7 @@ msgctxt "toast" msgid "User blocked" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:75 +#: src/components/moderation/ModerationDetailsDialog.tsx:91 #: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" @@ -13272,7 +13289,7 @@ msgstr "" msgid "User blocked by list" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:61 +#: src/components/moderation/ModerationDetailsDialog.tsx:77 msgid "User Blocked by List" msgstr "" @@ -13280,7 +13297,7 @@ msgstr "" msgid "User Blocking You" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:81 +#: src/components/moderation/ModerationDetailsDialog.tsx:97 msgid "User Blocks You" msgstr "" @@ -13524,7 +13541,7 @@ msgid "View {0}" msgstr "View {0}" #. placeholder {0}: profile.handle -#: src/screens/Profile/Header/Shell.tsx:257 +#: src/screens/Profile/Header/Shell.tsx:256 msgid "View {0}'s avatar" msgstr "" @@ -13586,7 +13603,7 @@ msgstr "View incoming requests" msgid "View incoming requests to join this group chat" msgstr "View incoming requests to join this group chat" -#: src/components/moderation/LabelsOnMe.tsx:56 +#: src/components/moderation/LabelsOnMe.tsx:51 msgid "View information about these labels" msgstr "" @@ -14131,7 +14148,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:700 +#: src/components/dms/MessageItem.tsx:719 msgid "You are blocking {0}" msgstr "You are blocking {0}" @@ -14316,7 +14333,7 @@ msgstr "" msgid "You have been previously removed from this group and can’t join it using this link." msgstr "You have been previously removed from this group and can’t join it using this link." -#: src/components/moderation/ModerationDetailsDialog.tsx:77 +#: src/components/moderation/ModerationDetailsDialog.tsx:93 #: src/lib/moderation/useModerationCauseDescription.ts:58 #: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." @@ -14340,7 +14357,7 @@ msgstr "" msgid "You have hidden this post" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:115 +#: src/components/moderation/ModerationDetailsDialog.tsx:131 msgid "You have hidden this post." msgstr "" @@ -14348,7 +14365,7 @@ msgstr "" msgid "You have marked this account as automated. You can remove it at any time from your account settings." msgstr "You have marked this account as automated. You can remove it at any time from your account settings." -#: src/components/moderation/ModerationDetailsDialog.tsx:108 +#: src/components/moderation/ModerationDetailsDialog.tsx:124 #: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" @@ -14410,7 +14427,7 @@ msgstr "" msgid "You haven't muted any words or tags yet" msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:122 +#: src/components/moderation/ModerationDetailsDialog.tsx:138 #: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -14428,11 +14445,12 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:84 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:89 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 +#: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -14483,7 +14501,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:341 +#: src/components/dms/MessageItem.tsx:360 msgid "You reacted {0}" msgstr "" @@ -14497,15 +14515,15 @@ msgstr "You reacted {0} to {target}" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:786 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "You replied" -#: src/components/dms/MessageItem.tsx:785 +#: src/components/dms/MessageItem.tsx:804 msgid "You replied to {originalName}" msgstr "You replied to {originalName}" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:802 msgid "You replied to yourself" msgstr "You replied to yourself" @@ -14596,11 +14614,11 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:262 +#: src/components/moderation/AppealForm.tsx:73 msgid "You've already appealed this label and it's being reviewed by our moderation team." msgstr "" -#: src/components/moderation/ModerationDetailsDialog.tsx:112 +#: src/components/moderation/ModerationDetailsDialog.tsx:128 #: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr ""