diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 2408fefc62..44692331b5 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -18,22 +18,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(blocked message hidden)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(chat invite link)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(deleted message)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(disabled chat invite link)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(invalid chat invite link)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(no text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(quoted post)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +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}}" @@ -59,16 +97,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -96,7 +124,7 @@ 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:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" @@ -117,8 +145,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -214,7 +242,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} is blocking you" @@ -272,10 +300,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} unread items" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -350,6 +384,18 @@ msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ requests" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -386,7 +432,7 @@ msgstr "{count, plural, one {# chat update} other {# chat updates}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# new join request} other {# new join requests}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# request} other {# requests}}" @@ -672,15 +718,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} replied" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} replied to {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} replied to you" @@ -820,16 +866,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "10+ requests" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -947,11 +983,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Accepted conversations" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Access requested! The group owner will review your request." @@ -1045,9 +1076,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1110,11 +1141,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1544 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2207 msgid "Add another post to thread" msgstr "" @@ -1375,13 +1406,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Allow direct messages from" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Allow group chat invites from" @@ -1435,10 +1466,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" +#: src/components/AltBadgeWithDialog.tsx:76 #: src/components/images/AutoSizedImage.tsx:205 #: src/components/images/Gallery/index.tsx:585 #: src/components/images/ImageLayoutGridItem.tsx:135 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1454,7 +1485,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1484,7 +1515,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1530,11 +1561,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1621,7 +1652,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1816,7 +1847,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Are you sure you want to rescind your request to join {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1680 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1899,7 +1930,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1910,7 +1941,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -2086,10 +2117,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Blocked message hidden" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2366,8 +2393,8 @@ msgstr "Camera access needed" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1758 +#: src/view/com/composer/Composer.tsx:1768 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2430,7 +2457,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2513,11 +2540,11 @@ msgstr "Chat invite link no longer available" msgid "Chat locked" msgstr "Chat locked" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2549,8 +2576,8 @@ msgstr "Chat recipient is not followed by the sender." msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" @@ -2560,11 +2587,11 @@ msgstr "" #: src/screens/Messages/ChatList.tsx:99 #: src/screens/Messages/ChatList.tsx:652 #: src/screens/Messages/ChatList.tsx:662 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2743,7 +2770,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:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2756,6 +2783,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2784,7 +2812,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2823,7 +2850,7 @@ msgstr "Close banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2875,7 +2902,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1766 msgid "Closes post composer and discards post draft" msgstr "" @@ -2929,7 +2956,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1642 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2937,11 +2964,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2604 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2606 msgid "Compressing video..." msgstr "" @@ -3342,7 +3369,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "Could not share – please try again" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3407,8 +3434,8 @@ msgstr "" #: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3656,7 +3683,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1654 msgid "Delete post" msgstr "" @@ -3698,10 +3725,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Deleted message" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3807,9 +3830,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1481 +#: src/view/com/composer/Composer.tsx:1687 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3820,14 +3843,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1435 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1452 +#: src/view/com/composer/Composer.tsx:1679 msgid "Discard post?" msgstr "" @@ -3865,7 +3888,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2525 msgid "Dismiss error" msgstr "" @@ -3955,13 +3978,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:122 +#: src/components/forms/DateField/index.tsx:139 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3976,7 +3999,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4269,7 +4292,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4309,8 +4332,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4401,7 +4424,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4409,7 +4432,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2624 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4451,23 +4474,23 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Everyone" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" @@ -4555,8 +4578,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Export my chat data" @@ -4715,7 +4738,7 @@ msgid "Failed to leave group chat" msgstr "Failed to leave group chat" #: src/screens/Messages/ChatList.tsx:418 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4732,8 +4755,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4765,12 +4791,12 @@ msgid "Failed to lock group chat" msgstr "Failed to lock group chat" #: src/screens/Messages/ChatList.tsx:634 -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Failed to mark all chats as read" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4832,7 +4858,7 @@ msgstr "Failed to rescind your request. Please try again." msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:663 msgid "Failed to save draft" msgstr "" @@ -4900,7 +4926,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -5025,7 +5051,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5363,7 +5389,7 @@ msgstr "Four message bubbles representing a group chat. First message: \"Did you msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5416,43 +5442,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Get notifications for starter pack joins, verification, and other activity." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Get notifications when people like your reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Get notifications when people repost your reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Get notifications when people send you message requests." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Get notifications when people send you messages." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Get notifications when there's activity on posts you're subscribed to." @@ -5484,11 +5518,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2629 msgid "GIF uploaded" msgstr "" @@ -5688,7 +5722,7 @@ msgstr "Group chat unmuted" msgid "Group Chats" msgstr "Group Chats" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Group chats are only available to users 18 and over." @@ -5975,7 +6009,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6203,31 +6237,31 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "In-app, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "In-app, people you follow" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "In-app, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "In-app, push, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "In-app, push, people you follow" @@ -6236,7 +6270,7 @@ msgid "Inbox empty" msgstr "Inbox empty" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" @@ -6336,7 +6370,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6344,7 +6377,6 @@ msgstr "Invite friends" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6431,7 +6463,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2544 msgid "Job ID: {0}" msgstr "" @@ -6471,8 +6503,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1485 +#: src/view/com/composer/Composer.tsx:1495 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6762,16 +6794,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -7060,20 +7092,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" #: src/screens/Messages/ChatList.tsx:644 #: src/screens/Messages/ChatList.tsx:648 -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Mark all chats as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Mark all requests as read" @@ -7082,16 +7114,16 @@ msgstr "Mark all requests as read" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" #: src/screens/Messages/ChatList.tsx:631 -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Marked all chats as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Marked all requests as read" @@ -7135,9 +7167,9 @@ msgstr "Members can still read chat history but can’t send new messages." msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" @@ -7174,7 +7206,7 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Message failed to send." @@ -7205,11 +7237,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 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:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Messages from this person are hidden while you are blocking them." @@ -7333,7 +7365,7 @@ msgstr "" msgid "Mute" msgstr "Mute" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7568,9 +7600,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7602,6 +7634,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "New message requests" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "New messages" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7773,12 +7817,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "No one" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7862,11 +7906,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "No text" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7948,26 +7987,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7988,7 +8028,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8011,7 +8051,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8044,11 +8084,11 @@ msgstr "One of the selected recipients does not allow group chats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "One of the selected recipients has blocked you and cannot be messaged." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:879 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:876 msgid "One or more images is missing alt text." msgstr "" @@ -8060,11 +8100,11 @@ msgstr "" msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:674 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:886 msgid "One or more videos is missing alt text." msgstr "" @@ -8077,7 +8117,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:234 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" @@ -8165,7 +8205,7 @@ msgid "Open drawer menu" msgstr "" #: src/screens/Messages/components/MessageComposer.tsx:213 -#: src/view/com/composer/Composer.tsx:2158 +#: src/view/com/composer/Composer.tsx:2184 msgid "Open emoji picker" msgstr "" @@ -8506,12 +8546,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8543,17 +8583,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "People I follow" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "People I follow" @@ -8651,7 +8691,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8661,7 +8701,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8674,11 +8714,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8715,7 +8755,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8858,7 +8898,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1832 msgctxt "action" msgid "Post" msgstr "" @@ -8878,12 +8918,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1830 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1494 msgid "Post anyway" msgstr "Post anyway" @@ -9060,11 +9100,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2618 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2620 msgid "Processing video..." msgstr "" @@ -9076,7 +9116,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9110,38 +9150,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1816 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1811 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1800 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1805 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, people you follow" @@ -9181,10 +9221,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9284,11 +9324,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9333,7 +9373,7 @@ msgid "Reject join request" msgstr "Reject join request" #: src/screens/Messages/ChatList.tsx:422 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9582,19 +9622,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 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:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Replied-to message, tap to scroll to it" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9612,7 +9652,7 @@ msgstr "" msgid "Reply" msgstr "Reply" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1828 msgctxt "action" msgid "Reply" msgstr "" @@ -9781,9 +9821,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9791,9 +9831,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9824,7 +9864,7 @@ msgid "Requested" msgstr "Requested" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Requests" @@ -9934,7 +9974,7 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:335 #: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10013,22 +10053,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1475 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1447 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1475 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1449 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10118,7 +10158,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "Scroll to the message this is replying to" @@ -10317,7 +10357,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10386,7 +10426,7 @@ msgstr "Select group chat members" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10454,7 +10494,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" @@ -10571,7 +10611,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10579,39 +10619,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Settings for notifications for new message requests" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Settings for notifications for new messages" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10681,6 +10731,11 @@ msgstr "Share my profile" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Share Profile" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10723,7 +10778,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10866,8 +10921,8 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10963,7 +11018,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1492 msgid "Skip empty posts?" msgstr "Skip empty posts?" @@ -11034,7 +11089,7 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11418,7 +11473,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:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tap for details" @@ -11475,7 +11530,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:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tap to retry" @@ -11488,7 +11543,7 @@ msgstr "Tap to show {0} reactions" msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -11670,8 +11725,8 @@ msgstr "The post you’re replying to was marked as being written in {suggestedL msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." @@ -12064,13 +12119,13 @@ msgstr "" msgid "This message is hidden" msgstr "This message is hidden" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 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:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "This message is hidden because you are blocking this user." @@ -12108,7 +12163,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1067 msgid "This post's author has disabled quote posts." msgstr "" @@ -12272,7 +12327,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12464,7 +12519,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12597,7 +12652,7 @@ msgstr "Unlock this group chat" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12704,7 +12759,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1581 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -12792,7 +12847,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2611 msgid "Uploading GIF..." msgstr "" @@ -12806,7 +12861,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2613 msgid "Uploading video..." msgstr "" @@ -13041,12 +13096,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13085,12 +13140,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2631 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13102,7 +13157,7 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1174 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13191,7 +13246,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1169 msgid "View post" msgstr "" @@ -13392,7 +13447,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13487,7 +13542,7 @@ msgstr "We’re sorry, but your search could not be completed. Please try again msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1065 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13538,7 +13593,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1545 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13566,7 +13621,7 @@ msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 #: src/screens/Messages/ChatList.tsx:407 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13624,7 +13679,7 @@ msgstr "Would you like to block this user and/or leave this conversation?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1463 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13633,12 +13688,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1641 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1543 msgid "Write your reply" msgstr "" @@ -13704,7 +13759,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:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "You are blocking {0}" @@ -13742,7 +13797,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13787,12 +13842,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13810,11 +13865,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:221 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1468 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13959,7 +14014,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1458 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14056,7 +14111,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14070,15 +14125,15 @@ msgstr "You reacted {0} to {target}" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "You replied" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "You replied to {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "You replied to yourself" @@ -14186,7 +14241,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:661 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14198,11 +14253,11 @@ msgstr "" msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14222,7 +14277,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14354,11 +14409,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1165 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1162 msgid "Your posts were sent" msgstr "" @@ -14379,7 +14434,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1164 msgid "Your reply was sent" msgstr "" @@ -14392,7 +14447,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1493 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread."